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