public interface PerformMaintenanceQueuedResourceRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
List<String> |
A list containing the nodeNames. |