public static class BackendServiceGroupHealth.Builder extends Object
Modifier and Type | Method and Description |
---|---|
BackendServiceGroupHealth.Builder |
addAllHealthStatus(List<HealthStatus> healthStatus)
Health state of the backend instances or endpoints in requested instance or network endpoint
group, determined based on configured health checks.
|
BackendServiceGroupHealth.Builder |
addHealthStatus(HealthStatus healthStatus)
Health state of the backend instances or endpoints in requested instance or network endpoint
group, determined based on configured health checks.
|
BackendServiceGroupHealth |
build() |
BackendServiceGroupHealth.Builder |
clone() |
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.
|
BackendServiceGroupHealth.Builder |
mergeFrom(BackendServiceGroupHealth other) |
BackendServiceGroupHealth.Builder |
setKind(String kind)
[Output Only] Type of resource.
|
public BackendServiceGroupHealth.Builder mergeFrom(BackendServiceGroupHealth other)
public List<HealthStatus> getHealthStatusList()
public BackendServiceGroupHealth.Builder addAllHealthStatus(List<HealthStatus> healthStatus)
public BackendServiceGroupHealth.Builder addHealthStatus(HealthStatus healthStatus)
public String getKind()
public BackendServiceGroupHealth.Builder setKind(String kind)
public BackendServiceGroupHealth build()
public BackendServiceGroupHealth.Builder clone()
Copyright © 2019 Google LLC. All rights reserved.