public interface OptimizeRestoredDatabaseMetadataOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getName()
public abstract String getName()Name of the restored database being optimized.
string name = 1 [(.google.api.resource_reference) = { ... }
| Type | Description |
| String | The name. |
getNameBytes()
public abstract ByteString getNameBytes()Name of the restored database being optimized.
string name = 1 [(.google.api.resource_reference) = { ... }
| Type | Description |
| ByteString | The bytes for name. |
getProgress()
public abstract OperationProgress getProgress()The progress of the post-restore optimizations.
.google.spanner.admin.database.v1.OperationProgress progress = 2;
| Type | Description |
| OperationProgress | The progress. |
getProgressOrBuilder()
public abstract OperationProgressOrBuilder getProgressOrBuilder()The progress of the post-restore optimizations.
.google.spanner.admin.database.v1.OperationProgress progress = 2;
| Type | Description |
| OperationProgressOrBuilder |
hasProgress()
public abstract boolean hasProgress()The progress of the post-restore optimizations.
.google.spanner.admin.database.v1.OperationProgress progress = 2;
| Type | Description |
| boolean | Whether the progress field is set. |