diff --git a/api_names_out.yaml b/api_names_out.yaml index 83593c5c4..255c0d937 100644 --- a/api_names_out.yaml +++ b/api_names_out.yaml @@ -20354,6 +20354,7 @@ "/cloudasset:v1/BigQueryDestination/separateTablesPerAssetType": separate_tables_per_asset_type "/cloudasset:v1/BigQueryDestination/table": table "/cloudasset:v1/Binding": binding +"/cloudasset:v1/Binding/bindingId": binding_id "/cloudasset:v1/Binding/condition": condition "/cloudasset:v1/Binding/members": members "/cloudasset:v1/Binding/members/member": member diff --git a/generated/google/apis/cloudasset_v1.rb b/generated/google/apis/cloudasset_v1.rb index 4a4eb7cf3..fe5ce8342 100644 --- a/generated/google/apis/cloudasset_v1.rb +++ b/generated/google/apis/cloudasset_v1.rb @@ -25,7 +25,7 @@ module Google # @see https://cloud.google.com/asset-inventory/docs/quickstart module CloudassetV1 VERSION = 'V1' - REVISION = '20201023' + 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/cloudasset_v1/classes.rb b/generated/google/apis/cloudasset_v1/classes.rb index e6413717d..447e6c381 100644 --- a/generated/google/apis/cloudasset_v1/classes.rb +++ b/generated/google/apis/cloudasset_v1/classes.rb @@ -407,6 +407,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: @@ -468,6 +473,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/cloudasset_v1/representations.rb b/generated/google/apis/cloudasset_v1/representations.rb index 59d5329ff..3766fa71c 100644 --- a/generated/google/apis/cloudasset_v1/representations.rb +++ b/generated/google/apis/cloudasset_v1/representations.rb @@ -491,6 +491,7 @@ module Google class Binding # @private class Representation < Google::Apis::Core::JsonRepresentation + property :binding_id, as: 'bindingId' property :condition, as: 'condition', class: Google::Apis::CloudassetV1::Expr, decorator: Google::Apis::CloudassetV1::Expr::Representation collection :members, as: 'members' diff --git a/generated/google/apis/cloudasset_v1/synth.metadata b/generated/google/apis/cloudasset_v1/synth.metadata index 76b2da20f..bfdcc4715 100644 --- a/generated/google/apis/cloudasset_v1/synth.metadata +++ b/generated/google/apis/cloudasset_v1/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/google-api-ruby-client.git", - "sha": "8d2ef13ecc4fd0426870bf3ab35770b4782063cf" + "sha": "14885a31971894de4c45841c7b2623b8e6d8e748" } } ]