Skip to content

Commit f797786

Browse files
feat: Automated regeneration of BinaryAuthorization client (googleapis#12598)
Auto-created at 2024-11-21 13:21:00 +0000 using the toys pull request generator.
1 parent 6e01557 commit f797786

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

clients/binary_authorization/lib/google_api/binary_authorization/v1/metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule GoogleApi.BinaryAuthorization.V1 do
2020
API client metadata for GoogleApi.BinaryAuthorization.V1.
2121
"""
2222

23-
@discovery_revision "20240614"
23+
@discovery_revision "20241115"
2424

2525
def discovery_revision(), do: @discovery_revision
2626
end

clients/binary_authorization/lib/google_api/binary_authorization/v1/model/admission_rule.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ defmodule GoogleApi.BinaryAuthorization.V1.Model.AdmissionRule do
2323
2424
* `enforcementMode` (*type:* `String.t`, *default:* `nil`) - Required. The action when a pod creation is denied by the admission rule.
2525
* `evaluationMode` (*type:* `String.t`, *default:* `nil`) - Required. How this admission rule will be evaluated.
26-
* `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.
26+
* `requireAttestationsBy` (*type:* `list(String.t)`, *default:* `nil`) -
2727
"""
2828

2929
use GoogleApi.Gax.ModelBase

clients/binary_authorization/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
defmodule GoogleApi.BinaryAuthorization.Mixfile do
1919
use Mix.Project
2020

21-
@version "0.17.0"
21+
@version "0.17.1"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)