Skip to content

Commit 45ce2d1

Browse files
feat(backupdr): update the api
#### backupdr:v1 The following keys were added: - resources.projects.resources.locations.resources.backupVaults.methods.create (Total Keys: 18) - resources.projects.resources.locations.resources.backupVaults.methods.delete (Total Keys: 19) - resources.projects.resources.locations.resources.backupVaults.methods.fetchUsable (Total Keys: 20) - resources.projects.resources.locations.resources.backupVaults.methods.get (Total Keys: 11) - resources.projects.resources.locations.resources.backupVaults.methods.list (Total Keys: 20) - resources.projects.resources.locations.resources.backupVaults.methods.patch (Total Keys: 19) - resources.projects.resources.locations.resources.backupVaults.methods.testIamPermissions (Total Keys: 12) - resources.projects.resources.locations.resources.backupVaults.resources.dataSources.methods.abandonBackup (Total Keys: 12) - resources.projects.resources.locations.resources.backupVaults.resources.dataSources.methods.fetchAccessToken (Total Keys: 12) - resources.projects.resources.locations.resources.backupVaults.resources.dataSources.methods.finalizeBackup (Total Keys: 12) - resources.projects.resources.locations.resources.backupVaults.resources.dataSources.methods.get (Total Keys: 11) - resources.projects.resources.locations.resources.backupVaults.resources.dataSources.methods.initiateBackup (Total Keys: 12) - resources.projects.resources.locations.resources.backupVaults.resources.dataSources.methods.list (Total Keys: 20) - resources.projects.resources.locations.resources.backupVaults.resources.dataSources.methods.patch (Total Keys: 19) - resources.projects.resources.locations.resources.backupVaults.resources.dataSources.methods.remove (Total Keys: 12) - resources.projects.resources.locations.resources.backupVaults.resources.dataSources.methods.setInternalStatus (Total Keys: 12) - resources.projects.resources.locations.resources.backupVaults.resources.dataSources.resources.backups.methods.delete (Total Keys: 13) - resources.projects.resources.locations.resources.backupVaults.resources.dataSources.resources.backups.methods.get (Total Keys: 11) - resources.projects.resources.locations.resources.backupVaults.resources.dataSources.resources.backups.methods.list (Total Keys: 20) - resources.projects.resources.locations.resources.backupVaults.resources.dataSources.resources.backups.methods.patch (Total Keys: 17) - schemas.AbandonBackupRequest (Total Keys: 3) - schemas.AcceleratorConfig (Total Keys: 5) - schemas.AccessConfig (Total Keys: 11) - schemas.AliasIpRange (Total Keys: 4) - schemas.AttachedDisk (Total Keys: 22) - schemas.Backup (Total Keys: 122) - schemas.ComputeInstanceBackupProperties (Total Keys: 18) - schemas.ComputeInstanceDataSourceProperties (Total Keys: 8) - schemas.CustomerEncryptionKey (Total Keys: 6) - schemas.DataSource (Total Keys: 42) - schemas.Entry (Total Keys: 4) - schemas.FetchAccessTokenRequest (Total Keys: 4) - schemas.FetchAccessTokenResponse (Total Keys: 7) - schemas.FetchUsableBackupVaultsResponse (Total Keys: 7) - schemas.FinalizeBackupRequest (Total Keys: 12) - schemas.GCPBackupPlanInfo (Total Keys: 4) - schemas.GcpBackupConfig (Total Keys: 6) - schemas.GuestOsFeature (Total Keys: 3) - schemas.InitializeParams (Total Keys: 5) - schemas.InitiateBackupRequest (Total Keys: 4) - schemas.InitiateBackupResponse (Total Keys: 7) - schemas.ListBackupVaultsResponse (Total Keys: 7) - schemas.ListBackupsResponse (Total Keys: 7) - schemas.ListDataSourcesResponse (Total Keys: 7) - schemas.Metadata (Total Keys: 4) - schemas.NetworkInterface (Total Keys: 22) - schemas.NodeAffinity (Total Keys: 6) - schemas.RemoveDataSourceRequest (Total Keys: 3) - schemas.Scheduling (Total Keys: 18) - schemas.ServiceAccount (Total Keys: 5) - schemas.ServiceLockInfo (Total Keys: 4) - schemas.SetInternalStatusRequest (Total Keys: 6) - schemas.Tags (Total Keys: 4)
1 parent e79f2d5 commit 45ce2d1

6 files changed

+4304
-191
lines changed

docs/dyn/backupdr_v1.projects.locations.backupVaults.dataSources.backups.html

Lines changed: 818 additions & 0 deletions
Large diffs are not rendered by default.

docs/dyn/backupdr_v1.projects.locations.backupVaults.dataSources.html

Lines changed: 647 additions & 0 deletions
Large diffs are not rendered by default.

docs/dyn/backupdr_v1.projects.locations.backupVaults.html

Lines changed: 365 additions & 2 deletions
Large diffs are not rendered by default.

docs/dyn/backupdr_v1.projects.locations.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,11 @@
7474

7575
<h1><a href="backupdr_v1.html">Backup and DR Service API</a> . <a href="backupdr_v1.projects.html">projects</a> . <a href="backupdr_v1.projects.locations.html">locations</a></h1>
7676
<h2>Instance Methods</h2>
77+
<p class="toc_element">
78+
<code><a href="backupdr_v1.projects.locations.backupVaults.html">backupVaults()</a></code>
79+
</p>
80+
<p class="firstline">Returns the backupVaults Resource.</p>
81+
7782
<p class="toc_element">
7883
<code><a href="backupdr_v1.projects.locations.managementServers.html">managementServers()</a></code>
7984
</p>

docs/dyn/backupdr_v1.projects.locations.managementServers.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ <h3>Method Details</h3>
112112
<pre>Creates a new ManagementServer in a given project and location.
113113

114114
Args:
115-
parent: string, Required. The management server project and location in the format `projects/{project_id}/locations/{location}`. In Cloud Backup and DR locations map to GCP regions, for example **us-central1**. (required)
115+
parent: string, Required. The management server project and location in the format &#x27;projects/{project_id}/locations/{location}&#x27;. In Cloud Backup and DR locations map to Google Cloud regions, for example **us-central1**. (required)
116116
body: object, The request body.
117117
The object takes the form of:
118118

@@ -137,7 +137,7 @@ <h3>Method Details</h3>
137137
&quot;peeringMode&quot;: &quot;A String&quot;, # Optional. The network connect mode of the ManagementServer instance. For this version, only PRIVATE_SERVICE_ACCESS is supported.
138138
},
139139
],
140-
&quot;oauth2ClientId&quot;: &quot;A String&quot;, # 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).
140+
&quot;oauth2ClientId&quot;: &quot;A String&quot;, # 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 &#x27;aud&#x27; field of the OIDC ID Token (see openid specification https://openid.net/specs/openid-connect-core-1_0.html#IDToken).
141141
&quot;satisfiesPzi&quot;: True or False, # Output only. Reserved for future use.
142142
&quot;satisfiesPzs&quot;: True or False, # Output only. Reserved for future use.
143143
&quot;state&quot;: &quot;A String&quot;, # Output only. The ManagementServer state.
@@ -225,7 +225,7 @@ <h3>Method Details</h3>
225225
<pre>Gets details of a single ManagementServer.
226226

227227
Args:
228-
name: string, Required. Name of the management server resource name, in the format `projects/{project_id}/locations/{location}/managementServers/{resource_name}` (required)
228+
name: string, Required. Name of the management server resource name, in the format &#x27;projects/{project_id}/locations/{location}/managementServers/{resource_name}&#x27; (required)
229229
x__xgafv: string, V1 error format.
230230
Allowed values
231231
1 - v1 error format
@@ -255,7 +255,7 @@ <h3>Method Details</h3>
255255
&quot;peeringMode&quot;: &quot;A String&quot;, # Optional. The network connect mode of the ManagementServer instance. For this version, only PRIVATE_SERVICE_ACCESS is supported.
256256
},
257257
],
258-
&quot;oauth2ClientId&quot;: &quot;A String&quot;, # 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).
258+
&quot;oauth2ClientId&quot;: &quot;A String&quot;, # 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 &#x27;aud&#x27; field of the OIDC ID Token (see openid specification https://openid.net/specs/openid-connect-core-1_0.html#IDToken).
259259
&quot;satisfiesPzi&quot;: True or False, # Output only. Reserved for future use.
260260
&quot;satisfiesPzs&quot;: True or False, # Output only. Reserved for future use.
261261
&quot;state&quot;: &quot;A String&quot;, # Output only. The ManagementServer state.
@@ -325,7 +325,7 @@ <h3>Method Details</h3>
325325
<pre>Lists ManagementServers in a given project and location.
326326

327327
Args:
328-
parent: string, Required. The project and location for which to retrieve management servers information, in the format `projects/{project_id}/locations/{location}`. In Cloud BackupDR, locations map to GCP regions, for example **us-central1**. To retrieve management servers for all locations, use &quot;-&quot; for the `{location}` value. (required)
328+
parent: string, Required. The project and location for which to retrieve management servers information, in the format &#x27;projects/{project_id}/locations/{location}&#x27;. In Cloud BackupDR, locations map to Google Cloud regions, for example **us-central1**. To retrieve management servers for all locations, use &quot;-&quot; for the &#x27;{location}&#x27; value. (required)
329329
filter: string, Optional. Filtering results.
330330
orderBy: string, Optional. Hint for how to order the results.
331331
pageSize: integer, Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
@@ -339,7 +339,7 @@ <h3>Method Details</h3>
339339
An object of the form:
340340

341341
{ # Response message for listing management servers.
342-
&quot;managementServers&quot;: [ # The list of ManagementServer instances in the project for the specified location. If the `{location}` value in the request is &quot;-&quot;, the response contains a list of instances from all locations. In case any location is unreachable, the response will only return management servers in reachable locations and the &#x27;unreachable&#x27; field will be populated with a list of unreachable locations.
342+
&quot;managementServers&quot;: [ # The list of ManagementServer instances in the project for the specified location. If the &#x27;{location}&#x27; value in the request is &quot;-&quot;, the response contains a list of instances from all locations. In case any location is unreachable, the response will only return management servers in reachable locations and the &#x27;unreachable&#x27; field will be populated with a list of unreachable locations.
343343
{ # ManagementServer describes a single BackupDR ManagementServer instance.
344344
&quot;baProxyUri&quot;: [ # Output only. The hostname or ip address of the exposed AGM endpoints, used by BAs to connect to BA proxy.
345345
&quot;A String&quot;,
@@ -361,7 +361,7 @@ <h3>Method Details</h3>
361361
&quot;peeringMode&quot;: &quot;A String&quot;, # Optional. The network connect mode of the ManagementServer instance. For this version, only PRIVATE_SERVICE_ACCESS is supported.
362362
},
363363
],
364-
&quot;oauth2ClientId&quot;: &quot;A String&quot;, # 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).
364+
&quot;oauth2ClientId&quot;: &quot;A String&quot;, # 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 &#x27;aud&#x27; field of the OIDC ID Token (see openid specification https://openid.net/specs/openid-connect-core-1_0.html#IDToken).
365365
&quot;satisfiesPzi&quot;: True or False, # Output only. Reserved for future use.
366366
&quot;satisfiesPzs&quot;: True or False, # Output only. Reserved for future use.
367367
&quot;state&quot;: &quot;A String&quot;, # Output only. The ManagementServer state.

0 commit comments

Comments
 (0)