public interface RestoreParametersOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getSourceBackup()
Full name of the backup resource.
|
com.google.protobuf.ByteString |
getSourceBackupBytes()
Full name of the backup resource.
|
RestoreParameters.SourceCase |
getSourceCase() |
String |
getSourceSnapshot()
Full name of the snapshot resource.
|
com.google.protobuf.ByteString |
getSourceSnapshotBytes()
Full name of the snapshot resource.
|
boolean |
hasSourceBackup()
Full name of the backup resource.
|
boolean |
hasSourceSnapshot()
Full name of the snapshot resource.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasSourceSnapshot()
Full name of the snapshot resource.
Format:
projects/{project}/locations/{location}/volumes/{volume}/snapshots/{snapshot}
string source_snapshot = 1;String getSourceSnapshot()
Full name of the snapshot resource.
Format:
projects/{project}/locations/{location}/volumes/{volume}/snapshots/{snapshot}
string source_snapshot = 1;com.google.protobuf.ByteString getSourceSnapshotBytes()
Full name of the snapshot resource.
Format:
projects/{project}/locations/{location}/volumes/{volume}/snapshots/{snapshot}
string source_snapshot = 1;boolean hasSourceBackup()
Full name of the backup resource.
Format:
projects/{project}/locations/{location}/backupVaults/{backup_vault_id}/backups/{backup_id}
string source_backup = 2;String getSourceBackup()
Full name of the backup resource.
Format:
projects/{project}/locations/{location}/backupVaults/{backup_vault_id}/backups/{backup_id}
string source_backup = 2;com.google.protobuf.ByteString getSourceBackupBytes()
Full name of the backup resource.
Format:
projects/{project}/locations/{location}/backupVaults/{backup_vault_id}/backups/{backup_id}
string source_backup = 2;RestoreParameters.SourceCase getSourceCase()
Copyright © 2024 Google LLC. All rights reserved.