public interface OptimizeRestoredDatabaseMetadataOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getName()
Name of the restored database being optimized.
|
ByteString |
getNameBytes()
Name of the restored database being optimized.
|
OperationProgress |
getProgress()
The progress of the post-restore optimizations.
|
OperationProgressOrBuilder |
getProgressOrBuilder()
The progress of the post-restore optimizations.
|
boolean |
hasProgress()
The progress of the post-restore optimizations.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getName()
Name of the restored database being optimized.
string name = 1 [(.google.api.resource_reference) = { ... }
ByteString getNameBytes()
Name of the restored database being optimized.
string name = 1 [(.google.api.resource_reference) = { ... }
boolean hasProgress()
The progress of the post-restore optimizations.
.google.spanner.admin.database.v1.OperationProgress progress = 2;
OperationProgress getProgress()
The progress of the post-restore optimizations.
.google.spanner.admin.database.v1.OperationProgress progress = 2;
OperationProgressOrBuilder getProgressOrBuilder()
The progress of the post-restore optimizations.
.google.spanner.admin.database.v1.OperationProgress progress = 2;
Copyright © 2022 Google LLC. All rights reserved.