public final class UpdateInstanceMetadata extends GeneratedMessageV3 implements UpdateInstanceMetadataOrBuilder
Metadata type for the operation returned by [UpdateInstance][google.spanner.admin.instance.v1.InstanceAdmin.UpdateInstance].Protobuf type
google.spanner.admin.instance.v1.UpdateInstanceMetadata| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateInstanceMetadata.Builder
Metadata type for the operation returned by
[UpdateInstance][google.spanner.admin.instance.v1.InstanceAdmin.UpdateInstance].
|
GeneratedMessageV3.BuilderParent, GeneratedMessageV3.ExtendableBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage,BuilderType extends GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, GeneratedMessageV3.ExtendableMessage<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
CANCEL_TIME_FIELD_NUMBER |
static int |
END_TIME_FIELD_NUMBER |
static int |
INSTANCE_FIELD_NUMBER |
static int |
START_TIME_FIELD_NUMBER |
alwaysUseFieldBuilders, unknownFieldsmemoizedSizememoizedHashCode| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
Timestamp |
getCancelTime()
The time at which this operation was cancelled.
|
TimestampOrBuilder |
getCancelTimeOrBuilder()
The time at which this operation was cancelled.
|
static UpdateInstanceMetadata |
getDefaultInstance() |
UpdateInstanceMetadata |
getDefaultInstanceForType() |
static Descriptors.Descriptor |
getDescriptor() |
Timestamp |
getEndTime()
The time at which this operation failed or was completed successfully.
|
TimestampOrBuilder |
getEndTimeOrBuilder()
The time at which this operation failed or was completed successfully.
|
Instance |
getInstance()
The desired end state of the update.
|
InstanceOrBuilder |
getInstanceOrBuilder()
The desired end state of the update.
|
Parser<UpdateInstanceMetadata> |
getParserForType() |
int |
getSerializedSize() |
Timestamp |
getStartTime()
The time at which [UpdateInstance][google.spanner.admin.instance.v1.InstanceAdmin.UpdateInstance]
request was received.
|
TimestampOrBuilder |
getStartTimeOrBuilder()
The time at which [UpdateInstance][google.spanner.admin.instance.v1.InstanceAdmin.UpdateInstance]
request was received.
|
UnknownFieldSet |
getUnknownFields() |
boolean |
hasCancelTime()
The time at which this operation was cancelled.
|
boolean |
hasEndTime()
The time at which this operation failed or was completed successfully.
|
int |
hashCode() |
boolean |
hasInstance()
The desired end state of the update.
|
boolean |
hasStartTime()
The time at which [UpdateInstance][google.spanner.admin.instance.v1.InstanceAdmin.UpdateInstance]
request was received.
|
protected GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static UpdateInstanceMetadata.Builder |
newBuilder() |
static UpdateInstanceMetadata.Builder |
newBuilder(UpdateInstanceMetadata prototype) |
UpdateInstanceMetadata.Builder |
newBuilderForType() |
protected UpdateInstanceMetadata.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent) |
static UpdateInstanceMetadata |
parseDelimitedFrom(java.io.InputStream input) |
static UpdateInstanceMetadata |
parseDelimitedFrom(java.io.InputStream input,
ExtensionRegistryLite extensionRegistry) |
static UpdateInstanceMetadata |
parseFrom(byte[] data) |
static UpdateInstanceMetadata |
parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static UpdateInstanceMetadata |
parseFrom(java.nio.ByteBuffer data) |
static UpdateInstanceMetadata |
parseFrom(java.nio.ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static UpdateInstanceMetadata |
parseFrom(ByteString data) |
static UpdateInstanceMetadata |
parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static UpdateInstanceMetadata |
parseFrom(CodedInputStream input) |
static UpdateInstanceMetadata |
parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static UpdateInstanceMetadata |
parseFrom(java.io.InputStream input) |
static UpdateInstanceMetadata |
parseFrom(java.io.InputStream input,
ExtensionRegistryLite extensionRegistry) |
static Parser<UpdateInstanceMetadata> |
parser() |
UpdateInstanceMetadata.Builder |
toBuilder() |
void |
writeTo(CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneoftoByteArray, toByteString, writeDelimitedTo, writeTopublic static final int INSTANCE_FIELD_NUMBER
public static final int START_TIME_FIELD_NUMBER
public static final int CANCEL_TIME_FIELD_NUMBER
public static final int END_TIME_FIELD_NUMBER
public final UnknownFieldSet getUnknownFields()
getUnknownFields in interface MessageOrBuildergetUnknownFields in class GeneratedMessageV3public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class GeneratedMessageV3public boolean hasInstance()
The desired end state of the update.
.google.spanner.admin.instance.v1.Instance instance = 1;hasInstance in interface UpdateInstanceMetadataOrBuilderpublic Instance getInstance()
The desired end state of the update.
.google.spanner.admin.instance.v1.Instance instance = 1;getInstance in interface UpdateInstanceMetadataOrBuilderpublic InstanceOrBuilder getInstanceOrBuilder()
The desired end state of the update.
.google.spanner.admin.instance.v1.Instance instance = 1;getInstanceOrBuilder in interface UpdateInstanceMetadataOrBuilderpublic boolean hasStartTime()
The time at which [UpdateInstance][google.spanner.admin.instance.v1.InstanceAdmin.UpdateInstance] request was received.
.google.protobuf.Timestamp start_time = 2;hasStartTime in interface UpdateInstanceMetadataOrBuilderpublic Timestamp getStartTime()
The time at which [UpdateInstance][google.spanner.admin.instance.v1.InstanceAdmin.UpdateInstance] request was received.
.google.protobuf.Timestamp start_time = 2;getStartTime in interface UpdateInstanceMetadataOrBuilderpublic TimestampOrBuilder getStartTimeOrBuilder()
The time at which [UpdateInstance][google.spanner.admin.instance.v1.InstanceAdmin.UpdateInstance] request was received.
.google.protobuf.Timestamp start_time = 2;getStartTimeOrBuilder in interface UpdateInstanceMetadataOrBuilderpublic 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;hasCancelTime in interface UpdateInstanceMetadataOrBuilderpublic 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;getCancelTime in interface UpdateInstanceMetadataOrBuilderpublic 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;getCancelTimeOrBuilder in interface UpdateInstanceMetadataOrBuilderpublic boolean hasEndTime()
The time at which this operation failed or was completed successfully.
.google.protobuf.Timestamp end_time = 4;hasEndTime in interface UpdateInstanceMetadataOrBuilderpublic Timestamp getEndTime()
The time at which this operation failed or was completed successfully.
.google.protobuf.Timestamp end_time = 4;getEndTime in interface UpdateInstanceMetadataOrBuilderpublic TimestampOrBuilder getEndTimeOrBuilder()
The time at which this operation failed or was completed successfully.
.google.protobuf.Timestamp end_time = 4;getEndTimeOrBuilder in interface UpdateInstanceMetadataOrBuilderpublic final boolean isInitialized()
isInitialized in interface MessageLiteOrBuilderisInitialized in class GeneratedMessageV3public void writeTo(CodedOutputStream output) throws java.io.IOException
writeTo in interface MessageLitewriteTo in class GeneratedMessageV3java.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface MessageLitegetSerializedSize in class GeneratedMessageV3public boolean equals(java.lang.Object obj)
equals in interface Messageequals in class AbstractMessagepublic int hashCode()
hashCode in interface MessagehashCode in class AbstractMessagepublic static UpdateInstanceMetadata parseFrom(java.nio.ByteBuffer data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static UpdateInstanceMetadata parseFrom(java.nio.ByteBuffer data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static UpdateInstanceMetadata parseFrom(ByteString data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static UpdateInstanceMetadata parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static UpdateInstanceMetadata parseFrom(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static UpdateInstanceMetadata parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferExceptionpublic static UpdateInstanceMetadata parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static UpdateInstanceMetadata parseFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static UpdateInstanceMetadata parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static UpdateInstanceMetadata parseDelimitedFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static UpdateInstanceMetadata parseFrom(CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static UpdateInstanceMetadata parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic UpdateInstanceMetadata.Builder newBuilderForType()
newBuilderForType in interface MessagenewBuilderForType in interface MessageLitepublic static UpdateInstanceMetadata.Builder newBuilder()
public static UpdateInstanceMetadata.Builder newBuilder(UpdateInstanceMetadata prototype)
public UpdateInstanceMetadata.Builder toBuilder()
toBuilder in interface MessagetoBuilder in interface MessageLiteprotected UpdateInstanceMetadata.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class GeneratedMessageV3public static UpdateInstanceMetadata getDefaultInstance()
public static Parser<UpdateInstanceMetadata> parser()
public Parser<UpdateInstanceMetadata> getParserForType()
getParserForType in interface MessagegetParserForType in interface MessageLitegetParserForType in class GeneratedMessageV3public UpdateInstanceMetadata getDefaultInstanceForType()
getDefaultInstanceForType in interface MessageLiteOrBuildergetDefaultInstanceForType in interface MessageOrBuilder