public static final class CreateInstanceMetadata.Builder extends GeneratedMessageV3.Builder<CreateInstanceMetadata.Builder> implements CreateInstanceMetadataOrBuilder
Metadata type for the operation returned by [CreateInstance][google.spanner.admin.instance.v1.InstanceAdmin.CreateInstance].Protobuf type
google.spanner.admin.instance.v1.CreateInstanceMetadata| Modifier and Type | Method and Description |
|---|---|
CreateInstanceMetadata.Builder |
addRepeatedField(Descriptors.FieldDescriptor field,
java.lang.Object value) |
CreateInstanceMetadata |
build() |
CreateInstanceMetadata |
buildPartial() |
CreateInstanceMetadata.Builder |
clear() |
CreateInstanceMetadata.Builder |
clearCancelTime()
The time at which this operation was cancelled.
|
CreateInstanceMetadata.Builder |
clearEndTime()
The time at which this operation failed or was completed successfully.
|
CreateInstanceMetadata.Builder |
clearField(Descriptors.FieldDescriptor field) |
CreateInstanceMetadata.Builder |
clearInstance()
The instance being created.
|
CreateInstanceMetadata.Builder |
clearOneof(Descriptors.OneofDescriptor oneof) |
CreateInstanceMetadata.Builder |
clearStartTime()
The time at which the
[CreateInstance][google.spanner.admin.instance.v1.InstanceAdmin.CreateInstance] request was
received.
|
CreateInstanceMetadata.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.
|
CreateInstanceMetadata |
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 instance being created.
|
Instance.Builder |
getInstanceBuilder()
The instance being created.
|
InstanceOrBuilder |
getInstanceOrBuilder()
The instance being created.
|
Timestamp |
getStartTime()
The time at which the
[CreateInstance][google.spanner.admin.instance.v1.InstanceAdmin.CreateInstance] request was
received.
|
Timestamp.Builder |
getStartTimeBuilder()
The time at which the
[CreateInstance][google.spanner.admin.instance.v1.InstanceAdmin.CreateInstance] request was
received.
|
TimestampOrBuilder |
getStartTimeOrBuilder()
The time at which the
[CreateInstance][google.spanner.admin.instance.v1.InstanceAdmin.CreateInstance] 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 instance being created.
|
boolean |
hasStartTime()
The time at which the
[CreateInstance][google.spanner.admin.instance.v1.InstanceAdmin.CreateInstance] request was
received.
|
protected GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
CreateInstanceMetadata.Builder |
mergeCancelTime(Timestamp value)
The time at which this operation was cancelled.
|
CreateInstanceMetadata.Builder |
mergeEndTime(Timestamp value)
The time at which this operation failed or was completed successfully.
|
CreateInstanceMetadata.Builder |
mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
CreateInstanceMetadata.Builder |
mergeFrom(CreateInstanceMetadata other) |
CreateInstanceMetadata.Builder |
mergeFrom(Message other) |
CreateInstanceMetadata.Builder |
mergeInstance(Instance value)
The instance being created.
|
CreateInstanceMetadata.Builder |
mergeStartTime(Timestamp value)
The time at which the
[CreateInstance][google.spanner.admin.instance.v1.InstanceAdmin.CreateInstance] request was
received.
|
CreateInstanceMetadata.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields) |
CreateInstanceMetadata.Builder |
setCancelTime(Timestamp.Builder builderForValue)
The time at which this operation was cancelled.
|
CreateInstanceMetadata.Builder |
setCancelTime(Timestamp value)
The time at which this operation was cancelled.
|
CreateInstanceMetadata.Builder |
setEndTime(Timestamp.Builder builderForValue)
The time at which this operation failed or was completed successfully.
|
CreateInstanceMetadata.Builder |
setEndTime(Timestamp value)
The time at which this operation failed or was completed successfully.
|
CreateInstanceMetadata.Builder |
setField(Descriptors.FieldDescriptor field,
java.lang.Object value) |
CreateInstanceMetadata.Builder |
setInstance(Instance.Builder builderForValue)
The instance being created.
|
CreateInstanceMetadata.Builder |
setInstance(Instance value)
The instance being created.
|
CreateInstanceMetadata.Builder |
setRepeatedField(Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
CreateInstanceMetadata.Builder |
setStartTime(Timestamp.Builder builderForValue)
The time at which the
[CreateInstance][google.spanner.admin.instance.v1.InstanceAdmin.CreateInstance] request was
received.
|
CreateInstanceMetadata.Builder |
setStartTime(Timestamp value)
The time at which the
[CreateInstance][google.spanner.admin.instance.v1.InstanceAdmin.CreateInstance] request was
received.
|
CreateInstanceMetadata.Builder |
setUnknownFields(UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofmergeFrompublic static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class GeneratedMessageV3.Builder<CreateInstanceMetadata.Builder>public CreateInstanceMetadata.Builder clear()
clear in interface Message.Builderclear in interface MessageLite.Builderclear in class GeneratedMessageV3.Builder<CreateInstanceMetadata.Builder>public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface Message.BuildergetDescriptorForType in interface MessageOrBuildergetDescriptorForType in class GeneratedMessageV3.Builder<CreateInstanceMetadata.Builder>public CreateInstanceMetadata getDefaultInstanceForType()
getDefaultInstanceForType in interface MessageLiteOrBuildergetDefaultInstanceForType in interface MessageOrBuilderpublic CreateInstanceMetadata build()
build in interface Message.Builderbuild in interface MessageLite.Builderpublic CreateInstanceMetadata buildPartial()
buildPartial in interface Message.BuilderbuildPartial in interface MessageLite.Builderpublic CreateInstanceMetadata.Builder clone()
clone in interface Message.Builderclone in interface MessageLite.Builderclone in class GeneratedMessageV3.Builder<CreateInstanceMetadata.Builder>public CreateInstanceMetadata.Builder setField(Descriptors.FieldDescriptor field, java.lang.Object value)
setField in interface Message.BuildersetField in class GeneratedMessageV3.Builder<CreateInstanceMetadata.Builder>public CreateInstanceMetadata.Builder clearField(Descriptors.FieldDescriptor field)
clearField in interface Message.BuilderclearField in class GeneratedMessageV3.Builder<CreateInstanceMetadata.Builder>public CreateInstanceMetadata.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof in interface Message.BuilderclearOneof in class GeneratedMessageV3.Builder<CreateInstanceMetadata.Builder>public CreateInstanceMetadata.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField in interface Message.BuildersetRepeatedField in class GeneratedMessageV3.Builder<CreateInstanceMetadata.Builder>public CreateInstanceMetadata.Builder addRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField in interface Message.BuilderaddRepeatedField in class GeneratedMessageV3.Builder<CreateInstanceMetadata.Builder>public CreateInstanceMetadata.Builder mergeFrom(Message other)
mergeFrom in interface Message.BuildermergeFrom in class AbstractMessage.Builder<CreateInstanceMetadata.Builder>public CreateInstanceMetadata.Builder mergeFrom(CreateInstanceMetadata other)
public final boolean isInitialized()
isInitialized in interface MessageLiteOrBuilderisInitialized in class GeneratedMessageV3.Builder<CreateInstanceMetadata.Builder>public CreateInstanceMetadata.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface Message.BuildermergeFrom in interface MessageLite.BuildermergeFrom in class AbstractMessage.Builder<CreateInstanceMetadata.Builder>java.io.IOExceptionpublic boolean hasInstance()
The instance being created.
.google.spanner.admin.instance.v1.Instance instance = 1;hasInstance in interface CreateInstanceMetadataOrBuilderpublic Instance getInstance()
The instance being created.
.google.spanner.admin.instance.v1.Instance instance = 1;getInstance in interface CreateInstanceMetadataOrBuilderpublic CreateInstanceMetadata.Builder setInstance(Instance value)
The instance being created.
.google.spanner.admin.instance.v1.Instance instance = 1;public CreateInstanceMetadata.Builder setInstance(Instance.Builder builderForValue)
The instance being created.
.google.spanner.admin.instance.v1.Instance instance = 1;public CreateInstanceMetadata.Builder mergeInstance(Instance value)
The instance being created.
.google.spanner.admin.instance.v1.Instance instance = 1;public CreateInstanceMetadata.Builder clearInstance()
The instance being created.
.google.spanner.admin.instance.v1.Instance instance = 1;public Instance.Builder getInstanceBuilder()
The instance being created.
.google.spanner.admin.instance.v1.Instance instance = 1;public InstanceOrBuilder getInstanceOrBuilder()
The instance being created.
.google.spanner.admin.instance.v1.Instance instance = 1;getInstanceOrBuilder in interface CreateInstanceMetadataOrBuilderpublic boolean hasStartTime()
The time at which the [CreateInstance][google.spanner.admin.instance.v1.InstanceAdmin.CreateInstance] request was received.
.google.protobuf.Timestamp start_time = 2;hasStartTime in interface CreateInstanceMetadataOrBuilderpublic Timestamp getStartTime()
The time at which the [CreateInstance][google.spanner.admin.instance.v1.InstanceAdmin.CreateInstance] request was received.
.google.protobuf.Timestamp start_time = 2;getStartTime in interface CreateInstanceMetadataOrBuilderpublic CreateInstanceMetadata.Builder setStartTime(Timestamp value)
The time at which the [CreateInstance][google.spanner.admin.instance.v1.InstanceAdmin.CreateInstance] request was received.
.google.protobuf.Timestamp start_time = 2;public CreateInstanceMetadata.Builder setStartTime(Timestamp.Builder builderForValue)
The time at which the [CreateInstance][google.spanner.admin.instance.v1.InstanceAdmin.CreateInstance] request was received.
.google.protobuf.Timestamp start_time = 2;public CreateInstanceMetadata.Builder mergeStartTime(Timestamp value)
The time at which the [CreateInstance][google.spanner.admin.instance.v1.InstanceAdmin.CreateInstance] request was received.
.google.protobuf.Timestamp start_time = 2;public CreateInstanceMetadata.Builder clearStartTime()
The time at which the [CreateInstance][google.spanner.admin.instance.v1.InstanceAdmin.CreateInstance] request was received.
.google.protobuf.Timestamp start_time = 2;public Timestamp.Builder getStartTimeBuilder()
The time at which the [CreateInstance][google.spanner.admin.instance.v1.InstanceAdmin.CreateInstance] request was received.
.google.protobuf.Timestamp start_time = 2;public TimestampOrBuilder getStartTimeOrBuilder()
The time at which the [CreateInstance][google.spanner.admin.instance.v1.InstanceAdmin.CreateInstance] request was received.
.google.protobuf.Timestamp start_time = 2;getStartTimeOrBuilder in interface CreateInstanceMetadataOrBuilderpublic 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 CreateInstanceMetadataOrBuilderpublic 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 CreateInstanceMetadataOrBuilderpublic CreateInstanceMetadata.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 CreateInstanceMetadata.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 CreateInstanceMetadata.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 CreateInstanceMetadata.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 CreateInstanceMetadataOrBuilderpublic boolean hasEndTime()
The time at which this operation failed or was completed successfully.
.google.protobuf.Timestamp end_time = 4;hasEndTime in interface CreateInstanceMetadataOrBuilderpublic Timestamp getEndTime()
The time at which this operation failed or was completed successfully.
.google.protobuf.Timestamp end_time = 4;getEndTime in interface CreateInstanceMetadataOrBuilderpublic CreateInstanceMetadata.Builder setEndTime(Timestamp value)
The time at which this operation failed or was completed successfully.
.google.protobuf.Timestamp end_time = 4;public CreateInstanceMetadata.Builder setEndTime(Timestamp.Builder builderForValue)
The time at which this operation failed or was completed successfully.
.google.protobuf.Timestamp end_time = 4;public CreateInstanceMetadata.Builder mergeEndTime(Timestamp value)
The time at which this operation failed or was completed successfully.
.google.protobuf.Timestamp end_time = 4;public CreateInstanceMetadata.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 CreateInstanceMetadataOrBuilderpublic final CreateInstanceMetadata.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields in interface Message.BuildersetUnknownFields in class GeneratedMessageV3.Builder<CreateInstanceMetadata.Builder>public final CreateInstanceMetadata.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields in interface Message.BuildermergeUnknownFields in class GeneratedMessageV3.Builder<CreateInstanceMetadata.Builder>