diff --git a/api_names_out.yaml b/api_names_out.yaml index 87dc0a26f..1c3cfada8 100644 --- a/api_names_out.yaml +++ b/api_names_out.yaml @@ -15796,6 +15796,7 @@ "/bigqueryconnection:v1beta1/AuditLogConfig/exemptedMembers/exempted_member": exempted_member "/bigqueryconnection:v1beta1/AuditLogConfig/logType": log_type "/bigqueryconnection:v1beta1/Binding": binding +"/bigqueryconnection:v1beta1/Binding/bindingId": binding_id "/bigqueryconnection:v1beta1/Binding/condition": condition "/bigqueryconnection:v1beta1/Binding/members": members "/bigqueryconnection:v1beta1/Binding/members/member": member diff --git a/generated/google/apis/bigqueryconnection_v1beta1.rb b/generated/google/apis/bigqueryconnection_v1beta1.rb index 41bf50383..79aa8fa99 100644 --- a/generated/google/apis/bigqueryconnection_v1beta1.rb +++ b/generated/google/apis/bigqueryconnection_v1beta1.rb @@ -25,7 +25,7 @@ module Google # @see https://cloud.google.com/bigquery/ module BigqueryconnectionV1beta1 VERSION = 'V1beta1' - REVISION = '20200805' + REVISION = '20201031' # View and manage your data in Google BigQuery AUTH_BIGQUERY = 'https://www.googleapis.com/auth/bigquery' diff --git a/generated/google/apis/bigqueryconnection_v1beta1/classes.rb b/generated/google/apis/bigqueryconnection_v1beta1/classes.rb index 0304946bb..9b829bd9a 100644 --- a/generated/google/apis/bigqueryconnection_v1beta1/classes.rb +++ b/generated/google/apis/bigqueryconnection_v1beta1/classes.rb @@ -97,6 +97,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: @@ -158,6 +163,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/bigqueryconnection_v1beta1/representations.rb b/generated/google/apis/bigqueryconnection_v1beta1/representations.rb index 369fbb6fe..41159f964 100644 --- a/generated/google/apis/bigqueryconnection_v1beta1/representations.rb +++ b/generated/google/apis/bigqueryconnection_v1beta1/representations.rb @@ -138,6 +138,7 @@ module Google class Binding # @private class Representation < Google::Apis::Core::JsonRepresentation + property :binding_id, as: 'bindingId' property :condition, as: 'condition', class: Google::Apis::BigqueryconnectionV1beta1::Expr, decorator: Google::Apis::BigqueryconnectionV1beta1::Expr::Representation collection :members, as: 'members' diff --git a/generated/google/apis/bigqueryconnection_v1beta1/synth.metadata b/generated/google/apis/bigqueryconnection_v1beta1/synth.metadata index 429012f74..10402426d 100644 --- a/generated/google/apis/bigqueryconnection_v1beta1/synth.metadata +++ b/generated/google/apis/bigqueryconnection_v1beta1/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/google-api-ruby-client.git", - "sha": "c98c719bbab68d0890524d53f8b629d7858af9c2" + "sha": "a98ff78fa110f58ba38da0cc1291f35c55f96c9f" } } ]