public interface NodeGroupsPerformMaintenanceRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNodes(int index)
public abstract String getNodes(int index)[Required] List of nodes affected by the call.
repeated string nodes = 104993457;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The nodes at the given index. |
getNodesBytes(int index)
public abstract ByteString getNodesBytes(int index)[Required] List of nodes affected by the call.
repeated string nodes = 104993457;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the nodes at the given index. |
getNodesCount()
public abstract int getNodesCount()[Required] List of nodes affected by the call.
repeated string nodes = 104993457;
| Returns | |
|---|---|
| Type | Description |
int |
The count of nodes. |
getNodesList()
public abstract List<String> getNodesList()[Required] List of nodes affected by the call.
repeated string nodes = 104993457;
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the nodes. |
getStartTime()
public abstract String getStartTime()The start time of the schedule. The timestamp is an RFC3339 string.
optional string start_time = 37467274;
| Returns | |
|---|---|
| Type | Description |
String |
The startTime. |
getStartTimeBytes()
public abstract ByteString getStartTimeBytes()The start time of the schedule. The timestamp is an RFC3339 string.
optional string start_time = 37467274;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for startTime. |
hasStartTime()
public abstract boolean hasStartTime()The start time of the schedule. The timestamp is an RFC3339 string.
optional string start_time = 37467274;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the startTime field is set. |