public interface HealthStatusForNetworkEndpointOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
BackendServiceReference |
getBackendService()
URL of the backend service associated with the health state of the network endpoint.
|
BackendServiceReferenceOrBuilder |
getBackendServiceOrBuilder()
URL of the backend service associated with the health state of the network endpoint.
|
ForwardingRuleReference |
getForwardingRule()
URL of the forwarding rule associated with the health state of the network endpoint.
|
ForwardingRuleReferenceOrBuilder |
getForwardingRuleOrBuilder()
URL of the forwarding rule associated with the health state of the network endpoint.
|
HealthCheckReference |
getHealthCheck()
URL of the health check associated with the health state of the network endpoint.
|
HealthCheckReferenceOrBuilder |
getHealthCheckOrBuilder()
URL of the health check associated with the health state of the network endpoint.
|
HealthCheckServiceReference |
getHealthCheckService()
URL of the health check service associated with the health state of the network endpoint.
|
HealthCheckServiceReferenceOrBuilder |
getHealthCheckServiceOrBuilder()
URL of the health check service associated with the health state of the network endpoint.
|
String |
getHealthState()
Health state of the network endpoint determined based on the health checks configured.
|
com.google.protobuf.ByteString |
getHealthStateBytes()
Health state of the network endpoint determined based on the health checks configured.
|
boolean |
hasBackendService()
URL of the backend service associated with the health state of the network endpoint.
|
boolean |
hasForwardingRule()
URL of the forwarding rule associated with the health state of the network endpoint.
|
boolean |
hasHealthCheck()
URL of the health check associated with the health state of the network endpoint.
|
boolean |
hasHealthCheckService()
URL of the health check service associated with the health state of the network endpoint.
|
boolean |
hasHealthState()
Health state of the network endpoint determined based on the health checks configured.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasBackendService()
URL of the backend service associated with the health state of the network endpoint.
optional .google.cloud.compute.v1.BackendServiceReference backend_service = 306946058;
BackendServiceReference getBackendService()
URL of the backend service associated with the health state of the network endpoint.
optional .google.cloud.compute.v1.BackendServiceReference backend_service = 306946058;
BackendServiceReferenceOrBuilder getBackendServiceOrBuilder()
URL of the backend service associated with the health state of the network endpoint.
optional .google.cloud.compute.v1.BackendServiceReference backend_service = 306946058;
boolean hasForwardingRule()
URL of the forwarding rule associated with the health state of the network endpoint.
optional .google.cloud.compute.v1.ForwardingRuleReference forwarding_rule = 269964030;
ForwardingRuleReference getForwardingRule()
URL of the forwarding rule associated with the health state of the network endpoint.
optional .google.cloud.compute.v1.ForwardingRuleReference forwarding_rule = 269964030;
ForwardingRuleReferenceOrBuilder getForwardingRuleOrBuilder()
URL of the forwarding rule associated with the health state of the network endpoint.
optional .google.cloud.compute.v1.ForwardingRuleReference forwarding_rule = 269964030;
boolean hasHealthCheck()
URL of the health check associated with the health state of the network endpoint.
optional .google.cloud.compute.v1.HealthCheckReference health_check = 308876645;HealthCheckReference getHealthCheck()
URL of the health check associated with the health state of the network endpoint.
optional .google.cloud.compute.v1.HealthCheckReference health_check = 308876645;HealthCheckReferenceOrBuilder getHealthCheckOrBuilder()
URL of the health check associated with the health state of the network endpoint.
optional .google.cloud.compute.v1.HealthCheckReference health_check = 308876645;boolean hasHealthCheckService()
URL of the health check service associated with the health state of the network endpoint.
optional .google.cloud.compute.v1.HealthCheckServiceReference health_check_service = 408374747;
HealthCheckServiceReference getHealthCheckService()
URL of the health check service associated with the health state of the network endpoint.
optional .google.cloud.compute.v1.HealthCheckServiceReference health_check_service = 408374747;
HealthCheckServiceReferenceOrBuilder getHealthCheckServiceOrBuilder()
URL of the health check service associated with the health state of the network endpoint.
optional .google.cloud.compute.v1.HealthCheckServiceReference health_check_service = 408374747;
boolean hasHealthState()
Health state of the network endpoint determined based on the health checks configured. Check the HealthState enum for the list of possible values.
optional string health_state = 324007150;String getHealthState()
Health state of the network endpoint determined based on the health checks configured. Check the HealthState enum for the list of possible values.
optional string health_state = 324007150;com.google.protobuf.ByteString getHealthStateBytes()
Health state of the network endpoint determined based on the health checks configured. Check the HealthState enum for the list of possible values.
optional string health_state = 324007150;Copyright © 2023 Google LLC. All rights reserved.