@Generated(value="by GAPIC") @BetaApi public final class BackendServiceGroupHealth extends Object implements ApiMessage
Modifier and Type | Class and Description |
---|---|
static class |
BackendServiceGroupHealth.Builder |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ApiMessage |
getApiMessageRequestBody() |
static BackendServiceGroupHealth |
getDefaultInstance() |
List<String> |
getFieldMask() |
Object |
getFieldValue(String fieldName) |
List<HealthStatus> |
getHealthStatusList()
Health state of the backend instances or endpoints in requested instance or network endpoint
group, determined based on configured health checks.
|
String |
getKind()
[Output Only] Type of resource.
|
int |
hashCode() |
static BackendServiceGroupHealth.Builder |
newBuilder() |
static BackendServiceGroupHealth.Builder |
newBuilder(BackendServiceGroupHealth prototype) |
BackendServiceGroupHealth.Builder |
toBuilder() |
String |
toString() |
public Object getFieldValue(String fieldName)
getFieldValue
in interface ApiMessage
@Nullable public ApiMessage getApiMessageRequestBody()
getApiMessageRequestBody
in interface ApiMessage
@Nullable public List<String> getFieldMask()
getFieldMask
in interface ApiMessage
public List<HealthStatus> getHealthStatusList()
public String getKind()
public static BackendServiceGroupHealth.Builder newBuilder()
public static BackendServiceGroupHealth.Builder newBuilder(BackendServiceGroupHealth prototype)
public BackendServiceGroupHealth.Builder toBuilder()
public static BackendServiceGroupHealth getDefaultInstance()
Copyright © 2019 Google LLC. All rights reserved.