Interface PerformMaintenanceQueuedResourceRequestOrBuilder (2.58.0)

public interface PerformMaintenanceQueuedResourceRequestOrBuilder extends MessageOrBuilder

Methods

getName()

public abstract String getName()

Required. The name of the QueuedResource which holds the nodes to perform maintenance on.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Required. The name of the QueuedResource which holds the nodes to perform maintenance on.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for name.

getNodeNames(int index)

public abstract String getNodeNames(int index)

The names of the nodes to perform maintenance on.

repeated string node_names = 2;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The nodeNames at the given index.

getNodeNamesBytes(int index)

public abstract ByteString getNodeNamesBytes(int index)

The names of the nodes to perform maintenance on.

repeated string node_names = 2;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the nodeNames at the given index.

getNodeNamesCount()

public abstract int getNodeNamesCount()

The names of the nodes to perform maintenance on.

repeated string node_names = 2;

Returns
TypeDescription
int

The count of nodeNames.

getNodeNamesList()

public abstract List<String> getNodeNamesList()

The names of the nodes to perform maintenance on.

repeated string node_names = 2;

Returns
TypeDescription
List<String>

A list containing the nodeNames.