@Generated(value="by GAPIC") @BetaApi public final class HealthStatusForNetworkEndpoint extends Object implements com.google.api.gax.httpjson.ApiMessage
Modifier and Type | Class and Description |
---|---|
static class |
HealthStatusForNetworkEndpoint.Builder |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
com.google.api.gax.httpjson.ApiMessage |
getApiMessageRequestBody() |
BackendServiceReference |
getBackendService()
URL of the backend service associated with the health state of the network endpoint.
|
static HealthStatusForNetworkEndpoint |
getDefaultInstance() |
List<String> |
getFieldMask() |
Object |
getFieldValue(String fieldName) |
ForwardingRuleReference |
getForwardingRule()
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.
|
String |
getHealthState()
Health state of the network endpoint determined based on the health checks configured.
|
int |
hashCode() |
static HealthStatusForNetworkEndpoint.Builder |
newBuilder() |
static HealthStatusForNetworkEndpoint.Builder |
newBuilder(HealthStatusForNetworkEndpoint prototype) |
HealthStatusForNetworkEndpoint.Builder |
toBuilder() |
String |
toString() |
public Object getFieldValue(String fieldName)
getFieldValue
in interface com.google.api.gax.httpjson.ApiMessage
@Nullable public com.google.api.gax.httpjson.ApiMessage getApiMessageRequestBody()
getApiMessageRequestBody
in interface com.google.api.gax.httpjson.ApiMessage
@Nullable public List<String> getFieldMask()
getFieldMask
in interface com.google.api.gax.httpjson.ApiMessage
public BackendServiceReference getBackendService()
public ForwardingRuleReference getForwardingRule()
public HealthCheckReference getHealthCheck()
public String getHealthState()
public static HealthStatusForNetworkEndpoint.Builder newBuilder()
public static HealthStatusForNetworkEndpoint.Builder newBuilder(HealthStatusForNetworkEndpoint prototype)
public HealthStatusForNetworkEndpoint.Builder toBuilder()
public static HealthStatusForNetworkEndpoint getDefaultInstance()
Copyright © 2019 Google LLC. All rights reserved.