public final class MoveInstanceMetadata extends GeneratedMessageV3 implements MoveInstanceMetadataOrBuilder
Metadata type for the operation returned by MoveInstance.
Protobuf type google.spanner.admin.instance.v1.MoveInstanceMetadata
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > MoveInstanceMetadataImplements
MoveInstanceMetadataOrBuilderStatic Fields
CANCEL_TIME_FIELD_NUMBER
public static final int CANCEL_TIME_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
PROGRESS_FIELD_NUMBER
public static final int PROGRESS_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
TARGET_CONFIG_FIELD_NUMBER
public static final int TARGET_CONFIG_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static MoveInstanceMetadata getDefaultInstance()
Returns | |
---|---|
Type | Description |
MoveInstanceMetadata |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static MoveInstanceMetadata.Builder newBuilder()
Returns | |
---|---|
Type | Description |
MoveInstanceMetadata.Builder |
newBuilder(MoveInstanceMetadata prototype)
public static MoveInstanceMetadata.Builder newBuilder(MoveInstanceMetadata prototype)
Parameter | |
---|---|
Name | Description |
prototype |
MoveInstanceMetadata |
Returns | |
---|---|
Type | Description |
MoveInstanceMetadata.Builder |
parseDelimitedFrom(InputStream input)
public static MoveInstanceMetadata parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
MoveInstanceMetadata |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static MoveInstanceMetadata parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
MoveInstanceMetadata |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static MoveInstanceMetadata parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data |
byte[] |
Returns | |
---|---|
Type | Description |
MoveInstanceMetadata |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static MoveInstanceMetadata parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
MoveInstanceMetadata |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static MoveInstanceMetadata parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data |
ByteString |
Returns | |
---|---|
Type | Description |
MoveInstanceMetadata |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static MoveInstanceMetadata parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
MoveInstanceMetadata |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static MoveInstanceMetadata parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input |
CodedInputStream |
Returns | |
---|---|
Type | Description |