Uses of Class
com.google.spanner.admin.database.v1.Backup
-
Uses of Backup in com.google.spanner.admin.database.v1
Methods in com.google.spanner.admin.database.v1 that return BackupModifier and TypeMethodDescriptionBackup.Builder.build()Backup.Builder.buildPartial()CreateBackupRequest.Builder.getBackup()Required.CreateBackupRequest.getBackup()Required.CreateBackupRequestOrBuilder.getBackup()Required.UpdateBackupRequest.Builder.getBackup()Required.UpdateBackupRequest.getBackup()Required.UpdateBackupRequestOrBuilder.getBackup()Required.ListBackupsResponse.Builder.getBackups(int index) The list of matching backups.ListBackupsResponse.getBackups(int index) The list of matching backups.ListBackupsResponseOrBuilder.getBackups(int index) The list of matching backups.static BackupBackup.getDefaultInstance()Backup.Builder.getDefaultInstanceForType()Backup.getDefaultInstanceForType()static BackupBackup.parseDelimitedFrom(InputStream input) static BackupBackup.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BackupBackup.parseFrom(byte[] data) static BackupBackup.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BackupBackup.parseFrom(com.google.protobuf.ByteString data) static BackupBackup.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BackupBackup.parseFrom(com.google.protobuf.CodedInputStream input) static BackupBackup.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BackupBackup.parseFrom(InputStream input) static BackupBackup.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BackupBackup.parseFrom(ByteBuffer data) static BackupBackup.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.spanner.admin.database.v1 that return types with arguments of type BackupModifier and TypeMethodDescriptionListBackupsResponse.Builder.getBackupsList()The list of matching backups.ListBackupsResponse.getBackupsList()The list of matching backups.ListBackupsResponseOrBuilder.getBackupsList()The list of matching backups.com.google.protobuf.Parser<Backup>Backup.getParserForType()static com.google.protobuf.Parser<Backup>Backup.parser()Methods in com.google.spanner.admin.database.v1 with parameters of type BackupModifier and TypeMethodDescriptionListBackupsResponse.Builder.addBackups(int index, Backup value) The list of matching backups.ListBackupsResponse.Builder.addBackups(Backup value) The list of matching backups.CreateBackupRequest.Builder.mergeBackup(Backup value) Required.UpdateBackupRequest.Builder.mergeBackup(Backup value) Required.static Backup.BuilderBackup.newBuilder(Backup prototype) Required.Required.ListBackupsResponse.Builder.setBackups(int index, Backup value) The list of matching backups.Method parameters in com.google.spanner.admin.database.v1 with type arguments of type BackupModifier and TypeMethodDescriptionListBackupsResponse.Builder.addAllBackups(Iterable<? extends Backup> values) The list of matching backups.