public final class UpdateInstanceMetadata extends GeneratedMessageV3 implements UpdateInstanceMetadataOrBuilder
Metadata type for the operation returned by UpdateInstance.
Protobuf type google.spanner.admin.instance.v1.UpdateInstanceMetadata
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > UpdateInstanceMetadataImplements
UpdateInstanceMetadataOrBuilderFields
CANCEL_TIME_FIELD_NUMBER
public static final int CANCEL_TIME_FIELD_NUMBER
Type | Description |
int |
END_TIME_FIELD_NUMBER
public static final int END_TIME_FIELD_NUMBER
Type | Description |
int |
INSTANCE_FIELD_NUMBER
public static final int INSTANCE_FIELD_NUMBER
Type | Description |
int |
START_TIME_FIELD_NUMBER
public static final int START_TIME_FIELD_NUMBER
Type | Description |
int |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getCancelTime()
public Timestamp getCancelTime()
The time at which this operation was cancelled. If set, this operation is in the process of undoing itself (which is guaranteed to succeed) and cannot be cancelled again.
.google.protobuf.Timestamp cancel_time = 3;
Type | Description |
Timestamp | The cancelTime. |
getCancelTimeOrBuilder()
public TimestampOrBuilder getCancelTimeOrBuilder()
The time at which this operation was cancelled. If set, this operation is in the process of undoing itself (which is guaranteed to succeed) and cannot be cancelled again.
.google.protobuf.Timestamp cancel_time = 3;
Type | Description |
TimestampOrBuilder |
getDefaultInstance()
public static UpdateInstanceMetadata getDefaultInstance()
Type | Description |
UpdateInstanceMetadata |
getDefaultInstanceForType()
public UpdateInstanceMetadata getDefaultInstanceForType()
Type | Description |
UpdateInstanceMetadata |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
getEndTime()
public Timestamp getEndTime()
The time at which this operation failed or was completed successfully.
.google.protobuf.Timestamp end_time = 4;
Type | Description |
Timestamp | The endTime. |
getEndTimeOrBuilder()
public TimestampOrBuilder getEndTimeOrBuilder()
The time at which this operation failed or was completed successfully.
.google.protobuf.Timestamp end_time = 4;
Type | Description |
TimestampOrBuilder |
getInstance()
public Instance getInstance()
The desired end state of the update.
.google.spanner.admin.instance.v1.Instance instance = 1;
Type | Description |
Instance | The instance. |
getInstanceOrBuilder()
public InstanceOrBuilder getInstanceOrBuilder()
The desired end state of the update.
.google.spanner.admin.instance.v1.Instance instance = 1;
Type | Description |
InstanceOrBuilder |
getParserForType()
public Parser<UpdateInstanceMetadata> getParserForType()
Type | Description |
Parser<UpdateInstanceMetadata> |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getStartTime()
public Timestamp getStartTime()
The time at which UpdateInstance request was received.
.google.protobuf.Timestamp start_time = 2;
Type | Description |
Timestamp | The startTime. |
getStartTimeOrBuilder()
public TimestampOrBuilder getStartTimeOrBuilder()
The time at which UpdateInstance request was received.
.google.protobuf.Timestamp start_time = 2;
Type | Description |
TimestampOrBuilder |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
hasCancelTime()
public boolean hasCancelTime()
The time at which this operation was cancelled. If set, this operation is in the process of undoing itself (which is guaranteed to succeed) and cannot be cancelled again.
.google.protobuf.Timestamp cancel_time = 3;
Type | Description |
boolean | Whether the cancelTime field is set. |
hasEndTime()
public boolean hasEndTime()
The time at which this operation failed or was completed successfully.
.google.protobuf.Timestamp end_time = 4;
Type | Description |
boolean | Whether the endTime field is set. |
hasInstance()
public boolean hasInstance()
The desired end state of the update.
.google.spanner.admin.instance.v1.Instance instance = 1;
Type | Description |
boolean | Whether the instance field is set. |
hasStartTime()
public boolean hasStartTime()
The time at which UpdateInstance request was received.
.google.protobuf.Timestamp start_time = 2;
Type | Description |
boolean | Whether the startTime field is set. |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilder()
public static UpdateInstanceMetadata.Builder newBuilder()
Type | Description |
UpdateInstanceMetadata.Builder |
newBuilder(UpdateInstanceMetadata prototype)
public static UpdateInstanceMetadata.Builder newBuilder(UpdateInstanceMetadata prototype)
Name | Description |
prototype | UpdateInstanceMetadata |
Type | Description |
UpdateInstanceMetadata.Builder |
newBuilderForType()
public UpdateInstanceMetadata.Builder newBuilderForType()
Type | Description |
UpdateInstanceMetadata.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected UpdateInstanceMetadata.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
UpdateInstanceMetadata.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
parseDelimitedFrom(InputStream input)
public static UpdateInstanceMetadata parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
UpdateInstanceMetadata |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static UpdateInstanceMetadata parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
UpdateInstanceMetadata |
Type | Description |
IOException |
parseFrom(byte[] data)
public static UpdateInstanceMetadata parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
UpdateInstanceMetadata |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static UpdateInstanceMetadata parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
UpdateInstanceMetadata |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static UpdateInstanceMetadata parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
UpdateInstanceMetadata |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static UpdateInstanceMetadata parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
UpdateInstanceMetadata |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static UpdateInstanceMetadata parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
UpdateInstanceMetadata |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static UpdateInstanceMetadata parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
UpdateInstanceMetadata |
Type | Description |
IOException |
parseFrom(InputStream input)
public static UpdateInstanceMetadata parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
UpdateInstanceMetadata |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static UpdateInstanceMetadata parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
UpdateInstanceMetadata |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static UpdateInstanceMetadata parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
UpdateInstanceMetadata |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static UpdateInstanceMetadata parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
UpdateInstanceMetadata |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<UpdateInstanceMetadata> parser()
Type | Description |
Parser<UpdateInstanceMetadata> |
toBuilder()
public UpdateInstanceMetadata.Builder toBuilder()
Type | Description |
UpdateInstanceMetadata.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |