Uses of Class
com.google.bigtable.admin.v2.BackupInfo
-
Uses of BackupInfo in com.google.bigtable.admin.v2
Methods in com.google.bigtable.admin.v2 that return BackupInfoModifier and TypeMethodDescriptionBackupInfo.Builder.build()BackupInfo.Builder.buildPartial()RestoreInfo.Builder.getBackupInfo()Information about the backup used to restore the table.RestoreInfo.getBackupInfo()Information about the backup used to restore the table.RestoreInfoOrBuilder.getBackupInfo()Information about the backup used to restore the table.RestoreTableMetadata.Builder.getBackupInfo().google.bigtable.admin.v2.BackupInfo backup_info = 3;RestoreTableMetadata.getBackupInfo().google.bigtable.admin.v2.BackupInfo backup_info = 3;RestoreTableMetadataOrBuilder.getBackupInfo().google.bigtable.admin.v2.BackupInfo backup_info = 3;static BackupInfoBackupInfo.getDefaultInstance()BackupInfo.Builder.getDefaultInstanceForType()BackupInfo.getDefaultInstanceForType()CopyBackupMetadata.Builder.getSourceBackupInfo()Information about the source backup that is being copied from.CopyBackupMetadata.getSourceBackupInfo()Information about the source backup that is being copied from.CopyBackupMetadataOrBuilder.getSourceBackupInfo()Information about the source backup that is being copied from.static BackupInfoBackupInfo.parseDelimitedFrom(InputStream input) static BackupInfoBackupInfo.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BackupInfoBackupInfo.parseFrom(byte[] data) static BackupInfoBackupInfo.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BackupInfoBackupInfo.parseFrom(com.google.protobuf.ByteString data) static BackupInfoBackupInfo.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BackupInfoBackupInfo.parseFrom(com.google.protobuf.CodedInputStream input) static BackupInfoBackupInfo.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BackupInfoBackupInfo.parseFrom(InputStream input) static BackupInfoBackupInfo.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BackupInfoBackupInfo.parseFrom(ByteBuffer data) static BackupInfoBackupInfo.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.bigtable.admin.v2 that return types with arguments of type BackupInfoModifier and TypeMethodDescriptioncom.google.protobuf.Parser<BackupInfo>BackupInfo.getParserForType()static com.google.protobuf.Parser<BackupInfo>BackupInfo.parser()Methods in com.google.bigtable.admin.v2 with parameters of type BackupInfoModifier and TypeMethodDescriptionRestoreInfo.Builder.mergeBackupInfo(BackupInfo value) Information about the backup used to restore the table.RestoreTableMetadata.Builder.mergeBackupInfo(BackupInfo value) .google.bigtable.admin.v2.BackupInfo backup_info = 3;BackupInfo.Builder.mergeFrom(BackupInfo other) CopyBackupMetadata.Builder.mergeSourceBackupInfo(BackupInfo value) Information about the source backup that is being copied from.static BackupInfo.BuilderBackupInfo.newBuilder(BackupInfo prototype) RestoreInfo.Builder.setBackupInfo(BackupInfo value) Information about the backup used to restore the table.RestoreTableMetadata.Builder.setBackupInfo(BackupInfo value) .google.bigtable.admin.v2.BackupInfo backup_info = 3;CopyBackupMetadata.Builder.setSourceBackupInfo(BackupInfo value) Information about the source backup that is being copied from.