public interface NodeGroupsScopedListOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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;
| Name | Description |
| index | int |
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| 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;
| Name | Description |
| index | int |
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| boolean | Whether the warning field is set. |