Interface Instance.StateInfo.UpdateInfoOrBuilder (0.8.0)

public static interface Instance.StateInfo.UpdateInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getTargetEngineVersion()

public abstract String getTargetEngineVersion()

Output only. Target engine version for the instance.

optional string target_engine_version = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The targetEngineVersion.

getTargetEngineVersionBytes()

public abstract ByteString getTargetEngineVersionBytes()

Output only. Target engine version for the instance.

optional string target_engine_version = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for targetEngineVersion.

getTargetNodeType()

public abstract Instance.NodeType getTargetNodeType()

Output only. Target node type for the instance.

optional .google.cloud.memorystore.v1.Instance.NodeType target_node_type = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Instance.NodeType

The targetNodeType.

getTargetNodeTypeValue()

public abstract int getTargetNodeTypeValue()

Output only. Target node type for the instance.

optional .google.cloud.memorystore.v1.Instance.NodeType target_node_type = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for targetNodeType.

getTargetReplicaCount()

public abstract 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 abstract 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.

hasTargetEngineVersion()

public abstract boolean hasTargetEngineVersion()

Output only. Target engine version for the instance.

optional string target_engine_version = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the targetEngineVersion field is set.

hasTargetNodeType()

public abstract boolean hasTargetNodeType()

Output only. Target node type for the instance.

optional .google.cloud.memorystore.v1.Instance.NodeType target_node_type = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the targetNodeType field is set.

hasTargetReplicaCount()

public abstract 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 abstract 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.