Uses of Class
com.google.spanner.admin.database.v1.RestoreInfo.Builder
-
Uses of RestoreInfo.Builder in com.google.spanner.admin.database.v1
Methods in com.google.spanner.admin.database.v1 that return RestoreInfo.BuilderModifier and TypeMethodDescriptionRestoreInfo.Builder.clear()RestoreInfo.Builder.clearBackupInfo()Information about the backup used to restore the database.RestoreInfo.Builder.clearSourceInfo()RestoreInfo.Builder.clearSourceType()The type of the restore source.Database.Builder.getRestoreInfoBuilder()Output only.RestoreInfo.Builder.mergeBackupInfo(BackupInfo value) Information about the backup used to restore the database.RestoreInfo.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) RestoreInfo.Builder.mergeFrom(com.google.protobuf.Message other) RestoreInfo.Builder.mergeFrom(RestoreInfo other) static RestoreInfo.BuilderRestoreInfo.newBuilder()static RestoreInfo.BuilderRestoreInfo.newBuilder(RestoreInfo prototype) RestoreInfo.newBuilderForType()protected RestoreInfo.BuilderRestoreInfo.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) RestoreInfo.Builder.setBackupInfo(BackupInfo value) Information about the backup used to restore the database.RestoreInfo.Builder.setBackupInfo(BackupInfo.Builder builderForValue) Information about the backup used to restore the database.RestoreInfo.Builder.setSourceType(RestoreSourceType value) The type of the restore source.RestoreInfo.Builder.setSourceTypeValue(int value) The type of the restore source.RestoreInfo.toBuilder()Methods in com.google.spanner.admin.database.v1 with parameters of type RestoreInfo.BuilderModifier and TypeMethodDescriptionDatabase.Builder.setRestoreInfo(RestoreInfo.Builder builderForValue) Output only.