public static interface Cluster.StateInfoOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getInfoCase()
public abstract Cluster.StateInfo.InfoCase getInfoCase()| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
Whether the updateInfo field is set. |