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 |
MoveInstanceMetadata |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static MoveInstanceMetadata parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
MoveInstanceMetadata |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static MoveInstanceMetadata parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
MoveInstanceMetadata |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static MoveInstanceMetadata parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
MoveInstanceMetadata |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static MoveInstanceMetadata parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data |
ByteBuffer |
Returns | |
---|---|
Type | Description |
MoveInstanceMetadata |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static MoveInstanceMetadata parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
MoveInstanceMetadata |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<MoveInstanceMetadata> parser()
Returns | |
---|---|
Type | Description |
Parser<MoveInstanceMetadata> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj |
Object |
Returns | |
---|---|
Type | Description |
boolean |
getCancelTime()
public Timestamp getCancelTime()
The time at which this operation was cancelled.
.google.protobuf.Timestamp cancel_time = 3;
Returns | |
---|---|
Type | Description |
Timestamp |
The cancelTime. |
getCancelTimeOrBuilder()
public TimestampOrBuilder getCancelTimeOrBuilder()
The time at which this operation was cancelled.
.google.protobuf.Timestamp cancel_time = 3;
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
getDefaultInstanceForType()
public MoveInstanceMetadata getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
MoveInstanceMetadata |
getParserForType()
public Parser<MoveInstanceMetadata> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<MoveInstanceMetadata> |
getProgress()
public OperationProgress getProgress()
The progress of the MoveInstance operation. progress_percent is reset when cancellation is requested.
.google.spanner.admin.instance.v1.OperationProgress progress = 2;
Returns | |
---|---|
Type | Description |
OperationProgress |
The progress. |
getProgressOrBuilder()
public OperationProgressOrBuilder getProgressOrBuilder()
The progress of the MoveInstance operation. progress_percent is reset when cancellation is requested.
.google.spanner.admin.instance.v1.OperationProgress progress = 2;
Returns | |
---|---|
Type | Description |
OperationProgressOrBuilder |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
getTargetConfig()
public String getTargetConfig()
The target instance configuration where to move the instance.
Values are of the form projects/<project>/instanceConfigs/<config>
.
string target_config = 1;
Returns | |
---|---|
Type | Description |
String |
The targetConfig. |
getTargetConfigBytes()
public ByteString getTargetConfigBytes()
The target instance configuration where to move the instance.
Values are of the form projects/<project>/instanceConfigs/<config>
.
string target_config = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for targetConfig. |
hasCancelTime()
public boolean hasCancelTime()
The time at which this operation was cancelled.
.google.protobuf.Timestamp cancel_time = 3;
Returns | |
---|---|
Type | Description |
boolean |
Whether the cancelTime field is set. |
hasProgress()
public boolean hasProgress()
The progress of the MoveInstance operation. progress_percent is reset when cancellation is requested.
.google.spanner.admin.instance.v1.OperationProgress progress = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the progress field is set. |
hashCode()
public int hashCode()
Returns | |
---|---|
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
newBuilderForType()
public MoveInstanceMetadata.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
MoveInstanceMetadata.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected MoveInstanceMetadata.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent |
BuilderParent |
Returns | |
---|---|
Type | Description |
MoveInstanceMetadata.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused |
UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public MoveInstanceMetadata.Builder toBuilder()
Returns | |
---|---|
Type | Description |
MoveInstanceMetadata.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output |
CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |