public interface NodeTypesScopedListOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getNodeTypes(int index)
public abstract NodeType getNodeTypes(int index)
[Output Only] A list of node types contained in this scope.
repeated .google.cloud.compute.v1.NodeType node_types = 482172924;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
NodeType |
getNodeTypesCount()
public abstract int getNodeTypesCount()
[Output Only] A list of node types contained in this scope.
repeated .google.cloud.compute.v1.NodeType node_types = 482172924;
Returns | |
---|---|
Type | Description |
int |
getNodeTypesList()
public abstract List<NodeType> getNodeTypesList()
[Output Only] A list of node types contained in this scope.
repeated .google.cloud.compute.v1.NodeType node_types = 482172924;
Returns | |
---|---|
Type | Description |
List<NodeType> |
getNodeTypesOrBuilder(int index)
public abstract NodeTypeOrBuilder getNodeTypesOrBuilder(int index)
[Output Only] A list of node types contained in this scope.
repeated .google.cloud.compute.v1.NodeType node_types = 482172924;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
NodeTypeOrBuilder |
getNodeTypesOrBuilderList()
public abstract List<? extends NodeTypeOrBuilder> getNodeTypesOrBuilderList()
[Output Only] A list of node types contained in this scope.
repeated .google.cloud.compute.v1.NodeType node_types = 482172924;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.compute.v1.NodeTypeOrBuilder> |
getWarning()
public abstract Warning getWarning()
[Output Only] An informational warning that appears when the node types list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
Returns | |
---|---|
Type | Description |
Warning |
The warning. |
getWarningOrBuilder()
public abstract WarningOrBuilder getWarningOrBuilder()
[Output Only] An informational warning that appears when the node types list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
Returns | |
---|---|
Type | Description |
WarningOrBuilder |
hasWarning()
public abstract boolean hasWarning()
[Output Only] An informational warning that appears when the node types list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;
Returns | |
---|---|
Type | Description |
boolean |
Whether the warning field is set. |