diff --git a/api_names_out.yaml b/api_names_out.yaml index 6a6bdabd6..ab3e8899d 100644 --- a/api_names_out.yaml +++ b/api_names_out.yaml @@ -131344,6 +131344,7 @@ "/securitycenter:v1beta1/AuditLogConfig/exemptedMembers/exempted_member": exempted_member "/securitycenter:v1beta1/AuditLogConfig/logType": log_type "/securitycenter:v1beta1/Binding": binding +"/securitycenter:v1beta1/Binding/bindingId": binding_id "/securitycenter:v1beta1/Binding/condition": condition "/securitycenter:v1beta1/Binding/members": members "/securitycenter:v1beta1/Binding/members/member": member diff --git a/generated/google/apis/securitycenter_v1beta1.rb b/generated/google/apis/securitycenter_v1beta1.rb index fecb7d4ff..67c421276 100644 --- a/generated/google/apis/securitycenter_v1beta1.rb +++ b/generated/google/apis/securitycenter_v1beta1.rb @@ -26,7 +26,7 @@ module Google # @see https://console.cloud.google.com/apis/api/securitycenter.googleapis.com/overview module SecuritycenterV1beta1 VERSION = 'V1beta1' - REVISION = '20200918' + REVISION = '20201030' # 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/securitycenter_v1beta1/classes.rb b/generated/google/apis/securitycenter_v1beta1/classes.rb index 3976e06c6..53e531894 100644 --- a/generated/google/apis/securitycenter_v1beta1/classes.rb +++ b/generated/google/apis/securitycenter_v1beta1/classes.rb @@ -183,6 +183,11 @@ module Google class Binding 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: @@ -244,6 +249,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/securitycenter_v1beta1/representations.rb b/generated/google/apis/securitycenter_v1beta1/representations.rb index 05fa01e25..35f0c1169 100644 --- a/generated/google/apis/securitycenter_v1beta1/representations.rb +++ b/generated/google/apis/securitycenter_v1beta1/representations.rb @@ -328,6 +328,7 @@ module Google class Binding # @private class Representation < Google::Apis::Core::JsonRepresentation + property :binding_id, as: 'bindingId' property :condition, as: 'condition', class: Google::Apis::SecuritycenterV1beta1::Expr, decorator: Google::Apis::SecuritycenterV1beta1::Expr::Representation collection :members, as: 'members' diff --git a/generated/google/apis/securitycenter_v1beta1/synth.metadata b/generated/google/apis/securitycenter_v1beta1/synth.metadata index 429012f74..16c22380d 100644 --- a/generated/google/apis/securitycenter_v1beta1/synth.metadata +++ b/generated/google/apis/securitycenter_v1beta1/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/google-api-ruby-client.git", - "sha": "c98c719bbab68d0890524d53f8b629d7858af9c2" + "sha": "55d15fe62dd29482895d2d0ede744fe44f1b907d" } } ]