diff --git a/generated/google/apis/binaryauthorization_v1beta1.rb b/generated/google/apis/binaryauthorization_v1beta1.rb index 5c538164e5b..219c2bdd0d5 100644 --- a/generated/google/apis/binaryauthorization_v1beta1.rb +++ b/generated/google/apis/binaryauthorization_v1beta1.rb @@ -26,7 +26,7 @@ module Apis # @see https://cloud.google.com/binary-authorization/ module BinaryauthorizationV1beta1 VERSION = 'V1beta1' - REVISION = '20201030' + REVISION = '20201113' # 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/binaryauthorization_v1beta1/classes.rb b/generated/google/apis/binaryauthorization_v1beta1/classes.rb index 194752ab985..902ed7cf6a0 100644 --- a/generated/google/apis/binaryauthorization_v1beta1/classes.rb +++ b/generated/google/apis/binaryauthorization_v1beta1/classes.rb @@ -68,7 +68,8 @@ class AdmissionWhitelistPattern # An image name pattern to allowlist, in the form `registry/path/to/image`. This # supports a trailing `*` as a wildcard, but this is allowed only in text after - # the `registry/` part. + # the `registry/` part. Also wildcards do not match `/`, i.e., gcr.io/nginx* + # matches gcr.io/nginx@latest, but it does not match gcr.io/nginx/image. # Corresponds to the JSON property `namePattern` # @return [String] attr_accessor :name_pattern @@ -224,11 +225,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: @@ -290,7 +286,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/binaryauthorization_v1beta1/representations.rb b/generated/google/apis/binaryauthorization_v1beta1/representations.rb index 4ebc196cb24..41a24357f9a 100644 --- a/generated/google/apis/binaryauthorization_v1beta1/representations.rb +++ b/generated/google/apis/binaryauthorization_v1beta1/representations.rb @@ -194,7 +194,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::BinaryauthorizationV1beta1::Expr, decorator: Google::Apis::BinaryauthorizationV1beta1::Expr::Representation collection :members, as: 'members' diff --git a/generated/google/apis/binaryauthorization_v1beta1/synth.metadata b/generated/google/apis/binaryauthorization_v1beta1/synth.metadata index 10402426dc8..50d204fdbe2 100644 --- a/generated/google/apis/binaryauthorization_v1beta1/synth.metadata +++ b/generated/google/apis/binaryauthorization_v1beta1/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/google-api-ruby-client.git", - "sha": "a98ff78fa110f58ba38da0cc1291f35c55f96c9f" + "sha": "b264d974a86e5acbc70cd73915eaf73daac61a63" } } ]