- 6.108.0 (latest)
- 6.107.0
- 6.103.0
- 6.102.1
- 6.101.1
- 6.100.0
- 6.99.0
- 6.98.1
- 6.97.1
- 6.96.1
- 6.95.1
- 6.94.0
- 6.93.0
- 6.89.0
- 6.88.0
- 6.87.0
- 6.86.0
- 6.85.0
- 6.83.0
- 6.82.0
- 6.80.1
- 6.79.0
- 6.77.0
- 6.74.1
- 6.72.0
- 6.71.0
- 6.69.0
- 6.68.0
- 6.66.0
- 6.65.1
- 6.62.0
- 6.60.0
- 6.58.0
- 6.57.0
- 6.56.0
- 6.55.0
- 6.54.0
- 6.53.0
- 6.52.1
- 6.51.0
- 6.50.1
- 6.49.0
- 6.25.1
- 6.24.0
- 6.23.4
- 6.22.0
- 6.21.2
- 6.20.0
- 6.19.1
- 6.18.0
- 6.17.4
- 6.14.1
public static final class UpdateInstancePartitionMetadata.Builder extends GeneratedMessage.Builder<UpdateInstancePartitionMetadata.Builder> implements UpdateInstancePartitionMetadataOrBuilderMetadata type for the operation returned by UpdateInstancePartition.
Protobuf type google.spanner.admin.instance.v1.UpdateInstancePartitionMetadata
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > UpdateInstancePartitionMetadata.BuilderImplements
UpdateInstancePartitionMetadataOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public UpdateInstancePartitionMetadata build()| Returns | |
|---|---|
| Type | Description |
UpdateInstancePartitionMetadata |
|
buildPartial()
public UpdateInstancePartitionMetadata buildPartial()| Returns | |
|---|---|
| Type | Description |
UpdateInstancePartitionMetadata |
|
clear()
public UpdateInstancePartitionMetadata.Builder clear()| Returns | |
|---|---|
| Type | Description |
UpdateInstancePartitionMetadata.Builder |
|
clearCancelTime()
public UpdateInstancePartitionMetadata.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;
| Returns | |
|---|---|
| Type | Description |
UpdateInstancePartitionMetadata.Builder |
|
clearEndTime()
public UpdateInstancePartitionMetadata.Builder clearEndTime()The time at which this operation failed or was completed successfully.
.google.protobuf.Timestamp end_time = 4;
| Returns | |
|---|---|
| Type | Description |
UpdateInstancePartitionMetadata.Builder |
|
clearInstancePartition()
public UpdateInstancePartitionMetadata.Builder clearInstancePartition()The desired end state of the update.
.google.spanner.admin.instance.v1.InstancePartition instance_partition = 1;
| Returns | |
|---|---|
| Type | Description |
UpdateInstancePartitionMetadata.Builder |
|
clearStartTime()
public UpdateInstancePartitionMetadata.Builder clearStartTime()The time at which UpdateInstancePartition request was received.
.google.protobuf.Timestamp start_time = 2;
| Returns | |
|---|---|
| Type | Description |
UpdateInstancePartitionMetadata.Builder |
|
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;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The cancelTime. |
getCancelTimeBuilder()
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;
| Returns | |
|---|---|
| Type | Description |
Builder |
|
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;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getDefaultInstanceForType()
public UpdateInstancePartitionMetadata getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
UpdateInstancePartitionMetadata |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getEndTime()
public Timestamp getEndTime()The time at which this operation failed or was completed successfully.
.google.protobuf.Timestamp end_time = 4;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The endTime. |
getEndTimeBuilder()
public Timestamp.Builder getEndTimeBuilder()The time at which this operation failed or was completed successfully.
.google.protobuf.Timestamp end_time = 4;
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getEndTimeOrBuilder()
public TimestampOrBuilder getEndTimeOrBuilder()The time at which this operation failed or was completed successfully.
.google.protobuf.Timestamp end_time = 4;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getInstancePartition()
public InstancePartition getInstancePartition()The desired end state of the update.
.google.spanner.admin.instance.v1.InstancePartition instance_partition = 1;
| Returns | |
|---|---|
| Type | Description |
InstancePartition |
The instancePartition. |
getInstancePartitionBuilder()
public InstancePartition.Builder getInstancePartitionBuilder()The desired end state of the update.
.google.spanner.admin.instance.v1.InstancePartition instance_partition = 1;
| Returns | |
|---|---|
| Type | Description |
InstancePartition.Builder |
|
getInstancePartitionOrBuilder()
public InstancePartitionOrBuilder getInstancePartitionOrBuilder()The desired end state of the update.
.google.spanner.admin.instance.v1.InstancePartition instance_partition = 1;
| Returns | |
|---|---|
| Type | Description |
InstancePartitionOrBuilder |
|
getStartTime()
public Timestamp getStartTime()The time at which UpdateInstancePartition request was received.
.google.protobuf.Timestamp start_time = 2;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The startTime. |
getStartTimeBuilder()
public Timestamp.Builder getStartTimeBuilder()The time at which UpdateInstancePartition request was received.
.google.protobuf.Timestamp start_time = 2;
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getStartTimeOrBuilder()
public TimestampOrBuilder getStartTimeOrBuilder()The time at which UpdateInstancePartition request was received.
.google.protobuf.Timestamp start_time = 2;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the endTime field is set. |
hasInstancePartition()
public boolean hasInstancePartition()The desired end state of the update.
.google.spanner.admin.instance.v1.InstancePartition instance_partition = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the instancePartition field is set. |
hasStartTime()
public boolean hasStartTime()The time at which UpdateInstancePartition request was received.
.google.protobuf.Timestamp start_time = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the startTime field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeCancelTime(Timestamp value)
public UpdateInstancePartitionMetadata.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;
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
UpdateInstancePartitionMetadata.Builder |
|
mergeEndTime(Timestamp value)
public UpdateInstancePartitionMetadata.Builder mergeEndTime(Timestamp value)The time at which this operation failed or was completed successfully.
.google.protobuf.Timestamp end_time = 4;
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
UpdateInstancePartitionMetadata.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public UpdateInstancePartitionMetadata.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UpdateInstancePartitionMetadata.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public UpdateInstancePartitionMetadata.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
UpdateInstancePartitionMetadata.Builder |
|
mergeFrom(UpdateInstancePartitionMetadata other)
public UpdateInstancePartitionMetadata.Builder mergeFrom(UpdateInstancePartitionMetadata other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateInstancePartitionMetadata |
| Returns | |
|---|---|
| Type | Description |
UpdateInstancePartitionMetadata.Builder |
|
mergeInstancePartition(InstancePartition value)
public UpdateInstancePartitionMetadata.Builder mergeInstancePartition(InstancePartition value)The desired end state of the update.
.google.spanner.admin.instance.v1.InstancePartition instance_partition = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
InstancePartition |
| Returns | |
|---|---|
| Type | Description |
UpdateInstancePartitionMetadata.Builder |
|
mergeStartTime(Timestamp value)
public UpdateInstancePartitionMetadata.Builder mergeStartTime(Timestamp value)The time at which UpdateInstancePartition request was received.
.google.protobuf.Timestamp start_time = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
UpdateInstancePartitionMetadata.Builder |
|
setCancelTime(Timestamp value)
public UpdateInstancePartitionMetadata.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;
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
UpdateInstancePartitionMetadata.Builder |
|
setCancelTime(Timestamp.Builder builderForValue)
public UpdateInstancePartitionMetadata.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;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
UpdateInstancePartitionMetadata.Builder |
|
setEndTime(Timestamp value)
public UpdateInstancePartitionMetadata.Builder setEndTime(Timestamp value)The time at which this operation failed or was completed successfully.
.google.protobuf.Timestamp end_time = 4;
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
UpdateInstancePartitionMetadata.Builder |
|
setEndTime(Timestamp.Builder builderForValue)
public UpdateInstancePartitionMetadata.Builder setEndTime(Timestamp.Builder builderForValue)The time at which this operation failed or was completed successfully.
.google.protobuf.Timestamp end_time = 4;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
UpdateInstancePartitionMetadata.Builder |
|
setInstancePartition(InstancePartition value)
public UpdateInstancePartitionMetadata.Builder setInstancePartition(InstancePartition value)The desired end state of the update.
.google.spanner.admin.instance.v1.InstancePartition instance_partition = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
InstancePartition |
| Returns | |
|---|---|
| Type | Description |
UpdateInstancePartitionMetadata.Builder |
|
setInstancePartition(InstancePartition.Builder builderForValue)
public UpdateInstancePartitionMetadata.Builder setInstancePartition(InstancePartition.Builder builderForValue)The desired end state of the update.
.google.spanner.admin.instance.v1.InstancePartition instance_partition = 1;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
InstancePartition.Builder |
| Returns | |
|---|---|
| Type | Description |
UpdateInstancePartitionMetadata.Builder |
|
setStartTime(Timestamp value)
public UpdateInstancePartitionMetadata.Builder setStartTime(Timestamp value)The time at which UpdateInstancePartition request was received.
.google.protobuf.Timestamp start_time = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
UpdateInstancePartitionMetadata.Builder |
|
setStartTime(Timestamp.Builder builderForValue)
public UpdateInstancePartitionMetadata.Builder setStartTime(Timestamp.Builder builderForValue)The time at which UpdateInstancePartition request was received.
.google.protobuf.Timestamp start_time = 2;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
UpdateInstancePartitionMetadata.Builder |
|