Package com.google.cloud.compute.v1
Interface HealthStatusForNetworkEndpointOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
HealthStatusForNetworkEndpoint
,HealthStatusForNetworkEndpoint.Builder
public interface HealthStatusForNetworkEndpointOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasBackendService
boolean hasBackendService()
URL of the backend service associated with the health state of the network endpoint.
optional .google.cloud.compute.v1.BackendServiceReference backend_service = 306946058;
- Returns:
- Whether the backendService field is set.
-
getBackendService
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;
- Returns:
- The backendService.
-
getBackendServiceOrBuilder
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;
-
hasForwardingRule
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;
- Returns:
- Whether the forwardingRule field is set.
-
getForwardingRule
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;
- Returns:
- The forwardingRule.
-
getForwardingRuleOrBuilder
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;
-
hasHealthCheck
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;
- Returns:
- Whether the healthCheck field is set.
-
getHealthCheck
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;
- Returns:
- The healthCheck.
-
getHealthCheckOrBuilder
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;
-
hasHealthCheckService
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;
- Returns:
- Whether the healthCheckService field is set.
-
getHealthCheckService
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;
- Returns:
- The healthCheckService.
-
getHealthCheckServiceOrBuilder
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;
-
hasHealthState
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;
- Returns:
- Whether the healthState field is set.
-
getHealthState
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;
- Returns:
- The healthState.
-
getHealthStateBytes
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;
- Returns:
- The bytes for healthState.
-
-