public interface NetworkEndpointWithHealthStatusOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getHealths(int index)
public abstract HealthStatusForNetworkEndpoint getHealths(int index)
[Output only] The health status of network endpoint. Optional. Displayed only if the network endpoint has centralized health checking configured.
repeated .google.cloud.compute.v1.HealthStatusForNetworkEndpoint healths = 258689431;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
HealthStatusForNetworkEndpoint |
getHealthsCount()
public abstract int getHealthsCount()
[Output only] The health status of network endpoint. Optional. Displayed only if the network endpoint has centralized health checking configured.
repeated .google.cloud.compute.v1.HealthStatusForNetworkEndpoint healths = 258689431;
Returns | |
---|---|
Type | Description |
int |
getHealthsList()
public abstract List<HealthStatusForNetworkEndpoint> getHealthsList()
[Output only] The health status of network endpoint. Optional. Displayed only if the network endpoint has centralized health checking configured.
repeated .google.cloud.compute.v1.HealthStatusForNetworkEndpoint healths = 258689431;
Returns | |
---|---|
Type | Description |
List<HealthStatusForNetworkEndpoint> |
getHealthsOrBuilder(int index)
public abstract HealthStatusForNetworkEndpointOrBuilder getHealthsOrBuilder(int index)
[Output only] The health status of network endpoint. Optional. Displayed only if the network endpoint has centralized health checking configured.
repeated .google.cloud.compute.v1.HealthStatusForNetworkEndpoint healths = 258689431;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
HealthStatusForNetworkEndpointOrBuilder |
getHealthsOrBuilderList()
public abstract List<? extends HealthStatusForNetworkEndpointOrBuilder> getHealthsOrBuilderList()
[Output only] The health status of network endpoint. Optional. Displayed only if the network endpoint has centralized health checking configured.
repeated .google.cloud.compute.v1.HealthStatusForNetworkEndpoint healths = 258689431;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.compute.v1.HealthStatusForNetworkEndpointOrBuilder> |
getNetworkEndpoint()
public abstract NetworkEndpoint getNetworkEndpoint()
[Output only] The network endpoint.
optional .google.cloud.compute.v1.NetworkEndpoint network_endpoint = 56789126;
Returns | |
---|---|
Type | Description |
NetworkEndpoint |
The networkEndpoint. |
getNetworkEndpointOrBuilder()
public abstract NetworkEndpointOrBuilder getNetworkEndpointOrBuilder()
[Output only] The network endpoint.
optional .google.cloud.compute.v1.NetworkEndpoint network_endpoint = 56789126;
Returns | |
---|---|
Type | Description |
NetworkEndpointOrBuilder |
hasNetworkEndpoint()
public abstract boolean hasNetworkEndpoint()
[Output only] The network endpoint.
optional .google.cloud.compute.v1.NetworkEndpoint network_endpoint = 56789126;
Returns | |
---|---|
Type | Description |
boolean |
Whether the networkEndpoint field is set. |