public interface RestoreInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
BackupInfo |
getBackupInfo()
Information about the backup used to restore the table.
|
BackupInfoOrBuilder |
getBackupInfoOrBuilder()
Information about the backup used to restore the table.
|
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 table.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getSourceTypeValue()
The type of the restore source.
.google.bigtable.admin.v2.RestoreSourceType source_type = 1;RestoreSourceType getSourceType()
The type of the restore source.
.google.bigtable.admin.v2.RestoreSourceType source_type = 1;boolean hasBackupInfo()
Information about the backup used to restore the table. The backup may no longer exist.
.google.bigtable.admin.v2.BackupInfo backup_info = 2;BackupInfo getBackupInfo()
Information about the backup used to restore the table. The backup may no longer exist.
.google.bigtable.admin.v2.BackupInfo backup_info = 2;BackupInfoOrBuilder getBackupInfoOrBuilder()
Information about the backup used to restore the table. The backup may no longer exist.
.google.bigtable.admin.v2.BackupInfo backup_info = 2;RestoreInfo.SourceInfoCase getSourceInfoCase()
Copyright © 2020 Google LLC. All rights reserved.