Interface HealthStatusForNetworkEndpointOrBuilder

    • 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.