Interface NodeGroupsScopedListOrBuilder (1.23.0)

public interface NodeGroupsScopedListOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNodeGroups(int index)

public abstract NodeGroup getNodeGroups(int index)

[Output Only] A list of node groups contained in this scope.

repeated .google.cloud.compute.v1.NodeGroup node_groups = 73188017;

Parameter
NameDescription
indexint
Returns
TypeDescription
NodeGroup

getNodeGroupsCount()

public abstract int getNodeGroupsCount()

[Output Only] A list of node groups contained in this scope.

repeated .google.cloud.compute.v1.NodeGroup node_groups = 73188017;

Returns
TypeDescription
int

getNodeGroupsList()

public abstract List<NodeGroup> getNodeGroupsList()

[Output Only] A list of node groups contained in this scope.

repeated .google.cloud.compute.v1.NodeGroup node_groups = 73188017;

Returns
TypeDescription
List<NodeGroup>

getNodeGroupsOrBuilder(int index)

public abstract NodeGroupOrBuilder getNodeGroupsOrBuilder(int index)

[Output Only] A list of node groups contained in this scope.

repeated .google.cloud.compute.v1.NodeGroup node_groups = 73188017;

Parameter
NameDescription
indexint
Returns
TypeDescription
NodeGroupOrBuilder

getNodeGroupsOrBuilderList()

public abstract List<? extends NodeGroupOrBuilder> getNodeGroupsOrBuilderList()

[Output Only] A list of node groups contained in this scope.

repeated .google.cloud.compute.v1.NodeGroup node_groups = 73188017;

Returns
TypeDescription
List<? extends com.google.cloud.compute.v1.NodeGroupOrBuilder>

getWarning()

public abstract Warning getWarning()

[Output Only] An informational warning that appears when the nodeGroup 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 nodeGroup 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 nodeGroup list is empty.

optional .google.cloud.compute.v1.Warning warning = 50704284;

Returns
TypeDescription
boolean

Whether the warning field is set.