Package | Description |
---|---|
com.google.spanner.admin.database.v1 |
Modifier and Type | Method and Description |
---|---|
BackupInfo |
BackupInfo.Builder.build() |
BackupInfo |
BackupInfo.Builder.buildPartial() |
BackupInfo |
RestoreInfoOrBuilder.getBackupInfo()
Information about the backup used to restore the database.
|
BackupInfo |
RestoreDatabaseMetadata.getBackupInfo()
Information about the backup used to restore the database.
|
BackupInfo |
RestoreDatabaseMetadata.Builder.getBackupInfo()
Information about the backup used to restore the database.
|
BackupInfo |
RestoreDatabaseMetadataOrBuilder.getBackupInfo()
Information about the backup used to restore the database.
|
BackupInfo |
RestoreInfo.getBackupInfo()
Information about the backup used to restore the database.
|
BackupInfo |
RestoreInfo.Builder.getBackupInfo()
Information about the backup used to restore the database.
|
static BackupInfo |
BackupInfo.getDefaultInstance() |
BackupInfo |
BackupInfo.getDefaultInstanceForType() |
BackupInfo |
BackupInfo.Builder.getDefaultInstanceForType() |
static BackupInfo |
BackupInfo.parseDelimitedFrom(InputStream input) |
static BackupInfo |
BackupInfo.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static BackupInfo |
BackupInfo.parseFrom(byte[] data) |
static BackupInfo |
BackupInfo.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static BackupInfo |
BackupInfo.parseFrom(ByteBuffer data) |
static BackupInfo |
BackupInfo.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static BackupInfo |
BackupInfo.parseFrom(ByteString data) |
static BackupInfo |
BackupInfo.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static BackupInfo |
BackupInfo.parseFrom(CodedInputStream input) |
static BackupInfo |
BackupInfo.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static BackupInfo |
BackupInfo.parseFrom(InputStream input) |
static BackupInfo |
BackupInfo.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
Parser<BackupInfo> |
BackupInfo.getParserForType() |
static Parser<BackupInfo> |
BackupInfo.parser() |
Modifier and Type | Method and Description |
---|---|
RestoreDatabaseMetadata.Builder |
RestoreDatabaseMetadata.Builder.mergeBackupInfo(BackupInfo value)
Information about the backup used to restore the database.
|
RestoreInfo.Builder |
RestoreInfo.Builder.mergeBackupInfo(BackupInfo value)
Information about the backup used to restore the database.
|
BackupInfo.Builder |
BackupInfo.Builder.mergeFrom(BackupInfo other) |
static BackupInfo.Builder |
BackupInfo.newBuilder(BackupInfo prototype) |
RestoreDatabaseMetadata.Builder |
RestoreDatabaseMetadata.Builder.setBackupInfo(BackupInfo value)
Information about the backup used to restore the database.
|
RestoreInfo.Builder |
RestoreInfo.Builder.setBackupInfo(BackupInfo value)
Information about the backup used to restore the database.
|
Copyright © 2022 Google LLC. All rights reserved.