public static class NodeTypesScopedList.Builder extends Object
Modifier and Type | Method and Description |
---|---|
NodeTypesScopedList.Builder |
addAllNodeTypes(List<NodeType> nodeTypes)
[Output Only] A list of node types contained in this scope.
|
NodeTypesScopedList.Builder |
addNodeTypes(NodeType nodeTypes)
[Output Only] A list of node types contained in this scope.
|
NodeTypesScopedList |
build() |
NodeTypesScopedList.Builder |
clone() |
List<NodeType> |
getNodeTypesList()
[Output Only] A list of node types contained in this scope.
|
Warning |
getWarning()
[Output Only] An informational warning that appears when the node types list is empty.
|
NodeTypesScopedList.Builder |
mergeFrom(NodeTypesScopedList other) |
NodeTypesScopedList.Builder |
setWarning(Warning warning)
[Output Only] An informational warning that appears when the node types list is empty.
|
public NodeTypesScopedList.Builder mergeFrom(NodeTypesScopedList other)
public List<NodeType> getNodeTypesList()
public NodeTypesScopedList.Builder addAllNodeTypes(List<NodeType> nodeTypes)
public NodeTypesScopedList.Builder addNodeTypes(NodeType nodeTypes)
public Warning getWarning()
public NodeTypesScopedList.Builder setWarning(Warning warning)
public NodeTypesScopedList build()
public NodeTypesScopedList.Builder clone()
Copyright © 2019 Google LLC. All rights reserved.