Skip to content

Commit f2b25e6

Browse files
feat: Automated regeneration of Run client (googleapis#12341)
Auto-created at 2024-10-17 13:13:29 +0000 using the toys pull request generator.
1 parent 4ef6729 commit f2b25e6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

clients/run/lib/google_api/run/v2/metadata.ex

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

23-
@discovery_revision "20241004"
23+
@discovery_revision "20241011"
2424

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

clients/run/lib/google_api/run/v2/model/google_cloud_run_v2_service.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ defmodule GoogleApi.Run.V2.Model.GoogleCloudRunV2Service do
5252
* `clientVersion` (*type:* `String.t`, *default:* `nil`) - Arbitrary version identifier for the API client.
5353
* `etag` (*type:* `String.t`, *default:* `nil`) - Output only. A system-generated fingerprint for this version of the resource. May be used to detect modification conflict during updates.
5454
* `template` (*type:* `GoogleApi.Run.V2.Model.GoogleCloudRunV2RevisionTemplate.t`, *default:* `nil`) - Required. The template used to create revisions for this Service.
55-
* `invokerIamDisabled` (*type:* `boolean()`, *default:* `nil`) - Optional. Disables IAM permission check for run.routes.invoke for callers of this service. This setting should not be used with external ingress.
55+
* `invokerIamDisabled` (*type:* `boolean()`, *default:* `nil`) - Optional. Disables IAM permission check for run.routes.invoke for callers of this service. This feature is available by invitation only. For more information, visit https://cloud.google.com/run/docs/securing/managing-access#invoker_check.
5656
* `latestReadyRevision` (*type:* `String.t`, *default:* `nil`) - Output only. Name of the latest revision that is serving traffic. See comments in `reconciling` for additional information on reconciliation process in Cloud Run.
5757
* `trafficStatuses` (*type:* `list(GoogleApi.Run.V2.Model.GoogleCloudRunV2TrafficTargetStatus.t)`, *default:* `nil`) - Output only. Detailed status information for corresponding traffic targets. See comments in `reconciling` for additional information on reconciliation process in Cloud Run.
5858
"""

clients/run/mix.exs

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

21-
@version "0.38.1"
21+
@version "0.38.2"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)