public interface NodeTypesScopedListOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
NodeType |
getNodeTypes(int index)
[Output Only] A list of node types contained in this scope.
|
int |
getNodeTypesCount()
[Output Only] A list of node types contained in this scope.
|
List<NodeType> |
getNodeTypesList()
[Output Only] A list of node types contained in this scope.
|
NodeTypeOrBuilder |
getNodeTypesOrBuilder(int index)
[Output Only] A list of node types contained in this scope.
|
List<? extends NodeTypeOrBuilder> |
getNodeTypesOrBuilderList()
[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.
|
WarningOrBuilder |
getWarningOrBuilder()
[Output Only] An informational warning that appears when the node types list is empty.
|
boolean |
hasWarning()
[Output Only] An informational warning that appears when the node types list is empty.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<NodeType> getNodeTypesList()
[Output Only] A list of node types contained in this scope.
repeated .google.cloud.compute.v1.NodeType node_types = 482172924;NodeType getNodeTypes(int index)
[Output Only] A list of node types contained in this scope.
repeated .google.cloud.compute.v1.NodeType node_types = 482172924;int getNodeTypesCount()
[Output Only] A list of node types contained in this scope.
repeated .google.cloud.compute.v1.NodeType node_types = 482172924;List<? extends NodeTypeOrBuilder> getNodeTypesOrBuilderList()
[Output Only] A list of node types contained in this scope.
repeated .google.cloud.compute.v1.NodeType node_types = 482172924;NodeTypeOrBuilder getNodeTypesOrBuilder(int index)
[Output Only] A list of node types contained in this scope.
repeated .google.cloud.compute.v1.NodeType node_types = 482172924;boolean hasWarning()
[Output Only] An informational warning that appears when the node types list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;Warning getWarning()
[Output Only] An informational warning that appears when the node types list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;WarningOrBuilder getWarningOrBuilder()
[Output Only] An informational warning that appears when the node types list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;Copyright © 2023 Google LLC. All rights reserved.