Interface NodeTypesScopedListOrBuilder (1.51.0)

public interface NodeTypesScopedListOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the warning field is set.