Package com.google.cloud.compute.v1
Interface NodeGroupsDeleteNodesRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
NodeGroupsDeleteNodesRequest
,NodeGroupsDeleteNodesRequest.Builder
public interface NodeGroupsDeleteNodesRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getNodes(int index)
Names of the nodes to delete.com.google.protobuf.ByteString
getNodesBytes(int index)
Names of the nodes to delete.int
getNodesCount()
Names of the nodes to delete.List<String>
getNodesList()
Names of the nodes to delete.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getNodesList
List<String> getNodesList()
Names of the nodes to delete.
repeated string nodes = 104993457;
- Returns:
- A list containing the nodes.
-
getNodesCount
int getNodesCount()
Names of the nodes to delete.
repeated string nodes = 104993457;
- Returns:
- The count of nodes.
-
getNodes
String getNodes(int index)
Names of the nodes to delete.
repeated string nodes = 104993457;
- Parameters:
index
- The index of the element to return.- Returns:
- The nodes at the given index.
-
getNodesBytes
com.google.protobuf.ByteString getNodesBytes(int index)
Names of the nodes to delete.
repeated string nodes = 104993457;
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the nodes at the given index.
-
-