public interface CompositeHealthCheckHealthOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getHealthSources(int index)
public abstract CompositeHealthChecksGetHealthResponseHealthSourceHealth getHealthSources(int index)Health sources and their corresponding health states.
repeated .google.cloud.compute.v1.CompositeHealthChecksGetHealthResponseHealthSourceHealth health_sources = 397879509;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
CompositeHealthChecksGetHealthResponseHealthSourceHealth |
|
getHealthSourcesCount()
public abstract int getHealthSourcesCount()Health sources and their corresponding health states.
repeated .google.cloud.compute.v1.CompositeHealthChecksGetHealthResponseHealthSourceHealth health_sources = 397879509;
| Returns | |
|---|---|
| Type | Description |
int |
|
getHealthSourcesList()
public abstract List<CompositeHealthChecksGetHealthResponseHealthSourceHealth> getHealthSourcesList()Health sources and their corresponding health states.
repeated .google.cloud.compute.v1.CompositeHealthChecksGetHealthResponseHealthSourceHealth health_sources = 397879509;
| Returns | |
|---|---|
| Type | Description |
List<CompositeHealthChecksGetHealthResponseHealthSourceHealth> |
|
getHealthSourcesOrBuilder(int index)
public abstract CompositeHealthChecksGetHealthResponseHealthSourceHealthOrBuilder getHealthSourcesOrBuilder(int index)Health sources and their corresponding health states.
repeated .google.cloud.compute.v1.CompositeHealthChecksGetHealthResponseHealthSourceHealth health_sources = 397879509;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
CompositeHealthChecksGetHealthResponseHealthSourceHealthOrBuilder |
|
getHealthSourcesOrBuilderList()
public abstract List<? extends CompositeHealthChecksGetHealthResponseHealthSourceHealthOrBuilder> getHealthSourcesOrBuilderList()Health sources and their corresponding health states.
repeated .google.cloud.compute.v1.CompositeHealthChecksGetHealthResponseHealthSourceHealth health_sources = 397879509;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.compute.v1.CompositeHealthChecksGetHealthResponseHealthSourceHealthOrBuilder> |
|
getHealthState()
public abstract String getHealthState()Health state of the CompositeHealthCheck. Check the HealthState enum for the list of possible values.
optional string health_state = 324007150;
| Returns | |
|---|---|
| Type | Description |
String |
The healthState. |
getHealthStateBytes()
public abstract ByteString getHealthStateBytes()Health state of the CompositeHealthCheck. Check the HealthState enum for the list of possible values.
optional string health_state = 324007150;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for healthState. |
getKind()
public abstract String getKind()Output only. [Output Only] Type of resource. Alwayscompute#compositeHealthCheckHealth for the health of composite health checks.
optional string kind = 3292052;
| Returns | |
|---|---|
| Type | Description |
String |
The kind. |
getKindBytes()
public abstract ByteString getKindBytes()Output only. [Output Only] Type of resource. Alwayscompute#compositeHealthCheckHealth for the health of composite health checks.
optional string kind = 3292052;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for kind. |
hasHealthState()
public abstract boolean hasHealthState()Health state of the CompositeHealthCheck. Check the HealthState enum for the list of possible values.
optional string health_state = 324007150;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the healthState field is set. |
hasKind()
public abstract boolean hasKind()Output only. [Output Only] Type of resource. Alwayscompute#compositeHealthCheckHealth for the health of composite health checks.
optional string kind = 3292052;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the kind field is set. |