public final class OptimizeRestoredDatabaseMetadata extends GeneratedMessageV3 implements OptimizeRestoredDatabaseMetadataOrBuilder
Metadata type for the long-running operation used to track the progress of optimizations performed on a newly restored database. This long-running operation is automatically created by the system after the successful completion of a database restore, and cannot be cancelled.
Protobuf type google.spanner.admin.database.v1.OptimizeRestoredDatabaseMetadata
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > OptimizeRestoredDatabaseMetadataImplements
OptimizeRestoredDatabaseMetadataOrBuilderStatic Fields
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
PROGRESS_FIELD_NUMBER
public static final int PROGRESS_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static OptimizeRestoredDatabaseMetadata getDefaultInstance()
Returns | |
---|---|
Type | Description |
OptimizeRestoredDatabaseMetadata |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static OptimizeRestoredDatabaseMetadata.Builder newBuilder()
Returns | |
---|---|
Type | Description |
OptimizeRestoredDatabaseMetadata.Builder |
newBuilder(OptimizeRestoredDatabaseMetadata prototype)
public static OptimizeRestoredDatabaseMetadata.Builder newBuilder(OptimizeRestoredDatabaseMetadata prototype)
Parameter | |
---|---|
Name | Description |
prototype |
OptimizeRestoredDatabaseMetadata |
Returns | |
---|---|
Type | Description |
OptimizeRestoredDatabaseMetadata.Builder |
parseDelimitedFrom(InputStream input)
public static OptimizeRestoredDatabaseMetadata parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
OptimizeRestoredDatabaseMetadata |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static OptimizeRestoredDatabaseMetadata parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
OptimizeRestoredDatabaseMetadata |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static OptimizeRestoredDatabaseMetadata parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data |
byte[] |
Returns | |
---|---|
Type | Description |
OptimizeRestoredDatabaseMetadata |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static OptimizeRestoredDatabaseMetadata parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |