diff --git a/generated/google/apis/binaryauthorization_v1.rb b/generated/google/apis/binaryauthorization_v1.rb index 4410a21bd..4da5cf67f 100644 --- a/generated/google/apis/binaryauthorization_v1.rb +++ b/generated/google/apis/binaryauthorization_v1.rb @@ -26,7 +26,7 @@ module Google # @see https://cloud.google.com/binary-authorization/ module BinaryauthorizationV1 VERSION = 'V1' - REVISION = '20200918' + REVISION = '20201016' # 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_v1/classes.rb b/generated/google/apis/binaryauthorization_v1/classes.rb index b29c542ef..b4f80f626 100644 --- a/generated/google/apis/binaryauthorization_v1/classes.rb +++ b/generated/google/apis/binaryauthorization_v1/classes.rb @@ -66,7 +66,7 @@ module Google class AdmissionWhitelistPattern include Google::Apis::Core::Hashable - # An image name pattern to whitelist, in the form `registry/path/to/image`. This + # 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. # Corresponds to the JSON property `namePattern` @@ -536,7 +536,7 @@ module Google class Policy include Google::Apis::Core::Hashable - # Optional. Admission policy whitelisting. A matching admission request will + # Optional. Admission policy allowlisting. A matching admission request will # always be permitted. This feature is typically used to exclude Google or third- # party infrastructure images from Binary Authorization policies. # Corresponds to the JSON property `admissionWhitelistPatterns` diff --git a/generated/google/apis/binaryauthorization_v1/synth.metadata b/generated/google/apis/binaryauthorization_v1/synth.metadata index 429012f74..d0b919653 100644 --- a/generated/google/apis/binaryauthorization_v1/synth.metadata +++ b/generated/google/apis/binaryauthorization_v1/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/google-api-ruby-client.git", - "sha": "c98c719bbab68d0890524d53f8b629d7858af9c2" + "sha": "782cfabf9d590f91d2fc2ac41d40019093e36876" } } ]