Interface NodeGroupsDeleteNodesRequestOrBuilder

    • 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.MessageLiteOrBuilder

        isInitialized
      • 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.