diff --git a/clients/binary_authorization/lib/google_api/binary_authorization/v1/metadata.ex b/clients/binary_authorization/lib/google_api/binary_authorization/v1/metadata.ex index 32462a074c..8a99b0f94c 100644 --- a/clients/binary_authorization/lib/google_api/binary_authorization/v1/metadata.ex +++ b/clients/binary_authorization/lib/google_api/binary_authorization/v1/metadata.ex @@ -20,7 +20,7 @@ defmodule GoogleApi.BinaryAuthorization.V1 do API client metadata for GoogleApi.BinaryAuthorization.V1. """ - @discovery_revision "20240614" + @discovery_revision "20241115" def discovery_revision(), do: @discovery_revision end diff --git a/clients/binary_authorization/lib/google_api/binary_authorization/v1/model/admission_rule.ex b/clients/binary_authorization/lib/google_api/binary_authorization/v1/model/admission_rule.ex index af4e597856..cec09ab556 100644 --- a/clients/binary_authorization/lib/google_api/binary_authorization/v1/model/admission_rule.ex +++ b/clients/binary_authorization/lib/google_api/binary_authorization/v1/model/admission_rule.ex @@ -23,7 +23,7 @@ defmodule GoogleApi.BinaryAuthorization.V1.Model.AdmissionRule do * `enforcementMode` (*type:* `String.t`, *default:* `nil`) - Required. The action when a pod creation is denied by the admission rule. * `evaluationMode` (*type:* `String.t`, *default:* `nil`) - Required. How this admission rule will be evaluated. - * `requireAttestationsBy` (*type:* `list(String.t)`, *default:* `nil`) - Optional. The resource names of the attestors that must attest to a container image, in the format `projects/*/attestors/*`. Each attestor must exist before a policy can reference it. To add an attestor to a policy the principal issuing the policy change request must be able to read the attestor resource. Note: this field must be non-empty when the `evaluation_mode` field specifies `REQUIRE_ATTESTATION`, otherwise it must be empty. + * `requireAttestationsBy` (*type:* `list(String.t)`, *default:* `nil`) - """ use GoogleApi.Gax.ModelBase diff --git a/clients/binary_authorization/mix.exs b/clients/binary_authorization/mix.exs index dab3b3c78c..93b20edd8b 100644 --- a/clients/binary_authorization/mix.exs +++ b/clients/binary_authorization/mix.exs @@ -18,7 +18,7 @@ defmodule GoogleApi.BinaryAuthorization.Mixfile do use Mix.Project - @version "0.17.0" + @version "0.17.1" def project() do [