public static final class Instance.StateInfo.UpdateInfo.Builder extends GeneratedMessage.Builder<Instance.StateInfo.UpdateInfo.Builder> implements Instance.StateInfo.UpdateInfoOrBuilderRepresents information about instance with state UPDATING.
Protobuf type google.cloud.memorystore.v1beta.Instance.StateInfo.UpdateInfo
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > Instance.StateInfo.UpdateInfo.BuilderImplements
Instance.StateInfo.UpdateInfoOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public Instance.StateInfo.UpdateInfo build()| Returns | |
|---|---|
| Type | Description |
Instance.StateInfo.UpdateInfo |
|
buildPartial()
public Instance.StateInfo.UpdateInfo buildPartial()| Returns | |
|---|---|
| Type | Description |
Instance.StateInfo.UpdateInfo |
|
clear()
public Instance.StateInfo.UpdateInfo.Builder clear()| Returns | |
|---|---|
| Type | Description |
Instance.StateInfo.UpdateInfo.Builder |
|
clearTargetReplicaCount()
public Instance.StateInfo.UpdateInfo.Builder clearTargetReplicaCount()Output only. Target number of replica nodes per shard for the instance.
optional int32 target_replica_count = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Instance.StateInfo.UpdateInfo.Builder |
This builder for chaining. |
clearTargetShardCount()
public Instance.StateInfo.UpdateInfo.Builder clearTargetShardCount()Output only. Target number of shards for the instance.
optional int32 target_shard_count = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Instance.StateInfo.UpdateInfo.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public Instance.StateInfo.UpdateInfo getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
Instance.StateInfo.UpdateInfo |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getTargetReplicaCount()
public int getTargetReplicaCount()Output only. Target number of replica nodes per shard for the instance.
optional int32 target_replica_count = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The targetReplicaCount. |
getTargetShardCount()
public int getTargetShardCount()Output only. Target number of shards for the instance.
optional int32 target_shard_count = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The targetShardCount. |
hasTargetReplicaCount()
public boolean hasTargetReplicaCount()Output only. Target number of replica nodes per shard for the instance.
optional int32 target_replica_count = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the targetReplicaCount field is set. |
hasTargetShardCount()
public boolean hasTargetShardCount()Output only. Target number of shards for the instance.
optional int32 target_shard_count = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the targetShardCount field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(Instance.StateInfo.UpdateInfo other)
public Instance.StateInfo.UpdateInfo.Builder mergeFrom(Instance.StateInfo.UpdateInfo other)| Parameter | |
|---|---|
| Name | Description |
other |
Instance.StateInfo.UpdateInfo |
| Returns | |
|---|---|
| Type | Description |
Instance.StateInfo.UpdateInfo.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Instance.StateInfo.UpdateInfo.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Instance.StateInfo.UpdateInfo.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public Instance.StateInfo.UpdateInfo.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
Instance.StateInfo.UpdateInfo.Builder |
|
setTargetReplicaCount(int value)
public Instance.StateInfo.UpdateInfo.Builder setTargetReplicaCount(int value)Output only. Target number of replica nodes per shard for the instance.
optional int32 target_replica_count = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
intThe targetReplicaCount to set. |
| Returns | |
|---|---|
| Type | Description |
Instance.StateInfo.UpdateInfo.Builder |
This builder for chaining. |
setTargetShardCount(int value)
public Instance.StateInfo.UpdateInfo.Builder setTargetShardCount(int value)Output only. Target number of shards for the instance.
optional int32 target_shard_count = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
intThe targetShardCount to set. |
| Returns | |
|---|---|
| Type | Description |
Instance.StateInfo.UpdateInfo.Builder |
This builder for chaining. |