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
* `name` (*type:* `String.t`) - Output only. Identifier. Name of the backup vault to create. It must have the format`"projects/{project}/locations/{location}/backupVaults/{backupvault}"`. `{backupvault}` cannot be changed after creation. It must be between 3-63 characters long and must be unique within the project and location.
* `name` (*type:* `String.t`) - Output only. Identifier. Name of the datasource to create. It must have the format`"projects/{project}/locations/{location}/backupVaults/{backupvault}/dataSources/{datasource}"`. `{datasource}` cannot be changed after creation. It must be between 3-63 characters long and must be unique within the backup vault.
@@ -2247,7 +2247,7 @@ defmodule GoogleApi.BackupDR.V1.Api.Projects do
2247
2247
## Parameters
2248
2248
2249
2249
* `connection` (*type:* `GoogleApi.BackupDR.V1.Connection.t`) - Connection to server
2250
-
* `name` (*type:* `String.t`) - Output only. Identifier. Name of the resource.
2250
+
* `name` (*type:* `String.t`) - Output only. Identifier. Name of the backup to create. It must have the format`"projects//locations//backupVaults//dataSources/{datasource}/backups/{backup}"`. `{backup}` cannot be changed after creation. It must be between 3-63 characters long and must be unique within the datasource.
Copy file name to clipboardExpand all lines: clients/backup_dr/lib/google_api/backup_dr/v1/model/backup.ex
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ defmodule GoogleApi.BackupDR.V1.Model.Backup do
33
33
* `expireTime` (*type:* `DateTime.t`, *default:* `nil`) - Optional. When this backup is automatically expired.
34
34
* `gcpBackupPlanInfo` (*type:* `GoogleApi.BackupDR.V1.Model.GCPBackupPlanInfo.t`, *default:* `nil`) - Output only. Configuration for a Google Cloud resource.
35
35
* `labels` (*type:* `map()`, *default:* `nil`) - Optional. Resource labels to represent user provided metadata. No labels currently defined.
36
-
* `name` (*type:* `String.t`, *default:* `nil`) - Output only. Identifier. Name of the resource.
36
+
* `name` (*type:* `String.t`, *default:* `nil`) - Output only. Identifier. Name of the backup to create. It must have the format`"projects//locations//backupVaults//dataSources/{datasource}/backups/{backup}"`. `{backup}` cannot be changed after creation. It must be between 3-63 characters long and must be unique within the datasource.
37
37
* `resourceSizeBytes` (*type:* `String.t`, *default:* `nil`) - Output only. source resource size in bytes at the time of the backup.
38
38
* `serviceLocks` (*type:* `list(GoogleApi.BackupDR.V1.Model.BackupLock.t)`, *default:* `nil`) - Output only. The list of BackupLocks taken by the service to prevent the deletion of the backup.
Copy file name to clipboardExpand all lines: clients/backup_dr/lib/google_api/backup_dr/v1/model/backup_vault.ex
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@ defmodule GoogleApi.BackupDR.V1.Model.BackupVault do
21
21
22
22
## Attributes
23
23
24
+
* `accessRestriction` (*type:* `String.t`, *default:* `nil`) - Optional. Note: This field is added for future use case and will not be supported in the current release. Optional. Access restriction for the backup vault. Default value is WITHIN_ORGANIZATION if not provided during creation.
24
25
* `annotations` (*type:* `map()`, *default:* `nil`) - Optional. User annotations. See https://google.aip.dev/128#annotations Stores small amounts of arbitrary data.
25
26
* `backupCount` (*type:* `String.t`, *default:* `nil`) - Output only. The number of backups in this backup vault.
26
27
* `backupMinimumEnforcedRetentionDuration` (*type:* `String.t`, *default:* `nil`) - Required. The default and minimum enforced retention for each backup within the backup vault. The enforced retention for each backup can be extended.
@@ -30,7 +31,7 @@ defmodule GoogleApi.BackupDR.V1.Model.BackupVault do
30
31
* `effectiveTime` (*type:* `DateTime.t`, *default:* `nil`) - Optional. Time after which the BackupVault resource is locked.
31
32
* `etag` (*type:* `String.t`, *default:* `nil`) - Optional. Server specified ETag for the backup vault resource to prevent simultaneous updates from overwiting each other.
32
33
* `labels` (*type:* `map()`, *default:* `nil`) - Optional. Resource labels to represent user provided metadata. No labels currently defined:
* `name` (*type:* `String.t`, *default:* `nil`) - Output only. Identifier. Name of the backup vault to create. It must have the format`"projects/{project}/locations/{location}/backupVaults/{backupvault}"`. `{backupvault}` cannot be changed after creation. It must be between 3-63 characters long and must be unique within the project and location.
34
35
* `serviceAccount` (*type:* `String.t`, *default:* `nil`) - Output only. Service account used by the BackupVault Service for this BackupVault. The user should grant this account permissions in their workload project to enable the service to run backups and restores there.
Copy file name to clipboardExpand all lines: clients/backup_dr/lib/google_api/backup_dr/v1/model/data_source.ex
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ defmodule GoogleApi.BackupDR.V1.Model.DataSource do
29
29
* `dataSourceGcpResource` (*type:* `GoogleApi.BackupDR.V1.Model.DataSourceGcpResource.t`, *default:* `nil`) - The backed up resource is a Google Cloud resource. The word 'DataSource' was included in the names to indicate that this is the representation of the Google Cloud resource used within the DataSource object.
30
30
* `etag` (*type:* `String.t`, *default:* `nil`) - Server specified ETag for the ManagementServer resource to prevent simultaneous updates from overwiting each other.
31
31
* `labels` (*type:* `map()`, *default:* `nil`) - Optional. Resource labels to represent user provided metadata. No labels currently defined:
* `name` (*type:* `String.t`, *default:* `nil`) - Output only. Identifier. Name of the datasource to create. It must have the format`"projects/{project}/locations/{location}/backupVaults/{backupvault}/dataSources/{datasource}"`. `{datasource}` cannot be changed after creation. It must be between 3-63 characters long and must be unique within the backup vault.
0 commit comments