public interface NodeGroupsScopedListOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
NodeGroup |
getNodeGroups(int index)
[Output Only] A list of node groups contained in this scope.
|
int |
getNodeGroupsCount()
[Output Only] A list of node groups contained in this scope.
|
List<NodeGroup> |
getNodeGroupsList()
[Output Only] A list of node groups contained in this scope.
|
NodeGroupOrBuilder |
getNodeGroupsOrBuilder(int index)
[Output Only] A list of node groups contained in this scope.
|
List<? extends NodeGroupOrBuilder> |
getNodeGroupsOrBuilderList()
[Output Only] A list of node groups contained in this scope.
|
Warning |
getWarning()
[Output Only] An informational warning that appears when the nodeGroup list is empty.
|
WarningOrBuilder |
getWarningOrBuilder()
[Output Only] An informational warning that appears when the nodeGroup list is empty.
|
boolean |
hasWarning()
[Output Only] An informational warning that appears when the nodeGroup list is empty.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<NodeGroup> getNodeGroupsList()
[Output Only] A list of node groups contained in this scope.
repeated .google.cloud.compute.v1.NodeGroup node_groups = 73188017;NodeGroup getNodeGroups(int index)
[Output Only] A list of node groups contained in this scope.
repeated .google.cloud.compute.v1.NodeGroup node_groups = 73188017;int getNodeGroupsCount()
[Output Only] A list of node groups contained in this scope.
repeated .google.cloud.compute.v1.NodeGroup node_groups = 73188017;List<? extends NodeGroupOrBuilder> getNodeGroupsOrBuilderList()
[Output Only] A list of node groups contained in this scope.
repeated .google.cloud.compute.v1.NodeGroup node_groups = 73188017;NodeGroupOrBuilder getNodeGroupsOrBuilder(int index)
[Output Only] A list of node groups contained in this scope.
repeated .google.cloud.compute.v1.NodeGroup node_groups = 73188017;boolean hasWarning()
[Output Only] An informational warning that appears when the nodeGroup list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;Warning getWarning()
[Output Only] An informational warning that appears when the nodeGroup list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;WarningOrBuilder getWarningOrBuilder()
[Output Only] An informational warning that appears when the nodeGroup list is empty.
optional .google.cloud.compute.v1.Warning warning = 50704284;Copyright © 2023 Google LLC. All rights reserved.