diff --git a/generated/google/apis/notebooks_v1.rb b/generated/google/apis/notebooks_v1.rb index 9b13add522a..1556e67eadb 100644 --- a/generated/google/apis/notebooks_v1.rb +++ b/generated/google/apis/notebooks_v1.rb @@ -25,7 +25,7 @@ module Apis # @see https://cloud.google.com/ai-platform/notebooks/docs/ module NotebooksV1 VERSION = 'V1' - REVISION = '20201030' + REVISION = '20201110' # 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/notebooks_v1/classes.rb b/generated/google/apis/notebooks_v1/classes.rb index d6d344b784d..5a1b42e351e 100644 --- a/generated/google/apis/notebooks_v1/classes.rb +++ b/generated/google/apis/notebooks_v1/classes.rb @@ -53,11 +53,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: @@ -119,7 +114,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/notebooks_v1/representations.rb b/generated/google/apis/notebooks_v1/representations.rb index 6bb8cdc5e0c..88d05339f39 100644 --- a/generated/google/apis/notebooks_v1/representations.rb +++ b/generated/google/apis/notebooks_v1/representations.rb @@ -243,7 +243,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::NotebooksV1::Expr, decorator: Google::Apis::NotebooksV1::Expr::Representation collection :members, as: 'members' diff --git a/generated/google/apis/notebooks_v1/synth.metadata b/generated/google/apis/notebooks_v1/synth.metadata index f8312f91bf7..387168f0e7c 100644 --- a/generated/google/apis/notebooks_v1/synth.metadata +++ b/generated/google/apis/notebooks_v1/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/google-api-ruby-client.git", - "sha": "b62c09a4d05ec7b7d91daeea13a376f5f2a45dd7" + "sha": "43590cf2cc7ef0b8cd2777aa01e42dd30c5db9d3" } } ]