public static class HealthChecksScopedList.Builder extends Object
Modifier and Type | Method and Description |
---|---|
HealthChecksScopedList.Builder |
addAllHealthChecks(List<HealthCheck> healthChecks)
A list of HealthChecks contained in this scope.
|
HealthChecksScopedList.Builder |
addHealthChecks(HealthCheck healthChecks)
A list of HealthChecks contained in this scope.
|
HealthChecksScopedList |
build() |
HealthChecksScopedList.Builder |
clone() |
List<HealthCheck> |
getHealthChecksList()
A list of HealthChecks contained in this scope.
|
Warning |
getWarning()
Informational warning which replaces the list of backend services when the list is empty.
|
HealthChecksScopedList.Builder |
mergeFrom(HealthChecksScopedList other) |
HealthChecksScopedList.Builder |
setWarning(Warning warning)
Informational warning which replaces the list of backend services when the list is empty.
|
public HealthChecksScopedList.Builder mergeFrom(HealthChecksScopedList other)
public List<HealthCheck> getHealthChecksList()
public HealthChecksScopedList.Builder addAllHealthChecks(List<HealthCheck> healthChecks)
public HealthChecksScopedList.Builder addHealthChecks(HealthCheck healthChecks)
public Warning getWarning()
public HealthChecksScopedList.Builder setWarning(Warning warning)
public HealthChecksScopedList build()
public HealthChecksScopedList.Builder clone()
Copyright © 2019 Google LLC. All rights reserved.