Skip to content

Commit 5cf9338

Browse files
feat: Automated regeneration of BeyondCorp client (#13042)
Auto-created at 2025-02-27 13:16:46 +0000 using the toys pull request generator.
1 parent 1a51975 commit 5cf9338

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

clients/beyond_corp/lib/google_api/beyond_corp/v1/api/projects.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2753,7 +2753,7 @@ defmodule GoogleApi.BeyondCorp.V1.Api.Projects do
27532753
* `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
27542754
* `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
27552755
* `:requestId` (*type:* `String.t`) - Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request timed out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
2756-
* `:updateMask` (*type:* `String.t`) - Required. Mutable fields include: display_name.
2756+
* `:updateMask` (*type:* `String.t`) - Optional. Mutable fields include: display_name.
27572757
* `:body` (*type:* `GoogleApi.BeyondCorp.V1.Model.GoogleCloudBeyondcorpSecuritygatewaysV1Application.t`) -
27582758
* `opts` (*type:* `keyword()`) - Call options
27592759
@@ -3585,7 +3585,7 @@ defmodule GoogleApi.BeyondCorp.V1.Api.Projects do
35853585
* `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
35863586
* `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
35873587
* `:requestId` (*type:* `String.t`) - Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request timed out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
3588-
* `:updateMask` (*type:* `String.t`) - Required. Mutable fields include: display_name, hubs.
3588+
* `:updateMask` (*type:* `String.t`) - Optional. Mutable fields include: display_name, hubs.
35893589
* `:body` (*type:* `GoogleApi.BeyondCorp.V1.Model.GoogleCloudBeyondcorpSecuritygatewaysV1SecurityGateway.t`) -
35903590
* `opts` (*type:* `keyword()`) - Call options
35913591

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

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

23-
@discovery_revision "20241204"
23+
@discovery_revision "20250219"
2424

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

clients/beyond_corp/mix.exs

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

21-
@version "0.15.1"
21+
@version "0.15.2"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)