Interface NetworkEndpointGroupsListEndpointsRequestOrBuilder (1.51.0)

public interface NetworkEndpointGroupsListEndpointsRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getHealthStatus()

public abstract String getHealthStatus()

Optional query parameter for showing the health status of each network endpoint. Valid options are SKIP or SHOW. If you don't specify this parameter, the health status of network endpoints will not be provided. Check the HealthStatus enum for the list of possible values.

optional string health_status = 380545845;

Returns
TypeDescription
String

The healthStatus.

getHealthStatusBytes()

public abstract ByteString getHealthStatusBytes()

Optional query parameter for showing the health status of each network endpoint. Valid options are SKIP or SHOW. If you don't specify this parameter, the health status of network endpoints will not be provided. Check the HealthStatus enum for the list of possible values.

optional string health_status = 380545845;

Returns
TypeDescription
ByteString

The bytes for healthStatus.

hasHealthStatus()

public abstract boolean hasHealthStatus()

Optional query parameter for showing the health status of each network endpoint. Valid options are SKIP or SHOW. If you don't specify this parameter, the health status of network endpoints will not be provided. Check the HealthStatus enum for the list of possible values.

optional string health_status = 380545845;

Returns
TypeDescription
boolean

Whether the healthStatus field is set.