- 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 MoveInstanceMetadata.Builder extends GeneratedMessage.Builder<MoveInstanceMetadata.Builder> implements MoveInstanceMetadataOrBuilderMetadata type for the operation returned by MoveInstance.
Protobuf type google.spanner.admin.instance.v1.MoveInstanceMetadata
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > MoveInstanceMetadata.BuilderImplements
MoveInstanceMetadataOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public MoveInstanceMetadata build()| Returns | |
|---|---|
| Type | Description |
MoveInstanceMetadata |
|
buildPartial()
public MoveInstanceMetadata buildPartial()| Returns | |
|---|---|
| Type | Description |
MoveInstanceMetadata |
|
clear()
public MoveInstanceMetadata.Builder clear()| Returns | |
|---|---|
| Type | Description |
MoveInstanceMetadata.Builder |
|
clearCancelTime()
public MoveInstanceMetadata.Builder clearCancelTime()The time at which this operation was cancelled.
.google.protobuf.Timestamp cancel_time = 3;
| Returns | |
|---|---|
| Type | Description |
MoveInstanceMetadata.Builder |
|
clearProgress()
public MoveInstanceMetadata.Builder clearProgress()The progress of the MoveInstance operation. progress_percent is reset when cancellation is requested.
.google.spanner.admin.instance.v1.OperationProgress progress = 2;
| Returns | |
|---|---|
| Type | Description |
MoveInstanceMetadata.Builder |
|
clearTargetConfig()
public MoveInstanceMetadata.Builder clearTargetConfig() The target instance configuration where to move the instance.
Values are of the form projects/<project>/instanceConfigs/<config>.
string target_config = 1;
| Returns | |
|---|---|
| Type | Description |
MoveInstanceMetadata.Builder |
This builder for chaining. |
getCancelTime()
public Timestamp getCancelTime()The time at which this operation was cancelled.
.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.
.google.protobuf.Timestamp cancel_time = 3;
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getCancelTimeOrBuilder()
public TimestampOrBuilder getCancelTimeOrBuilder()The time at which this operation was cancelled.
.google.protobuf.Timestamp cancel_time = 3;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getDefaultInstanceForType()
public MoveInstanceMetadata getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
MoveInstanceMetadata |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getProgress()
public OperationProgress getProgress()The progress of the MoveInstance operation. progress_percent is reset when cancellation is requested.
.google.spanner.admin.instance.v1.OperationProgress progress = 2;
| Returns | |
|---|---|
| Type | Description |
OperationProgress |
The progress. |
getProgressBuilder()
public OperationProgress.Builder getProgressBuilder()The progress of the MoveInstance operation. progress_percent is reset when cancellation is requested.
.google.spanner.admin.instance.v1.OperationProgress progress = 2;
| Returns | |
|---|---|
| Type | Description |
OperationProgress.Builder |
|
getProgressOrBuilder()
public OperationProgressOrBuilder getProgressOrBuilder()The progress of the MoveInstance operation. progress_percent is reset when cancellation is requested.
.google.spanner.admin.instance.v1.OperationProgress progress = 2;
| Returns | |
|---|---|
| Type | Description |
OperationProgressOrBuilder |
|
getTargetConfig()
public String getTargetConfig() The target instance configuration where to move the instance.
Values are of the form projects/<project>/instanceConfigs/<config>.
string target_config = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The targetConfig. |
getTargetConfigBytes()
public ByteString getTargetConfigBytes() The target instance configuration where to move the instance.
Values are of the form projects/<project>/instanceConfigs/<config>.
string target_config = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for targetConfig. |
hasCancelTime()
public boolean hasCancelTime()The time at which this operation was cancelled.
.google.protobuf.Timestamp cancel_time = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the cancelTime field is set. |
hasProgress()
public boolean hasProgress()The progress of the MoveInstance operation. progress_percent is reset when cancellation is requested.
.google.spanner.admin.instance.v1.OperationProgress progress = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the progress 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 MoveInstanceMetadata.Builder mergeCancelTime(Timestamp value)The time at which this operation was cancelled.
.google.protobuf.Timestamp cancel_time = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
MoveInstanceMetadata.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public MoveInstanceMetadata.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
MoveInstanceMetadata.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public MoveInstanceMetadata.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
MoveInstanceMetadata.Builder |
|
mergeFrom(MoveInstanceMetadata other)
public MoveInstanceMetadata.Builder mergeFrom(MoveInstanceMetadata other)| Parameter | |
|---|---|
| Name | Description |
other |
MoveInstanceMetadata |
| Returns | |
|---|---|
| Type | Description |
MoveInstanceMetadata.Builder |
|
mergeProgress(OperationProgress value)
public MoveInstanceMetadata.Builder mergeProgress(OperationProgress value)The progress of the MoveInstance operation. progress_percent is reset when cancellation is requested.
.google.spanner.admin.instance.v1.OperationProgress progress = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
OperationProgress |
| Returns | |
|---|---|
| Type | Description |
MoveInstanceMetadata.Builder |
|
setCancelTime(Timestamp value)
public MoveInstanceMetadata.Builder setCancelTime(Timestamp value)The time at which this operation was cancelled.
.google.protobuf.Timestamp cancel_time = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
Timestamp |
| Returns | |
|---|---|
| Type | Description |
MoveInstanceMetadata.Builder |
|
setCancelTime(Timestamp.Builder builderForValue)
public MoveInstanceMetadata.Builder setCancelTime(Timestamp.Builder builderForValue)The time at which this operation was cancelled.
.google.protobuf.Timestamp cancel_time = 3;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
MoveInstanceMetadata.Builder |
|
setProgress(OperationProgress value)
public MoveInstanceMetadata.Builder setProgress(OperationProgress value)The progress of the MoveInstance operation. progress_percent is reset when cancellation is requested.
.google.spanner.admin.instance.v1.OperationProgress progress = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
OperationProgress |
| Returns | |
|---|---|
| Type | Description |
MoveInstanceMetadata.Builder |
|
setProgress(OperationProgress.Builder builderForValue)
public MoveInstanceMetadata.Builder setProgress(OperationProgress.Builder builderForValue)The progress of the MoveInstance operation. progress_percent is reset when cancellation is requested.
.google.spanner.admin.instance.v1.OperationProgress progress = 2;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
OperationProgress.Builder |
| Returns | |
|---|---|
| Type | Description |
MoveInstanceMetadata.Builder |
|
setTargetConfig(String value)
public MoveInstanceMetadata.Builder setTargetConfig(String value) The target instance configuration where to move the instance.
Values are of the form projects/<project>/instanceConfigs/<config>.
string target_config = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe targetConfig to set. |
| Returns | |
|---|---|
| Type | Description |
MoveInstanceMetadata.Builder |
This builder for chaining. |
setTargetConfigBytes(ByteString value)
public MoveInstanceMetadata.Builder setTargetConfigBytes(ByteString value) The target instance configuration where to move the instance.
Values are of the form projects/<project>/instanceConfigs/<config>.
string target_config = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for targetConfig to set. |
| Returns | |
|---|---|
| Type | Description |
MoveInstanceMetadata.Builder |
This builder for chaining. |