public interface HealthSourceHealthOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getHealthState()
public abstract String getHealthState()Health state of the HealthSource. 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 HealthSource. 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#healthSourceHealth for the health of health sources.
optional string kind = 3292052;
| Returns | |
|---|---|
| Type | Description |
String |
The kind. |
getKindBytes()
public abstract ByteString getKindBytes()Output only. [Output Only] Type of resource. Alwayscompute#healthSourceHealth for the health of health sources.
optional string kind = 3292052;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for kind. |
getSources(int index)
public abstract HealthSourcesGetHealthResponseSourceInfo getSources(int index)Health state details of the sources.
repeated .google.cloud.compute.v1.HealthSourcesGetHealthResponseSourceInfo sources = 125606840;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
HealthSourcesGetHealthResponseSourceInfo |
|
getSourcesCount()
public abstract int getSourcesCount()Health state details of the sources.
repeated .google.cloud.compute.v1.HealthSourcesGetHealthResponseSourceInfo sources = 125606840;
| Returns | |
|---|---|
| Type | Description |
int |
|
getSourcesList()
public abstract List<HealthSourcesGetHealthResponseSourceInfo> getSourcesList()Health state details of the sources.
repeated .google.cloud.compute.v1.HealthSourcesGetHealthResponseSourceInfo sources = 125606840;
| Returns | |
|---|---|
| Type | Description |
List<HealthSourcesGetHealthResponseSourceInfo> |
|
getSourcesOrBuilder(int index)
public abstract HealthSourcesGetHealthResponseSourceInfoOrBuilder getSourcesOrBuilder(int index)Health state details of the sources.
repeated .google.cloud.compute.v1.HealthSourcesGetHealthResponseSourceInfo sources = 125606840;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
HealthSourcesGetHealthResponseSourceInfoOrBuilder |
|
getSourcesOrBuilderList()
public abstract List<? extends HealthSourcesGetHealthResponseSourceInfoOrBuilder> getSourcesOrBuilderList()Health state details of the sources.
repeated .google.cloud.compute.v1.HealthSourcesGetHealthResponseSourceInfo sources = 125606840;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.compute.v1.HealthSourcesGetHealthResponseSourceInfoOrBuilder> |
|
hasHealthState()
public abstract boolean hasHealthState()Health state of the HealthSource. 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#healthSourceHealth for the health of health sources.
optional string kind = 3292052;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the kind field is set. |