public interface BackupOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsLabels(String key)
Resource labels to represent user provided metadata.
|
Backup.Type |
getBackupType()
Output only.
|
int |
getBackupTypeValue()
Output only.
|
long |
getChainStorageBytes()
Output only.
|
com.google.protobuf.Timestamp |
getCreateTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
Output only.
|
String |
getDescription()
A description of the backup with 2048 characters or less.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
A description of the backup with 2048 characters or less.
|
Map<String,String> |
getLabels()
Deprecated.
|
int |
getLabelsCount()
Resource labels to represent user provided metadata.
|
Map<String,String> |
getLabelsMap()
Resource labels to represent user provided metadata.
|
String |
getLabelsOrDefault(String key,
String defaultValue)
Resource labels to represent user provided metadata.
|
String |
getLabelsOrThrow(String key)
Resource labels to represent user provided metadata.
|
String |
getName()
Identifier.
|
com.google.protobuf.ByteString |
getNameBytes()
Identifier.
|
String |
getSourceSnapshot()
If specified, backup will be created from the given snapshot.
|
com.google.protobuf.ByteString |
getSourceSnapshotBytes()
If specified, backup will be created from the given snapshot.
|
String |
getSourceVolume()
Volume full name of this backup belongs to.
|
com.google.protobuf.ByteString |
getSourceVolumeBytes()
Volume full name of this backup belongs to.
|
Backup.State |
getState()
Output only.
|
int |
getStateValue()
Output only.
|
long |
getVolumeUsageBytes()
Output only.
|
boolean |
hasCreateTime()
Output only.
|
boolean |
hasSourceSnapshot()
If specified, backup will be created from the given snapshot.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Identifier. The resource name of the backup.
Format:
`projects/{project_id}/locations/{location}/backupVaults/{backup_vault_id}/backups/{backup_id}`.
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];com.google.protobuf.ByteString getNameBytes()
Identifier. The resource name of the backup.
Format:
`projects/{project_id}/locations/{location}/backupVaults/{backup_vault_id}/backups/{backup_id}`.
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];int getStateValue()
Output only. The backup state.
.google.cloud.netapp.v1.Backup.State state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Backup.State getState()
Output only. The backup state.
.google.cloud.netapp.v1.Backup.State state = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
String getDescription()
A description of the backup with 2048 characters or less. Requests with longer descriptions will be rejected.
string description = 3;com.google.protobuf.ByteString getDescriptionBytes()
A description of the backup with 2048 characters or less. Requests with longer descriptions will be rejected.
string description = 3;long getVolumeUsageBytes()
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.
int64 volume_usage_bytes = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];int getBackupTypeValue()
Output only. Type of backup, manually created or created by a backup policy.
.google.cloud.netapp.v1.Backup.Type backup_type = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Backup.Type getBackupType()
Output only. Type of backup, manually created or created by a backup policy.
.google.cloud.netapp.v1.Backup.Type backup_type = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
String getSourceVolume()
Volume full name of this backup belongs to.
Format:
`projects/{projects_id}/locations/{location}/volumes/{volume_id}`
string source_volume = 6 [(.google.api.resource_reference) = { ... }com.google.protobuf.ByteString getSourceVolumeBytes()
Volume full name of this backup belongs to.
Format:
`projects/{projects_id}/locations/{location}/volumes/{volume_id}`
string source_volume = 6 [(.google.api.resource_reference) = { ... }boolean hasSourceSnapshot()
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}`
optional string source_snapshot = 7 [(.google.api.resource_reference) = { ... }String getSourceSnapshot()
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}`
optional string source_snapshot = 7 [(.google.api.resource_reference) = { ... }com.google.protobuf.ByteString getSourceSnapshotBytes()
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}`
optional string source_snapshot = 7 [(.google.api.resource_reference) = { ... }boolean hasCreateTime()
Output only. The time when the backup was created.
.google.protobuf.Timestamp create_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.Timestamp getCreateTime()
Output only. The time when the backup was created.
.google.protobuf.Timestamp create_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Output only. The time when the backup was created.
.google.protobuf.Timestamp create_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
int getLabelsCount()
Resource labels to represent user provided metadata.
map<string, string> labels = 9;boolean containsLabels(String key)
Resource labels to represent user provided metadata.
map<string, string> labels = 9;@Deprecated Map<String,String> getLabels()
getLabelsMap() instead.Map<String,String> getLabelsMap()
Resource labels to represent user provided metadata.
map<string, string> labels = 9;String getLabelsOrDefault(String key, String defaultValue)
Resource labels to represent user provided metadata.
map<string, string> labels = 9;String getLabelsOrThrow(String key)
Resource labels to represent user provided metadata.
map<string, string> labels = 9;long getChainStorageBytes()
Output only. Total size of all backups in a chain in bytes = baseline backup size + sum(incremental backup size)
int64 chain_storage_bytes = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];Copyright © 2024 Google LLC. All rights reserved.