From 902492b5de364b204eeedde376097c6dda5e389b Mon Sep 17 00:00:00 2001 From: yoshi-automation Date: Tue, 10 Nov 2020 03:14:07 -0800 Subject: [PATCH] feat: Automated regeneration of securitycenter v1 client --- generated/google/apis/securitycenter_v1.rb | 2 +- generated/google/apis/securitycenter_v1/classes.rb | 6 ------ generated/google/apis/securitycenter_v1/representations.rb | 1 - generated/google/apis/securitycenter_v1/synth.metadata | 2 +- 4 files changed, 2 insertions(+), 9 deletions(-) diff --git a/generated/google/apis/securitycenter_v1.rb b/generated/google/apis/securitycenter_v1.rb index 79e1ba7a84c..c911ada07e5 100644 --- a/generated/google/apis/securitycenter_v1.rb +++ b/generated/google/apis/securitycenter_v1.rb @@ -26,7 +26,7 @@ module Apis # @see https://console.cloud.google.com/apis/api/securitycenter.googleapis.com/overview module SecuritycenterV1 VERSION = 'V1' - REVISION = '20201030' + REVISION = '20201106' # 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_v1/classes.rb b/generated/google/apis/securitycenter_v1/classes.rb index fdb765c57bb..052ab8ad5c6 100644 --- a/generated/google/apis/securitycenter_v1/classes.rb +++ b/generated/google/apis/securitycenter_v1/classes.rb @@ -191,11 +191,6 @@ def update!(**args) 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: @@ -257,7 +252,6 @@ def initialize(**args) # 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_v1/representations.rb b/generated/google/apis/securitycenter_v1/representations.rb index 4ffeec46aed..609df0957b4 100644 --- a/generated/google/apis/securitycenter_v1/representations.rb +++ b/generated/google/apis/securitycenter_v1/representations.rb @@ -348,7 +348,6 @@ class Representation < Google::Apis::Core::JsonRepresentation class Binding # @private class Representation < Google::Apis::Core::JsonRepresentation - property :binding_id, as: 'bindingId' property :condition, as: 'condition', class: Google::Apis::SecuritycenterV1::Expr, decorator: Google::Apis::SecuritycenterV1::Expr::Representation collection :members, as: 'members' diff --git a/generated/google/apis/securitycenter_v1/synth.metadata b/generated/google/apis/securitycenter_v1/synth.metadata index 16c22380d5f..d205479fe89 100644 --- a/generated/google/apis/securitycenter_v1/synth.metadata +++ b/generated/google/apis/securitycenter_v1/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/google-api-ruby-client.git", - "sha": "55d15fe62dd29482895d2d0ede744fe44f1b907d" + "sha": "33b84d0738d4f86612984844493a4e0f8651f26d" } } ]