diff --git a/api_names_out.yaml b/api_names_out.yaml index cdac1e132..b2841d4cb 100644 --- a/api_names_out.yaml +++ b/api_names_out.yaml @@ -122750,6 +122750,7 @@ "/policytroubleshooter:v1beta/GoogleIamV1AuditLogConfig/exemptedMembers/exempted_member": exempted_member "/policytroubleshooter:v1beta/GoogleIamV1AuditLogConfig/logType": log_type "/policytroubleshooter:v1beta/GoogleIamV1Binding": google_iam_v1_binding +"/policytroubleshooter:v1beta/GoogleIamV1Binding/bindingId": binding_id "/policytroubleshooter:v1beta/GoogleIamV1Binding/condition": condition "/policytroubleshooter:v1beta/GoogleIamV1Binding/members": members "/policytroubleshooter:v1beta/GoogleIamV1Binding/members/member": member diff --git a/generated/google/apis/policytroubleshooter_v1beta.rb b/generated/google/apis/policytroubleshooter_v1beta.rb index 82b943299..f25f2954c 100644 --- a/generated/google/apis/policytroubleshooter_v1beta.rb +++ b/generated/google/apis/policytroubleshooter_v1beta.rb @@ -25,7 +25,7 @@ module Google # @see https://cloud.google.com/iam/ module PolicytroubleshooterV1beta VERSION = 'V1beta' - REVISION = '20200801' + REVISION = '20201031' # 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_v1beta/classes.rb b/generated/google/apis/policytroubleshooter_v1beta/classes.rb index e76e0809b..f74f1795e 100644 --- a/generated/google/apis/policytroubleshooter_v1beta/classes.rb +++ b/generated/google/apis/policytroubleshooter_v1beta/classes.rb @@ -388,6 +388,11 @@ 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: @@ -449,6 +454,7 @@ 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_v1beta/representations.rb b/generated/google/apis/policytroubleshooter_v1beta/representations.rb index 0651586e1..a437d8d3f 100644 --- a/generated/google/apis/policytroubleshooter_v1beta/representations.rb +++ b/generated/google/apis/policytroubleshooter_v1beta/representations.rb @@ -170,6 +170,7 @@ module Google class GoogleIamV1Binding # @private class Representation < Google::Apis::Core::JsonRepresentation + property :binding_id, as: 'bindingId' property :condition, as: 'condition', class: Google::Apis::PolicytroubleshooterV1beta::GoogleTypeExpr, decorator: Google::Apis::PolicytroubleshooterV1beta::GoogleTypeExpr::Representation collection :members, as: 'members' diff --git a/generated/google/apis/policytroubleshooter_v1beta/synth.metadata b/generated/google/apis/policytroubleshooter_v1beta/synth.metadata index 429012f74..94bafe40a 100644 --- a/generated/google/apis/policytroubleshooter_v1beta/synth.metadata +++ b/generated/google/apis/policytroubleshooter_v1beta/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/google-api-ruby-client.git", - "sha": "c98c719bbab68d0890524d53f8b629d7858af9c2" + "sha": "e63bb021e6b8fdd62ae1bbe0030f1af1853c860d" } } ]