public interface RestoreInfoOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
BackupInfo |
getBackupInfo()
Information about the backup used to restore the database.
|
BackupInfoOrBuilder |
getBackupInfoOrBuilder()
Information about the backup used to restore the database.
|
RestoreInfo.SourceInfoCase |
getSourceInfoCase() |
RestoreSourceType |
getSourceType()
The type of the restore source.
|
int |
getSourceTypeValue()
The type of the restore source.
|
boolean |
hasBackupInfo()
Information about the backup used to restore the database.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
int getSourceTypeValue()
The type of the restore source.
.google.spanner.admin.database.v1.RestoreSourceType source_type = 1;
RestoreSourceType getSourceType()
The type of the restore source.
.google.spanner.admin.database.v1.RestoreSourceType source_type = 1;
boolean hasBackupInfo()
Information about the backup used to restore the database. The backup may no longer exist.
.google.spanner.admin.database.v1.BackupInfo backup_info = 2;
BackupInfo getBackupInfo()
Information about the backup used to restore the database. The backup may no longer exist.
.google.spanner.admin.database.v1.BackupInfo backup_info = 2;
BackupInfoOrBuilder getBackupInfoOrBuilder()
Information about the backup used to restore the database. The backup may no longer exist.
.google.spanner.admin.database.v1.BackupInfo backup_info = 2;
RestoreInfo.SourceInfoCase getSourceInfoCase()
Copyright © 2022 Google LLC. All rights reserved.