Package com.google.cloud.compute.v1
Interface NodeGroupsAddNodesRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
NodeGroupsAddNodesRequest
,NodeGroupsAddNodesRequest.Builder
public interface NodeGroupsAddNodesRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getAdditionalNodeCount()
Count of additional nodes to be added to the node group.boolean
hasAdditionalNodeCount()
Count of additional nodes to be added to the node group.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasAdditionalNodeCount
boolean hasAdditionalNodeCount()
Count of additional nodes to be added to the node group.
optional int32 additional_node_count = 134997930;
- Returns:
- Whether the additionalNodeCount field is set.
-
getAdditionalNodeCount
int getAdditionalNodeCount()
Count of additional nodes to be added to the node group.
optional int32 additional_node_count = 134997930;
- Returns:
- The additionalNodeCount.
-
-