diff --git a/generated/google/apis/policytroubleshooter_v1.rb b/generated/google/apis/policytroubleshooter_v1.rb index 2fcd681f9..76969f4d1 100644 --- a/generated/google/apis/policytroubleshooter_v1.rb +++ b/generated/google/apis/policytroubleshooter_v1.rb @@ -25,7 +25,7 @@ module Google # @see https://cloud.google.com/iam/ module PolicytroubleshooterV1 VERSION = 'V1' - REVISION = '20201031' + REVISION = '20201107' # View and manage your data across Google Cloud Platform services AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform' diff --git a/generated/google/apis/policytroubleshooter_v1/classes.rb b/generated/google/apis/policytroubleshooter_v1/classes.rb index 2857e677d..bf5451a94 100644 --- a/generated/google/apis/policytroubleshooter_v1/classes.rb +++ b/generated/google/apis/policytroubleshooter_v1/classes.rb @@ -388,11 +388,6 @@ module Google class GoogleIamV1Binding include Google::Apis::Core::Hashable - # - # Corresponds to the JSON property `bindingId` - # @return [String] - attr_accessor :binding_id - # Represents a textual expression in the Common Expression Language (CEL) syntax. # CEL is a C-like expression language. The syntax and semantics of CEL are # documented at https://github.com/google/cel-spec. Example (Comparison): title: @@ -454,7 +449,6 @@ module Google # Update properties of this object def update!(**args) - @binding_id = args[:binding_id] if args.key?(:binding_id) @condition = args[:condition] if args.key?(:condition) @members = args[:members] if args.key?(:members) @role = args[:role] if args.key?(:role) diff --git a/generated/google/apis/policytroubleshooter_v1/representations.rb b/generated/google/apis/policytroubleshooter_v1/representations.rb index 780fefd49..d58c520b4 100644 --- a/generated/google/apis/policytroubleshooter_v1/representations.rb +++ b/generated/google/apis/policytroubleshooter_v1/representations.rb @@ -170,7 +170,6 @@ module Google class GoogleIamV1Binding # @private class Representation < Google::Apis::Core::JsonRepresentation - property :binding_id, as: 'bindingId' property :condition, as: 'condition', class: Google::Apis::PolicytroubleshooterV1::GoogleTypeExpr, decorator: Google::Apis::PolicytroubleshooterV1::GoogleTypeExpr::Representation collection :members, as: 'members' diff --git a/generated/google/apis/policytroubleshooter_v1/synth.metadata b/generated/google/apis/policytroubleshooter_v1/synth.metadata index 94bafe40a..65d80c1d7 100644 --- a/generated/google/apis/policytroubleshooter_v1/synth.metadata +++ b/generated/google/apis/policytroubleshooter_v1/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/google-api-ruby-client.git", - "sha": "e63bb021e6b8fdd62ae1bbe0030f1af1853c860d" + "sha": "f1b42ae48f3d96c1e942ce1f3f092014f72a86ff" } } ]