You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/netapp_v1.projects.locations.backupVaults.backups.html
+8
Original file line number
Diff line number
Diff line change
@@ -111,6 +111,7 @@ <h3>Method Details</h3>
111
111
The object takes the form of:
112
112
113
113
{ # A NetApp Backup.
114
+
"backupRegion": "A String", # Output only. Region in which backup is stored. Format: `projects/{project_id}/locations/{location}`
114
115
"backupType": "A String", # Output only. Type of backup, manually created or created by a backup policy.
115
116
"chainStorageBytes": "A String", # Output only. Total size of all backups in a chain in bytes = baseline backup size + sum(incremental backup size)
116
117
"createTime": "A String", # Output only. The time when the backup was created.
@@ -124,6 +125,7 @@ <h3>Method Details</h3>
124
125
"sourceSnapshot": "A String", # If specified, backup will be created from the given snapshot. If not specified, there will be a new snapshot taken to initiate the backup creation. Format: `projects/{project_id}/locations/{location}/volumes/{volume_id}/snapshots/{snapshot_id}`
125
126
"sourceVolume": "A String", # Volume full name of this backup belongs to. Format: `projects/{projects_id}/locations/{location}/volumes/{volume_id}`
126
127
"state": "A String", # Output only. The backup state.
128
+
"volumeRegion": "A String", # Output only. Region of the volume from which the backup was created. Format: `projects/{project_id}/locations/{location}`
127
129
"volumeUsageBytes": "A String", # Output only. Size of the file system when the backup was created. When creating a new volume from the backup, the volume capacity will have to be at least as big.
128
130
}
129
131
@@ -207,6 +209,7 @@ <h3>Method Details</h3>
207
209
An object of the form:
208
210
209
211
{ # A NetApp Backup.
212
+
"backupRegion": "A String", # Output only. Region in which backup is stored. Format: `projects/{project_id}/locations/{location}`
210
213
"backupType": "A String", # Output only. Type of backup, manually created or created by a backup policy.
211
214
"chainStorageBytes": "A String", # Output only. Total size of all backups in a chain in bytes = baseline backup size + sum(incremental backup size)
212
215
"createTime": "A String", # Output only. The time when the backup was created.
@@ -220,6 +223,7 @@ <h3>Method Details</h3>
220
223
"sourceSnapshot": "A String", # If specified, backup will be created from the given snapshot. If not specified, there will be a new snapshot taken to initiate the backup creation. Format: `projects/{project_id}/locations/{location}/volumes/{volume_id}/snapshots/{snapshot_id}`
221
224
"sourceVolume": "A String", # Volume full name of this backup belongs to. Format: `projects/{projects_id}/locations/{location}/volumes/{volume_id}`
222
225
"state": "A String", # Output only. The backup state.
226
+
"volumeRegion": "A String", # Output only. Region of the volume from which the backup was created. Format: `projects/{project_id}/locations/{location}`
223
227
"volumeUsageBytes": "A String", # Output only. Size of the file system when the backup was created. When creating a new volume from the backup, the volume capacity will have to be at least as big.
224
228
}</pre>
225
229
</div>
@@ -245,6 +249,7 @@ <h3>Method Details</h3>
245
249
{ # ListBackupsResponse is the result of ListBackupsRequest.
246
250
"backups": [ # A list of backups in the project.
247
251
{ # A NetApp Backup.
252
+
"backupRegion": "A String", # Output only. Region in which backup is stored. Format: `projects/{project_id}/locations/{location}`
248
253
"backupType": "A String", # Output only. Type of backup, manually created or created by a backup policy.
249
254
"chainStorageBytes": "A String", # Output only. Total size of all backups in a chain in bytes = baseline backup size + sum(incremental backup size)
250
255
"createTime": "A String", # Output only. The time when the backup was created.
@@ -258,6 +263,7 @@ <h3>Method Details</h3>
258
263
"sourceSnapshot": "A String", # If specified, backup will be created from the given snapshot. If not specified, there will be a new snapshot taken to initiate the backup creation. Format: `projects/{project_id}/locations/{location}/volumes/{volume_id}/snapshots/{snapshot_id}`
259
264
"sourceVolume": "A String", # Volume full name of this backup belongs to. Format: `projects/{projects_id}/locations/{location}/volumes/{volume_id}`
260
265
"state": "A String", # Output only. The backup state.
266
+
"volumeRegion": "A String", # Output only. Region of the volume from which the backup was created. Format: `projects/{project_id}/locations/{location}`
261
267
"volumeUsageBytes": "A String", # Output only. Size of the file system when the backup was created. When creating a new volume from the backup, the volume capacity will have to be at least as big.
262
268
},
263
269
],
@@ -292,6 +298,7 @@ <h3>Method Details</h3>
292
298
The object takes the form of:
293
299
294
300
{ # A NetApp Backup.
301
+
"backupRegion": "A String", # Output only. Region in which backup is stored. Format: `projects/{project_id}/locations/{location}`
295
302
"backupType": "A String", # Output only. Type of backup, manually created or created by a backup policy.
296
303
"chainStorageBytes": "A String", # Output only. Total size of all backups in a chain in bytes = baseline backup size + sum(incremental backup size)
297
304
"createTime": "A String", # Output only. The time when the backup was created.
@@ -305,6 +312,7 @@ <h3>Method Details</h3>
305
312
"sourceSnapshot": "A String", # If specified, backup will be created from the given snapshot. If not specified, there will be a new snapshot taken to initiate the backup creation. Format: `projects/{project_id}/locations/{location}/volumes/{volume_id}/snapshots/{snapshot_id}`
306
313
"sourceVolume": "A String", # Volume full name of this backup belongs to. Format: `projects/{projects_id}/locations/{location}/volumes/{volume_id}`
307
314
"state": "A String", # Output only. The backup state.
315
+
"volumeRegion": "A String", # Output only. Region of the volume from which the backup was created. Format: `projects/{project_id}/locations/{location}`
308
316
"volumeUsageBytes": "A String", # Output only. Size of the file system when the backup was created. When creating a new volume from the backup, the volume capacity will have to be at least as big.
Copy file name to clipboardExpand all lines: docs/dyn/netapp_v1.projects.locations.backupVaults.html
+20
Original file line number
Diff line number
Diff line change
@@ -116,12 +116,17 @@ <h3>Method Details</h3>
116
116
The object takes the form of:
117
117
118
118
{ # A NetApp BackupVault.
119
+
"backupRegion": "A String", # Optional. Region where the backups are stored. Format: `projects/{project_id}/locations/{location}`
120
+
"backupVaultType": "A String", # Optional. Type of backup vault to be created. Default is IN_REGION.
119
121
"createTime": "A String", # Output only. Create time of the backup vault.
120
122
"description": "A String", # Description of the backup vault.
123
+
"destinationBackupVault": "A String", # Output only. Name of the Backup vault created in backup region. Format: `projects/{project_id}/locations/{location}/backupVaults/{backup_vault_id}`
121
124
"labels": { # Resource labels to represent user provided metadata.
122
125
"a_key": "A String",
123
126
},
124
127
"name": "A String", # Identifier. The resource name of the backup vault. Format: `projects/{project_id}/locations/{location}/backupVaults/{backup_vault_id}`.
128
+
"sourceBackupVault": "A String", # Output only. Name of the Backup vault created in source region. Format: `projects/{project_id}/locations/{location}/backupVaults/{backup_vault_id}`
129
+
"sourceRegion": "A String", # Output only. Region in which the backup vault is created. Format: `projects/{project_id}/locations/{location}`
125
130
"state": "A String", # Output only. The backup vault state.
126
131
}
127
132
@@ -205,12 +210,17 @@ <h3>Method Details</h3>
205
210
An object of the form:
206
211
207
212
{ # A NetApp BackupVault.
213
+
"backupRegion": "A String", # Optional. Region where the backups are stored. Format: `projects/{project_id}/locations/{location}`
214
+
"backupVaultType": "A String", # Optional. Type of backup vault to be created. Default is IN_REGION.
208
215
"createTime": "A String", # Output only. Create time of the backup vault.
209
216
"description": "A String", # Description of the backup vault.
217
+
"destinationBackupVault": "A String", # Output only. Name of the Backup vault created in backup region. Format: `projects/{project_id}/locations/{location}/backupVaults/{backup_vault_id}`
210
218
"labels": { # Resource labels to represent user provided metadata.
211
219
"a_key": "A String",
212
220
},
213
221
"name": "A String", # Identifier. The resource name of the backup vault. Format: `projects/{project_id}/locations/{location}/backupVaults/{backup_vault_id}`.
222
+
"sourceBackupVault": "A String", # Output only. Name of the Backup vault created in source region. Format: `projects/{project_id}/locations/{location}/backupVaults/{backup_vault_id}`
223
+
"sourceRegion": "A String", # Output only. Region in which the backup vault is created. Format: `projects/{project_id}/locations/{location}`
214
224
"state": "A String", # Output only. The backup vault state.
215
225
}</pre>
216
226
</div>
@@ -236,12 +246,17 @@ <h3>Method Details</h3>
236
246
{ # ListBackupVaultsResponse is the result of ListBackupVaultsRequest.
237
247
"backupVaults": [ # A list of backupVaults in the project for the specified location.
238
248
{ # A NetApp BackupVault.
249
+
"backupRegion": "A String", # Optional. Region where the backups are stored. Format: `projects/{project_id}/locations/{location}`
250
+
"backupVaultType": "A String", # Optional. Type of backup vault to be created. Default is IN_REGION.
239
251
"createTime": "A String", # Output only. Create time of the backup vault.
240
252
"description": "A String", # Description of the backup vault.
253
+
"destinationBackupVault": "A String", # Output only. Name of the Backup vault created in backup region. Format: `projects/{project_id}/locations/{location}/backupVaults/{backup_vault_id}`
241
254
"labels": { # Resource labels to represent user provided metadata.
242
255
"a_key": "A String",
243
256
},
244
257
"name": "A String", # Identifier. The resource name of the backup vault. Format: `projects/{project_id}/locations/{location}/backupVaults/{backup_vault_id}`.
258
+
"sourceBackupVault": "A String", # Output only. Name of the Backup vault created in source region. Format: `projects/{project_id}/locations/{location}/backupVaults/{backup_vault_id}`
259
+
"sourceRegion": "A String", # Output only. Region in which the backup vault is created. Format: `projects/{project_id}/locations/{location}`
245
260
"state": "A String", # Output only. The backup vault state.
246
261
},
247
262
],
@@ -276,12 +291,17 @@ <h3>Method Details</h3>
276
291
The object takes the form of:
277
292
278
293
{ # A NetApp BackupVault.
294
+
"backupRegion": "A String", # Optional. Region where the backups are stored. Format: `projects/{project_id}/locations/{location}`
295
+
"backupVaultType": "A String", # Optional. Type of backup vault to be created. Default is IN_REGION.
279
296
"createTime": "A String", # Output only. Create time of the backup vault.
280
297
"description": "A String", # Description of the backup vault.
298
+
"destinationBackupVault": "A String", # Output only. Name of the Backup vault created in backup region. Format: `projects/{project_id}/locations/{location}/backupVaults/{backup_vault_id}`
281
299
"labels": { # Resource labels to represent user provided metadata.
282
300
"a_key": "A String",
283
301
},
284
302
"name": "A String", # Identifier. The resource name of the backup vault. Format: `projects/{project_id}/locations/{location}/backupVaults/{backup_vault_id}`.
303
+
"sourceBackupVault": "A String", # Output only. Name of the Backup vault created in source region. Format: `projects/{project_id}/locations/{location}/backupVaults/{backup_vault_id}`
304
+
"sourceRegion": "A String", # Output only. Region in which the backup vault is created. Format: `projects/{project_id}/locations/{location}`
285
305
"state": "A String", # Output only. The backup vault state.
<pre>Lists information about the supported locations for this service.
160
160
161
161
Args:
162
162
name: string, The resource that owns the locations collection, if applicable. (required)
163
+
extraLocationTypes: string, Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations. (repeated)
163
164
filter: string, A filter to narrow down results to a preferred subset. The filtering language accepts strings like `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
164
165
pageSize: integer, The maximum number of results to return. If not set, the service selects a default.
165
166
pageToken: string, A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.
Copy file name to clipboardExpand all lines: docs/dyn/netapp_v1beta1.projects.locations.backupVaults.backups.html
+8
Original file line number
Diff line number
Diff line change
@@ -111,6 +111,7 @@ <h3>Method Details</h3>
111
111
The object takes the form of:
112
112
113
113
{ # A NetApp Backup.
114
+
"backupRegion": "A String", # Output only. Region in which backup is stored. Format: `projects/{project_id}/locations/{location}`
114
115
"backupType": "A String", # Output only. Type of backup, manually created or created by a backup policy.
115
116
"chainStorageBytes": "A String", # Output only. Total size of all backups in a chain in bytes = baseline backup size + sum(incremental backup size)
116
117
"createTime": "A String", # Output only. The time when the backup was created.
@@ -124,6 +125,7 @@ <h3>Method Details</h3>
124
125
"sourceSnapshot": "A String", # If specified, backup will be created from the given snapshot. If not specified, there will be a new snapshot taken to initiate the backup creation. Format: `projects/{project_id}/locations/{location}/volumes/{volume_id}/snapshots/{snapshot_id}`
125
126
"sourceVolume": "A String", # Volume full name of this backup belongs to. Format: `projects/{projects_id}/locations/{location}/volumes/{volume_id}`
126
127
"state": "A String", # Output only. The backup state.
128
+
"volumeRegion": "A String", # Output only. Region of the volume from which the backup was created. Format: `projects/{project_id}/locations/{location}`
127
129
"volumeUsageBytes": "A String", # Output only. Size of the file system when the backup was created. When creating a new volume from the backup, the volume capacity will have to be at least as big.
128
130
}
129
131
@@ -207,6 +209,7 @@ <h3>Method Details</h3>
207
209
An object of the form:
208
210
209
211
{ # A NetApp Backup.
212
+
"backupRegion": "A String", # Output only. Region in which backup is stored. Format: `projects/{project_id}/locations/{location}`
210
213
"backupType": "A String", # Output only. Type of backup, manually created or created by a backup policy.
211
214
"chainStorageBytes": "A String", # Output only. Total size of all backups in a chain in bytes = baseline backup size + sum(incremental backup size)
212
215
"createTime": "A String", # Output only. The time when the backup was created.
@@ -220,6 +223,7 @@ <h3>Method Details</h3>
220
223
"sourceSnapshot": "A String", # If specified, backup will be created from the given snapshot. If not specified, there will be a new snapshot taken to initiate the backup creation. Format: `projects/{project_id}/locations/{location}/volumes/{volume_id}/snapshots/{snapshot_id}`
221
224
"sourceVolume": "A String", # Volume full name of this backup belongs to. Format: `projects/{projects_id}/locations/{location}/volumes/{volume_id}`
222
225
"state": "A String", # Output only. The backup state.
226
+
"volumeRegion": "A String", # Output only. Region of the volume from which the backup was created. Format: `projects/{project_id}/locations/{location}`
223
227
"volumeUsageBytes": "A String", # Output only. Size of the file system when the backup was created. When creating a new volume from the backup, the volume capacity will have to be at least as big.
224
228
}</pre>
225
229
</div>
@@ -245,6 +249,7 @@ <h3>Method Details</h3>
245
249
{ # ListBackupsResponse is the result of ListBackupsRequest.
246
250
"backups": [ # A list of backups in the project.
247
251
{ # A NetApp Backup.
252
+
"backupRegion": "A String", # Output only. Region in which backup is stored. Format: `projects/{project_id}/locations/{location}`
248
253
"backupType": "A String", # Output only. Type of backup, manually created or created by a backup policy.
249
254
"chainStorageBytes": "A String", # Output only. Total size of all backups in a chain in bytes = baseline backup size + sum(incremental backup size)
250
255
"createTime": "A String", # Output only. The time when the backup was created.
@@ -258,6 +263,7 @@ <h3>Method Details</h3>
258
263
"sourceSnapshot": "A String", # If specified, backup will be created from the given snapshot. If not specified, there will be a new snapshot taken to initiate the backup creation. Format: `projects/{project_id}/locations/{location}/volumes/{volume_id}/snapshots/{snapshot_id}`
259
264
"sourceVolume": "A String", # Volume full name of this backup belongs to. Format: `projects/{projects_id}/locations/{location}/volumes/{volume_id}`
260
265
"state": "A String", # Output only. The backup state.
266
+
"volumeRegion": "A String", # Output only. Region of the volume from which the backup was created. Format: `projects/{project_id}/locations/{location}`
261
267
"volumeUsageBytes": "A String", # Output only. Size of the file system when the backup was created. When creating a new volume from the backup, the volume capacity will have to be at least as big.
262
268
},
263
269
],
@@ -292,6 +298,7 @@ <h3>Method Details</h3>
292
298
The object takes the form of:
293
299
294
300
{ # A NetApp Backup.
301
+
"backupRegion": "A String", # Output only. Region in which backup is stored. Format: `projects/{project_id}/locations/{location}`
295
302
"backupType": "A String", # Output only. Type of backup, manually created or created by a backup policy.
296
303
"chainStorageBytes": "A String", # Output only. Total size of all backups in a chain in bytes = baseline backup size + sum(incremental backup size)
297
304
"createTime": "A String", # Output only. The time when the backup was created.
@@ -305,6 +312,7 @@ <h3>Method Details</h3>
305
312
"sourceSnapshot": "A String", # If specified, backup will be created from the given snapshot. If not specified, there will be a new snapshot taken to initiate the backup creation. Format: `projects/{project_id}/locations/{location}/volumes/{volume_id}/snapshots/{snapshot_id}`
306
313
"sourceVolume": "A String", # Volume full name of this backup belongs to. Format: `projects/{projects_id}/locations/{location}/volumes/{volume_id}`
307
314
"state": "A String", # Output only. The backup state.
315
+
"volumeRegion": "A String", # Output only. Region of the volume from which the backup was created. Format: `projects/{project_id}/locations/{location}`
308
316
"volumeUsageBytes": "A String", # Output only. Size of the file system when the backup was created. When creating a new volume from the backup, the volume capacity will have to be at least as big.
Copy file name to clipboardExpand all lines: docs/dyn/netapp_v1beta1.projects.locations.backupVaults.html
+20
Original file line number
Diff line number
Diff line change
@@ -116,12 +116,17 @@ <h3>Method Details</h3>
116
116
The object takes the form of:
117
117
118
118
{ # A NetApp BackupVault.
119
+
"backupRegion": "A String", # Optional. Region where the backups are stored. Format: `projects/{project_id}/locations/{location}`
120
+
"backupVaultType": "A String", # Optional. Type of backup vault to be created. Default is IN_REGION.
119
121
"createTime": "A String", # Output only. Create time of the backup vault.
120
122
"description": "A String", # Description of the backup vault.
123
+
"destinationBackupVault": "A String", # Output only. Name of the Backup vault created in backup region. Format: `projects/{project_id}/locations/{location}/backupVaults/{backup_vault_id}`
121
124
"labels": { # Resource labels to represent user provided metadata.
122
125
"a_key": "A String",
123
126
},
124
127
"name": "A String", # Identifier. The resource name of the backup vault. Format: `projects/{project_id}/locations/{location}/backupVaults/{backup_vault_id}`.
128
+
"sourceBackupVault": "A String", # Output only. Name of the Backup vault created in source region. Format: `projects/{project_id}/locations/{location}/backupVaults/{backup_vault_id}`
129
+
"sourceRegion": "A String", # Output only. Region in which the backup vault is created. Format: `projects/{project_id}/locations/{location}`
125
130
"state": "A String", # Output only. The backup vault state.
126
131
}
127
132
@@ -205,12 +210,17 @@ <h3>Method Details</h3>
205
210
An object of the form:
206
211
207
212
{ # A NetApp BackupVault.
213
+
"backupRegion": "A String", # Optional. Region where the backups are stored. Format: `projects/{project_id}/locations/{location}`
214
+
"backupVaultType": "A String", # Optional. Type of backup vault to be created. Default is IN_REGION.
208
215
"createTime": "A String", # Output only. Create time of the backup vault.
209
216
"description": "A String", # Description of the backup vault.
217
+
"destinationBackupVault": "A String", # Output only. Name of the Backup vault created in backup region. Format: `projects/{project_id}/locations/{location}/backupVaults/{backup_vault_id}`
210
218
"labels": { # Resource labels to represent user provided metadata.
211
219
"a_key": "A String",
212
220
},
213
221
"name": "A String", # Identifier. The resource name of the backup vault. Format: `projects/{project_id}/locations/{location}/backupVaults/{backup_vault_id}`.
222
+
"sourceBackupVault": "A String", # Output only. Name of the Backup vault created in source region. Format: `projects/{project_id}/locations/{location}/backupVaults/{backup_vault_id}`
223
+
"sourceRegion": "A String", # Output only. Region in which the backup vault is created. Format: `projects/{project_id}/locations/{location}`
214
224
"state": "A String", # Output only. The backup vault state.
215
225
}</pre>
216
226
</div>
@@ -236,12 +246,17 @@ <h3>Method Details</h3>
236
246
{ # ListBackupVaultsResponse is the result of ListBackupVaultsRequest.
237
247
"backupVaults": [ # A list of backupVaults in the project for the specified location.
238
248
{ # A NetApp BackupVault.
249
+
"backupRegion": "A String", # Optional. Region where the backups are stored. Format: `projects/{project_id}/locations/{location}`
250
+
"backupVaultType": "A String", # Optional. Type of backup vault to be created. Default is IN_REGION.
239
251
"createTime": "A String", # Output only. Create time of the backup vault.
240
252
"description": "A String", # Description of the backup vault.
253
+
"destinationBackupVault": "A String", # Output only. Name of the Backup vault created in backup region. Format: `projects/{project_id}/locations/{location}/backupVaults/{backup_vault_id}`
241
254
"labels": { # Resource labels to represent user provided metadata.
242
255
"a_key": "A String",
243
256
},
244
257
"name": "A String", # Identifier. The resource name of the backup vault. Format: `projects/{project_id}/locations/{location}/backupVaults/{backup_vault_id}`.
258
+
"sourceBackupVault": "A String", # Output only. Name of the Backup vault created in source region. Format: `projects/{project_id}/locations/{location}/backupVaults/{backup_vault_id}`
259
+
"sourceRegion": "A String", # Output only. Region in which the backup vault is created. Format: `projects/{project_id}/locations/{location}`
245
260
"state": "A String", # Output only. The backup vault state.
246
261
},
247
262
],
@@ -276,12 +291,17 @@ <h3>Method Details</h3>
276
291
The object takes the form of:
277
292
278
293
{ # A NetApp BackupVault.
294
+
"backupRegion": "A String", # Optional. Region where the backups are stored. Format: `projects/{project_id}/locations/{location}`
295
+
"backupVaultType": "A String", # Optional. Type of backup vault to be created. Default is IN_REGION.
279
296
"createTime": "A String", # Output only. Create time of the backup vault.
280
297
"description": "A String", # Description of the backup vault.
298
+
"destinationBackupVault": "A String", # Output only. Name of the Backup vault created in backup region. Format: `projects/{project_id}/locations/{location}/backupVaults/{backup_vault_id}`
281
299
"labels": { # Resource labels to represent user provided metadata.
282
300
"a_key": "A String",
283
301
},
284
302
"name": "A String", # Identifier. The resource name of the backup vault. Format: `projects/{project_id}/locations/{location}/backupVaults/{backup_vault_id}`.
303
+
"sourceBackupVault": "A String", # Output only. Name of the Backup vault created in source region. Format: `projects/{project_id}/locations/{location}/backupVaults/{backup_vault_id}`
304
+
"sourceRegion": "A String", # Output only. Region in which the backup vault is created. Format: `projects/{project_id}/locations/{location}`
285
305
"state": "A String", # Output only. The backup vault state.
<pre>Lists information about the supported locations for this service.
160
160
161
161
Args:
162
162
name: string, The resource that owns the locations collection, if applicable. (required)
163
+
extraLocationTypes: string, Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations. (repeated)
163
164
filter: string, A filter to narrow down results to a preferred subset. The filtering language accepts strings like `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
164
165
pageSize: integer, The maximum number of results to return. If not set, the service selects a default.
165
166
pageToken: string, A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.
Copy file name to clipboardExpand all lines: googleapiclient/discovery_cache/documents/netapp.v1.json
+50-1
Original file line number
Diff line number
Diff line change
@@ -143,6 +143,12 @@
143
143
"name"
144
144
],
145
145
"parameters": {
146
+
"extraLocationTypes": {
147
+
"description": "Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.",
148
+
"location": "query",
149
+
"repeated": true,
150
+
"type": "string"
151
+
},
146
152
"filter": {
147
153
"description": "A filter to narrow down results to a preferred subset. The filtering language accepts strings like `\"displayName=tokyo\"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).",
148
154
"location": "query",
@@ -2264,7 +2270,7 @@
2264
2270
}
2265
2271
}
2266
2272
},
2267
-
"revision": "20250312",
2273
+
"revision": "20250326",
2268
2274
"rootUrl": "https://netapp.googleapis.com/",
2269
2275
"schemas": {
2270
2276
"ActiveDirectory": {
@@ -2402,6 +2408,11 @@
2402
2408
"description": "A NetApp Backup.",
2403
2409
"id": "Backup",
2404
2410
"properties": {
2411
+
"backupRegion": {
2412
+
"description": "Output only. Region in which backup is stored. Format: `projects/{project_id}/locations/{location}`",
2413
+
"readOnly": true,
2414
+
"type": "string"
2415
+
},
2405
2416
"backupType": {
2406
2417
"description": "Output only. Type of backup, manually created or created by a backup policy.",
2407
2418
"enum": [
@@ -2485,6 +2496,11 @@
2485
2496
"readOnly": true,
2486
2497
"type": "string"
2487
2498
},
2499
+
"volumeRegion": {
2500
+
"description": "Output only. Region of the volume from which the backup was created. Format: `projects/{project_id}/locations/{location}`",
2501
+
"readOnly": true,
2502
+
"type": "string"
2503
+
},
2488
2504
"volumeUsageBytes": {
2489
2505
"description": "Output only. Size of the file system when the backup was created. When creating a new volume from the backup, the volume capacity will have to be at least as big.",
2490
2506
"format": "int64",
@@ -2600,6 +2616,24 @@
2600
2616
"description": "A NetApp BackupVault.",
2601
2617
"id": "BackupVault",
2602
2618
"properties": {
2619
+
"backupRegion": {
2620
+
"description": "Optional. Region where the backups are stored. Format: `projects/{project_id}/locations/{location}`",
2621
+
"type": "string"
2622
+
},
2623
+
"backupVaultType": {
2624
+
"description": "Optional. Type of backup vault to be created. Default is IN_REGION.",
2625
+
"enum": [
2626
+
"BACKUP_VAULT_TYPE_UNSPECIFIED",
2627
+
"IN_REGION",
2628
+
"CROSS_REGION"
2629
+
],
2630
+
"enumDescriptions": [
2631
+
"BackupVault type not set.",
2632
+
"BackupVault type is IN_REGION.",
2633
+
"BackupVault type is CROSS_REGION."
2634
+
],
2635
+
"type": "string"
2636
+
},
2603
2637
"createTime": {
2604
2638
"description": "Output only. Create time of the backup vault.",
2605
2639
"format": "google-datetime",
@@ -2610,6 +2644,11 @@
2610
2644
"description": "Description of the backup vault.",
2611
2645
"type": "string"
2612
2646
},
2647
+
"destinationBackupVault": {
2648
+
"description": "Output only. Name of the Backup vault created in backup region. Format: `projects/{project_id}/locations/{location}/backupVaults/{backup_vault_id}`",
2649
+
"readOnly": true,
2650
+
"type": "string"
2651
+
},
2613
2652
"labels": {
2614
2653
"additionalProperties": {
2615
2654
"type": "string"
@@ -2621,6 +2660,16 @@
2621
2660
"description": "Identifier. The resource name of the backup vault. Format: `projects/{project_id}/locations/{location}/backupVaults/{backup_vault_id}`.",
2622
2661
"type": "string"
2623
2662
},
2663
+
"sourceBackupVault": {
2664
+
"description": "Output only. Name of the Backup vault created in source region. Format: `projects/{project_id}/locations/{location}/backupVaults/{backup_vault_id}`",
2665
+
"readOnly": true,
2666
+
"type": "string"
2667
+
},
2668
+
"sourceRegion": {
2669
+
"description": "Output only. Region in which the backup vault is created. Format: `projects/{project_id}/locations/{location}`",
2670
+
"readOnly": true,
2671
+
"type": "string"
2672
+
},
2624
2673
"state": {
2625
2674
"description": "Output only. The backup vault state.",
Copy file name to clipboardExpand all lines: googleapiclient/discovery_cache/documents/netapp.v1beta1.json
+50-1
Original file line number
Diff line number
Diff line change
@@ -143,6 +143,12 @@
143
143
"name"
144
144
],
145
145
"parameters": {
146
+
"extraLocationTypes": {
147
+
"description": "Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.",
148
+
"location": "query",
149
+
"repeated": true,
150
+
"type": "string"
151
+
},
146
152
"filter": {
147
153
"description": "A filter to narrow down results to a preferred subset. The filtering language accepts strings like `\"displayName=tokyo\"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).",
148
154
"location": "query",
@@ -2264,7 +2270,7 @@
2264
2270
}
2265
2271
}
2266
2272
},
2267
-
"revision": "20250312",
2273
+
"revision": "20250326",
2268
2274
"rootUrl": "https://netapp.googleapis.com/",
2269
2275
"schemas": {
2270
2276
"ActiveDirectory": {
@@ -2402,6 +2408,11 @@
2402
2408
"description": "A NetApp Backup.",
2403
2409
"id": "Backup",
2404
2410
"properties": {
2411
+
"backupRegion": {
2412
+
"description": "Output only. Region in which backup is stored. Format: `projects/{project_id}/locations/{location}`",
2413
+
"readOnly": true,
2414
+
"type": "string"
2415
+
},
2405
2416
"backupType": {
2406
2417
"description": "Output only. Type of backup, manually created or created by a backup policy.",
2407
2418
"enum": [
@@ -2485,6 +2496,11 @@
2485
2496
"readOnly": true,
2486
2497
"type": "string"
2487
2498
},
2499
+
"volumeRegion": {
2500
+
"description": "Output only. Region of the volume from which the backup was created. Format: `projects/{project_id}/locations/{location}`",
2501
+
"readOnly": true,
2502
+
"type": "string"
2503
+
},
2488
2504
"volumeUsageBytes": {
2489
2505
"description": "Output only. Size of the file system when the backup was created. When creating a new volume from the backup, the volume capacity will have to be at least as big.",
2490
2506
"format": "int64",
@@ -2600,6 +2616,24 @@
2600
2616
"description": "A NetApp BackupVault.",
2601
2617
"id": "BackupVault",
2602
2618
"properties": {
2619
+
"backupRegion": {
2620
+
"description": "Optional. Region where the backups are stored. Format: `projects/{project_id}/locations/{location}`",
2621
+
"type": "string"
2622
+
},
2623
+
"backupVaultType": {
2624
+
"description": "Optional. Type of backup vault to be created. Default is IN_REGION.",
2625
+
"enum": [
2626
+
"BACKUP_VAULT_TYPE_UNSPECIFIED",
2627
+
"IN_REGION",
2628
+
"CROSS_REGION"
2629
+
],
2630
+
"enumDescriptions": [
2631
+
"BackupVault type not set.",
2632
+
"BackupVault type is IN_REGION.",
2633
+
"BackupVault type is CROSS_REGION."
2634
+
],
2635
+
"type": "string"
2636
+
},
2603
2637
"createTime": {
2604
2638
"description": "Output only. Create time of the backup vault.",
2605
2639
"format": "google-datetime",
@@ -2610,6 +2644,11 @@
2610
2644
"description": "Description of the backup vault.",
2611
2645
"type": "string"
2612
2646
},
2647
+
"destinationBackupVault": {
2648
+
"description": "Output only. Name of the Backup vault created in backup region. Format: `projects/{project_id}/locations/{location}/backupVaults/{backup_vault_id}`",
2649
+
"readOnly": true,
2650
+
"type": "string"
2651
+
},
2613
2652
"labels": {
2614
2653
"additionalProperties": {
2615
2654
"type": "string"
@@ -2621,6 +2660,16 @@
2621
2660
"description": "Identifier. The resource name of the backup vault. Format: `projects/{project_id}/locations/{location}/backupVaults/{backup_vault_id}`.",
2622
2661
"type": "string"
2623
2662
},
2663
+
"sourceBackupVault": {
2664
+
"description": "Output only. Name of the Backup vault created in source region. Format: `projects/{project_id}/locations/{location}/backupVaults/{backup_vault_id}`",
2665
+
"readOnly": true,
2666
+
"type": "string"
2667
+
},
2668
+
"sourceRegion": {
2669
+
"description": "Output only. Region in which the backup vault is created. Format: `projects/{project_id}/locations/{location}`",
2670
+
"readOnly": true,
2671
+
"type": "string"
2672
+
},
2624
2673
"state": {
2625
2674
"description": "Output only. The backup vault state.",
0 commit comments