Interface NodeGroupsDeleteNodesRequestOrBuilder (1.51.0)

public interface NodeGroupsDeleteNodesRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNodes(int index)

public abstract String getNodes(int index)

Names of the nodes to delete.

repeated string nodes = 104993457;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The nodes at the given index.

getNodesBytes(int index)

public abstract ByteString getNodesBytes(int index)

Names of the nodes to delete.

repeated string nodes = 104993457;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the nodes at the given index.

getNodesCount()

public abstract int getNodesCount()

Names of the nodes to delete.

repeated string nodes = 104993457;

Returns
TypeDescription
int

The count of nodes.

getNodesList()

public abstract List<String> getNodesList()

Names of the nodes to delete.

repeated string nodes = 104993457;

Returns
TypeDescription
List<String>

A list containing the nodes.