public interface NetworkEndpointGroupsListEndpointsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getHealthStatus()
Optional query parameter for showing the health status of each network endpoint.
|
com.google.protobuf.ByteString |
getHealthStatusBytes()
Optional query parameter for showing the health status of each network endpoint.
|
boolean |
hasHealthStatus()
Optional query parameter for showing the health status of each network endpoint.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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;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;com.google.protobuf.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;Copyright © 2023 Google LLC. All rights reserved.