public static final class UpdateInstanceMetadata.Builder extends GeneratedMessageV3.Builder<UpdateInstanceMetadata.Builder> 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 | Method and Description |
---|---|
UpdateInstanceMetadata.Builder |
addRepeatedField(Descriptors.FieldDescriptor field,
Object value) |
UpdateInstanceMetadata |
build() |
UpdateInstanceMetadata |
buildPartial() |
UpdateInstanceMetadata.Builder |
clear() |
UpdateInstanceMetadata.Builder |
clearCancelTime()
The time at which this operation was cancelled.
|
UpdateInstanceMetadata.Builder |
clearEndTime()
The time at which this operation failed or was completed successfully.
|
UpdateInstanceMetadata.Builder |
clearField(Descriptors.FieldDescriptor field) |
UpdateInstanceMetadata.Builder |
clearInstance()
The desired end state of the update.
|
UpdateInstanceMetadata.Builder |
clearOneof(Descriptors.OneofDescriptor oneof) |
UpdateInstanceMetadata.Builder |
clearStartTime()
The time at which [UpdateInstance][google.spanner.admin.instance.v1.InstanceAdmin.UpdateInstance]
request was received.
|
UpdateInstanceMetadata.Builder |
clone() |
Timestamp |
getCancelTime()
The time at which this operation was cancelled.
|
Timestamp.Builder |
getCancelTimeBuilder()
The time at which this operation was cancelled.
|
TimestampOrBuilder |
getCancelTimeOrBuilder()
The time at which this operation was cancelled.
|
UpdateInstanceMetadata |
getDefaultInstanceForType() |
static Descriptors.Descriptor |
getDescriptor() |
Descriptors.Descriptor |
getDescriptorForType() |
Timestamp |
getEndTime()
The time at which this operation failed or was completed successfully.
|
Timestamp.Builder |
getEndTimeBuilder()
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.
|
Instance.Builder |
getInstanceBuilder()
The desired end state of the update.
|
InstanceOrBuilder |
getInstanceOrBuilder()
The desired end state of the update.
|
Timestamp |
getStartTime()
The time at which [UpdateInstance][google.spanner.admin.instance.v1.InstanceAdmin.UpdateInstance]
request was received.
|
Timestamp.Builder |
getStartTimeBuilder()
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.
|
boolean |
hasCancelTime()
The time at which this operation was cancelled.
|
boolean |
hasEndTime()
The time at which this operation failed or was completed successfully.
|
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() |
UpdateInstanceMetadata.Builder |
mergeCancelTime(Timestamp value)
The time at which this operation was cancelled.
|
UpdateInstanceMetadata.Builder |
mergeEndTime(Timestamp value)
The time at which this operation failed or was completed successfully.
|
UpdateInstanceMetadata.Builder |
mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
UpdateInstanceMetadata.Builder |
mergeFrom(Message other) |
UpdateInstanceMetadata.Builder |
mergeFrom(UpdateInstanceMetadata other) |
UpdateInstanceMetadata.Builder |
mergeInstance(Instance value)
The desired end state of the update.
|
UpdateInstanceMetadata.Builder |
mergeStartTime(Timestamp value)
The time at which [UpdateInstance][google.spanner.admin.instance.v1.InstanceAdmin.UpdateInstance]
request was received.
|
UpdateInstanceMetadata.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields) |
UpdateInstanceMetadata.Builder |
setCancelTime(Timestamp.Builder builderForValue)
The time at which this operation was cancelled.
|
UpdateInstanceMetadata.Builder |
setCancelTime(Timestamp value)
The time at which this operation was cancelled.
|
UpdateInstanceMetadata.Builder |
setEndTime(Timestamp.Builder builderForValue)
The time at which this operation failed or was completed successfully.
|
UpdateInstanceMetadata.Builder |
setEndTime(Timestamp value)
The time at which this operation failed or was completed successfully.
|
UpdateInstanceMetadata.Builder |
setField(Descriptors.FieldDescriptor field,
Object value) |
UpdateInstanceMetadata.Builder |
setInstance(Instance.Builder builderForValue)
The desired end state of the update.
|
UpdateInstanceMetadata.Builder |
setInstance(Instance value)
The desired end state of the update.
|
UpdateInstanceMetadata.Builder |
setRepeatedField(Descriptors.FieldDescriptor field,
int index,
Object value) |
UpdateInstanceMetadata.Builder |
setStartTime(Timestamp.Builder builderForValue)
The time at which [UpdateInstance][google.spanner.admin.instance.v1.InstanceAdmin.UpdateInstance]
request was received.
|
UpdateInstanceMetadata.Builder |
setStartTime(Timestamp value)
The time at which [UpdateInstance][google.spanner.admin.instance.v1.InstanceAdmin.UpdateInstance]
request was received.
|
UpdateInstanceMetadata.Builder |
setUnknownFields(UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
mergeDelimitedFrom, mergeDelimitedFrom
mergeFrom
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3.Builder<UpdateInstanceMetadata.Builder>
public UpdateInstanceMetadata.Builder clear()
clear
in interface Message.Builder
clear
in interface MessageLite.Builder
clear
in class GeneratedMessageV3.Builder<UpdateInstanceMetadata.Builder>
public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface Message.Builder
getDescriptorForType
in interface MessageOrBuilder
getDescriptorForType
in class GeneratedMessageV3.Builder<UpdateInstanceMetadata.Builder>
public UpdateInstanceMetadata getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder
public UpdateInstanceMetadata build()
build
in interface Message.Builder
build
in interface MessageLite.Builder
public UpdateInstanceMetadata buildPartial()
buildPartial
in interface Message.Builder
buildPartial
in interface MessageLite.Builder
public UpdateInstanceMetadata.Builder clone()
clone
in interface Message.Builder
clone
in interface MessageLite.Builder
clone
in class GeneratedMessageV3.Builder<UpdateInstanceMetadata.Builder>
public UpdateInstanceMetadata.Builder setField(Descriptors.FieldDescriptor field, Object value)
setField
in interface Message.Builder
setField
in class GeneratedMessageV3.Builder<UpdateInstanceMetadata.Builder>
public UpdateInstanceMetadata.Builder clearField(Descriptors.FieldDescriptor field)
clearField
in interface Message.Builder
clearField
in class GeneratedMessageV3.Builder<UpdateInstanceMetadata.Builder>
public UpdateInstanceMetadata.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof
in interface Message.Builder
clearOneof
in class GeneratedMessageV3.Builder<UpdateInstanceMetadata.Builder>
public UpdateInstanceMetadata.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField
in interface Message.Builder
setRepeatedField
in class GeneratedMessageV3.Builder<UpdateInstanceMetadata.Builder>
public UpdateInstanceMetadata.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
addRepeatedField
in interface Message.Builder
addRepeatedField
in class GeneratedMessageV3.Builder<UpdateInstanceMetadata.Builder>
public UpdateInstanceMetadata.Builder mergeFrom(Message other)
mergeFrom
in interface Message.Builder
mergeFrom
in class AbstractMessage.Builder<UpdateInstanceMetadata.Builder>
public UpdateInstanceMetadata.Builder mergeFrom(UpdateInstanceMetadata other)
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3.Builder<UpdateInstanceMetadata.Builder>
public UpdateInstanceMetadata.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface Message.Builder
mergeFrom
in interface MessageLite.Builder
mergeFrom
in class AbstractMessage.Builder<UpdateInstanceMetadata.Builder>
IOException
public boolean hasInstance()
The desired end state of the update.
.google.spanner.admin.instance.v1.Instance instance = 1;
hasInstance
in interface UpdateInstanceMetadataOrBuilder
public Instance getInstance()
The desired end state of the update.
.google.spanner.admin.instance.v1.Instance instance = 1;
getInstance
in interface UpdateInstanceMetadataOrBuilder
public UpdateInstanceMetadata.Builder setInstance(Instance value)
The desired end state of the update.
.google.spanner.admin.instance.v1.Instance instance = 1;
public UpdateInstanceMetadata.Builder setInstance(Instance.Builder builderForValue)
The desired end state of the update.
.google.spanner.admin.instance.v1.Instance instance = 1;
public UpdateInstanceMetadata.Builder mergeInstance(Instance value)
The desired end state of the update.
.google.spanner.admin.instance.v1.Instance instance = 1;
public UpdateInstanceMetadata.Builder clearInstance()
The desired end state of the update.
.google.spanner.admin.instance.v1.Instance instance = 1;
public Instance.Builder getInstanceBuilder()
The desired end state of the update.
.google.spanner.admin.instance.v1.Instance instance = 1;
public InstanceOrBuilder getInstanceOrBuilder()
The desired end state of the update.
.google.spanner.admin.instance.v1.Instance instance = 1;
getInstanceOrBuilder
in interface UpdateInstanceMetadataOrBuilder
public 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 UpdateInstanceMetadataOrBuilder
public 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 UpdateInstanceMetadataOrBuilder
public UpdateInstanceMetadata.Builder setStartTime(Timestamp value)
The time at which [UpdateInstance][google.spanner.admin.instance.v1.InstanceAdmin.UpdateInstance] request was received.
.google.protobuf.Timestamp start_time = 2;
public UpdateInstanceMetadata.Builder setStartTime(Timestamp.Builder builderForValue)
The time at which [UpdateInstance][google.spanner.admin.instance.v1.InstanceAdmin.UpdateInstance] request was received.
.google.protobuf.Timestamp start_time = 2;
public UpdateInstanceMetadata.Builder mergeStartTime(Timestamp value)
The time at which [UpdateInstance][google.spanner.admin.instance.v1.InstanceAdmin.UpdateInstance] request was received.
.google.protobuf.Timestamp start_time = 2;
public UpdateInstanceMetadata.Builder clearStartTime()
The time at which [UpdateInstance][google.spanner.admin.instance.v1.InstanceAdmin.UpdateInstance] request was received.
.google.protobuf.Timestamp start_time = 2;
public Timestamp.Builder getStartTimeBuilder()
The time at which [UpdateInstance][google.spanner.admin.instance.v1.InstanceAdmin.UpdateInstance] request was received.
.google.protobuf.Timestamp start_time = 2;
public 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 UpdateInstanceMetadataOrBuilder
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;
hasCancelTime
in interface UpdateInstanceMetadataOrBuilder
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;
getCancelTime
in interface UpdateInstanceMetadataOrBuilder
public UpdateInstanceMetadata.Builder setCancelTime(Timestamp value)
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;
public UpdateInstanceMetadata.Builder setCancelTime(Timestamp.Builder builderForValue)
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;
public UpdateInstanceMetadata.Builder mergeCancelTime(Timestamp value)
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;
public UpdateInstanceMetadata.Builder clearCancelTime()
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;
public Timestamp.Builder getCancelTimeBuilder()
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;
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;
getCancelTimeOrBuilder
in interface UpdateInstanceMetadataOrBuilder
public boolean hasEndTime()
The time at which this operation failed or was completed successfully.
.google.protobuf.Timestamp end_time = 4;
hasEndTime
in interface UpdateInstanceMetadataOrBuilder
public Timestamp getEndTime()
The time at which this operation failed or was completed successfully.
.google.protobuf.Timestamp end_time = 4;
getEndTime
in interface UpdateInstanceMetadataOrBuilder
public UpdateInstanceMetadata.Builder setEndTime(Timestamp value)
The time at which this operation failed or was completed successfully.
.google.protobuf.Timestamp end_time = 4;
public UpdateInstanceMetadata.Builder setEndTime(Timestamp.Builder builderForValue)
The time at which this operation failed or was completed successfully.
.google.protobuf.Timestamp end_time = 4;
public UpdateInstanceMetadata.Builder mergeEndTime(Timestamp value)
The time at which this operation failed or was completed successfully.
.google.protobuf.Timestamp end_time = 4;
public UpdateInstanceMetadata.Builder clearEndTime()
The time at which this operation failed or was completed successfully.
.google.protobuf.Timestamp end_time = 4;
public Timestamp.Builder getEndTimeBuilder()
The time at which this operation failed or was completed successfully.
.google.protobuf.Timestamp end_time = 4;
public TimestampOrBuilder getEndTimeOrBuilder()
The time at which this operation failed or was completed successfully.
.google.protobuf.Timestamp end_time = 4;
getEndTimeOrBuilder
in interface UpdateInstanceMetadataOrBuilder
public final UpdateInstanceMetadata.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields
in interface Message.Builder
setUnknownFields
in class GeneratedMessageV3.Builder<UpdateInstanceMetadata.Builder>
public final UpdateInstanceMetadata.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields
in interface Message.Builder
mergeUnknownFields
in class GeneratedMessageV3.Builder<UpdateInstanceMetadata.Builder>
Copyright © 2022 Google LLC. All rights reserved.