Skip to content

Commit f528f14

Browse files
feat: Automated regeneration of BackupDR client (googleapis#12462)
Auto-created at 2024-11-02 13:13:22 +0000 using the toys pull request generator.
1 parent 3ad1548 commit f528f14

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

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

23-
@discovery_revision "20241017"
23+
@discovery_revision "20241023"
2424

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

clients/backup_dr/lib/google_api/backup_dr/v1/model/management_server.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ defmodule GoogleApi.BackupDR.V1.Model.ManagementServer do
2828
* `labels` (*type:* `map()`, *default:* `nil`) - Optional. Resource labels to represent user provided metadata. Labels currently defined: 1. migrate_from_go= If set to true, the MS is created in migration ready mode.
2929
* `managementUri` (*type:* `GoogleApi.BackupDR.V1.Model.ManagementURI.t`, *default:* `nil`) - Output only. The hostname or ip address of the exposed AGM endpoints, used by clients to connect to AGM/RD graphical user interface and APIs.
3030
* `name` (*type:* `String.t`, *default:* `nil`) - Output only. Identifier. The resource name.
31-
* `networks` (*type:* `list(GoogleApi.BackupDR.V1.Model.NetworkConfig.t)`, *default:* `nil`) - Required. VPC networks to which the ManagementServer instance is connected. For this version, only a single network is supported.
31+
* `networks` (*type:* `list(GoogleApi.BackupDR.V1.Model.NetworkConfig.t)`, *default:* `nil`) - Optional. VPC networks to which the ManagementServer instance is connected. For this version, only a single network is supported. This field is optional if MS is created without PSA
3232
* `oauth2ClientId` (*type:* `String.t`, *default:* `nil`) - Output only. The OAuth 2.0 client id is required to make API calls to the BackupDR instance API of this ManagementServer. This is the value that should be provided in the 'aud' field of the OIDC ID Token (see openid specification https://openid.net/specs/openid-connect-core-1_0.html#IDToken).
3333
* `satisfiesPzi` (*type:* `boolean()`, *default:* `nil`) - Output only. Reserved for future use.
3434
* `satisfiesPzs` (*type:* `boolean()`, *default:* `nil`) - Output only. Reserved for future use.

clients/backup_dr/mix.exs

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

21-
@version "0.14.0"
21+
@version "0.14.1"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)