public static class InstanceGroupManagersScopedList.Builder extends Object
Modifier and Type | Method and Description |
---|---|
InstanceGroupManagersScopedList.Builder |
addAllInstanceGroupManagers(List<InstanceGroupManager> instanceGroupManagers)
[Output Only] The list of managed instance groups that are contained in the specified project
and zone.
|
InstanceGroupManagersScopedList.Builder |
addInstanceGroupManagers(InstanceGroupManager instanceGroupManagers)
[Output Only] The list of managed instance groups that are contained in the specified project
and zone.
|
InstanceGroupManagersScopedList |
build() |
InstanceGroupManagersScopedList.Builder |
clone() |
List<InstanceGroupManager> |
getInstanceGroupManagersList()
[Output Only] The list of managed instance groups that are contained in the specified project
and zone.
|
Warning |
getWarning()
[Output Only] The warning that replaces the list of managed instance groups when the list is
empty.
|
InstanceGroupManagersScopedList.Builder |
mergeFrom(InstanceGroupManagersScopedList other) |
InstanceGroupManagersScopedList.Builder |
setWarning(Warning warning)
[Output Only] The warning that replaces the list of managed instance groups when the list is
empty.
|
public InstanceGroupManagersScopedList.Builder mergeFrom(InstanceGroupManagersScopedList other)
public List<InstanceGroupManager> getInstanceGroupManagersList()
public InstanceGroupManagersScopedList.Builder addAllInstanceGroupManagers(List<InstanceGroupManager> instanceGroupManagers)
public InstanceGroupManagersScopedList.Builder addInstanceGroupManagers(InstanceGroupManager instanceGroupManagers)
public Warning getWarning()
public InstanceGroupManagersScopedList.Builder setWarning(Warning warning)
public InstanceGroupManagersScopedList build()
public InstanceGroupManagersScopedList.Builder clone()
Copyright © 2019 Google LLC. All rights reserved.