public static class InstanceGroupsScopedList.Builder extends Object
Modifier and Type | Method and Description |
---|---|
InstanceGroupsScopedList.Builder |
addAllInstanceGroups(List<InstanceGroup> instanceGroups)
[Output Only] The list of instance groups that are contained in this scope.
|
InstanceGroupsScopedList.Builder |
addInstanceGroups(InstanceGroup instanceGroups)
[Output Only] The list of instance groups that are contained in this scope.
|
InstanceGroupsScopedList |
build() |
InstanceGroupsScopedList.Builder |
clone() |
List<InstanceGroup> |
getInstanceGroupsList()
[Output Only] The list of instance groups that are contained in this scope.
|
Warning |
getWarning()
[Output Only] An informational warning that replaces the list of instance groups when the
list is empty.
|
InstanceGroupsScopedList.Builder |
mergeFrom(InstanceGroupsScopedList other) |
InstanceGroupsScopedList.Builder |
setWarning(Warning warning)
[Output Only] An informational warning that replaces the list of instance groups when the
list is empty.
|
public InstanceGroupsScopedList.Builder mergeFrom(InstanceGroupsScopedList other)
public List<InstanceGroup> getInstanceGroupsList()
public InstanceGroupsScopedList.Builder addAllInstanceGroups(List<InstanceGroup> instanceGroups)
public InstanceGroupsScopedList.Builder addInstanceGroups(InstanceGroup instanceGroups)
public Warning getWarning()
public InstanceGroupsScopedList.Builder setWarning(Warning warning)
public InstanceGroupsScopedList build()
public InstanceGroupsScopedList.Builder clone()
Copyright © 2019 Google LLC. All rights reserved.