public interface HealthCheckResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getClusterInfo()
public abstract ClusterInfo getClusterInfo()Other information of the cluster client may be interested.
 .google.cloud.visionai.v1.ClusterInfo cluster_info = 3;
| Returns | |
|---|---|
| Type | Description | 
ClusterInfo | 
        The clusterInfo.  | 
      
getClusterInfoOrBuilder()
public abstract ClusterInfoOrBuilder getClusterInfoOrBuilder()Other information of the cluster client may be interested.
 .google.cloud.visionai.v1.ClusterInfo cluster_info = 3;
| Returns | |
|---|---|
| Type | Description | 
ClusterInfoOrBuilder | 
        |
getHealthy()
public abstract boolean getHealthy()Indicates whether the cluster is in healthy state or not.
 bool healthy = 1;
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        The healthy.  | 
      
getReason()
public abstract String getReason()Reason of why the cluster is in unhealthy state.
 string reason = 2;
| Returns | |
|---|---|
| Type | Description | 
String | 
        The reason.  | 
      
getReasonBytes()
public abstract ByteString getReasonBytes()Reason of why the cluster is in unhealthy state.
 string reason = 2;
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for reason.  | 
      
hasClusterInfo()
public abstract boolean hasClusterInfo()Other information of the cluster client may be interested.
 .google.cloud.visionai.v1.ClusterInfo cluster_info = 3;
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the clusterInfo field is set.  |