Interface Cluster.StateInfoOrBuilder (0.11.0)

public static interface Cluster.StateInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getInfoCase()

public abstract Cluster.StateInfo.InfoCase getInfoCase()
Returns
TypeDescription
Cluster.StateInfo.InfoCase

getUpdateInfo()

public abstract Cluster.StateInfo.UpdateInfo getUpdateInfo()

Describes ongoing update on the cluster when cluster state is UPDATING.

.google.cloud.redis.cluster.v1.Cluster.StateInfo.UpdateInfo update_info = 1;

Returns
TypeDescription
Cluster.StateInfo.UpdateInfo

The updateInfo.

getUpdateInfoOrBuilder()

public abstract Cluster.StateInfo.UpdateInfoOrBuilder getUpdateInfoOrBuilder()

Describes ongoing update on the cluster when cluster state is UPDATING.

.google.cloud.redis.cluster.v1.Cluster.StateInfo.UpdateInfo update_info = 1;

Returns
TypeDescription
Cluster.StateInfo.UpdateInfoOrBuilder

hasUpdateInfo()

public abstract boolean hasUpdateInfo()

Describes ongoing update on the cluster when cluster state is UPDATING.

.google.cloud.redis.cluster.v1.Cluster.StateInfo.UpdateInfo update_info = 1;

Returns
TypeDescription
boolean

Whether the updateInfo field is set.