public static class AutoscalersScopedList.Builder extends Object
Modifier and Type | Method and Description |
---|---|
AutoscalersScopedList.Builder |
addAllAutoscalers(List<Autoscaler> autoscalers)
[Output Only] A list of autoscalers contained in this scope.
|
AutoscalersScopedList.Builder |
addAutoscalers(Autoscaler autoscalers)
[Output Only] A list of autoscalers contained in this scope.
|
AutoscalersScopedList |
build() |
AutoscalersScopedList.Builder |
clone() |
List<Autoscaler> |
getAutoscalersList()
[Output Only] A list of autoscalers contained in this scope.
|
Warning |
getWarning()
[Output Only] Informational warning which replaces the list of autoscalers when the list is
empty.
|
AutoscalersScopedList.Builder |
mergeFrom(AutoscalersScopedList other) |
AutoscalersScopedList.Builder |
setWarning(Warning warning)
[Output Only] Informational warning which replaces the list of autoscalers when the list is
empty.
|
public AutoscalersScopedList.Builder mergeFrom(AutoscalersScopedList other)
public List<Autoscaler> getAutoscalersList()
public AutoscalersScopedList.Builder addAllAutoscalers(List<Autoscaler> autoscalers)
public AutoscalersScopedList.Builder addAutoscalers(Autoscaler autoscalers)
public Warning getWarning()
public AutoscalersScopedList.Builder setWarning(Warning warning)
public AutoscalersScopedList build()
public AutoscalersScopedList.Builder clone()
Copyright © 2019 Google LLC. All rights reserved.