public static class NodeGroupsScopedList.Builder extends Object
Modifier and Type | Method and Description |
---|---|
NodeGroupsScopedList.Builder |
addAllNodeGroups(List<NodeGroup> nodeGroups)
[Output Only] A list of node groups contained in this scope.
|
NodeGroupsScopedList.Builder |
addNodeGroups(NodeGroup nodeGroups)
[Output Only] A list of node groups contained in this scope.
|
NodeGroupsScopedList |
build() |
NodeGroupsScopedList.Builder |
clone() |
List<NodeGroup> |
getNodeGroupsList()
[Output Only] A list of node groups contained in this scope.
|
Warning |
getWarning()
[Output Only] An informational warning that appears when the nodeGroup list is empty.
|
NodeGroupsScopedList.Builder |
mergeFrom(NodeGroupsScopedList other) |
NodeGroupsScopedList.Builder |
setWarning(Warning warning)
[Output Only] An informational warning that appears when the nodeGroup list is empty.
|
public NodeGroupsScopedList.Builder mergeFrom(NodeGroupsScopedList other)
public List<NodeGroup> getNodeGroupsList()
public NodeGroupsScopedList.Builder addAllNodeGroups(List<NodeGroup> nodeGroups)
public NodeGroupsScopedList.Builder addNodeGroups(NodeGroup nodeGroups)
public Warning getWarning()
public NodeGroupsScopedList.Builder setWarning(Warning warning)
public NodeGroupsScopedList build()
public NodeGroupsScopedList.Builder clone()
Copyright © 2019 Google LLC. All rights reserved.