public interface NodeGroupsPerformMaintenanceRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNodes(int index)
[Required] List of nodes affected by the call.
|
com.google.protobuf.ByteString |
getNodesBytes(int index)
[Required] List of nodes affected by the call.
|
int |
getNodesCount()
[Required] List of nodes affected by the call.
|
List<String> |
getNodesList()
[Required] List of nodes affected by the call.
|
String |
getStartTime()
The start time of the schedule.
|
com.google.protobuf.ByteString |
getStartTimeBytes()
The start time of the schedule.
|
boolean |
hasStartTime()
The start time of the schedule.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getNodesList()
[Required] List of nodes affected by the call.
repeated string nodes = 104993457;int getNodesCount()
[Required] List of nodes affected by the call.
repeated string nodes = 104993457;String getNodes(int index)
[Required] List of nodes affected by the call.
repeated string nodes = 104993457;index - The index of the element to return.com.google.protobuf.ByteString getNodesBytes(int index)
[Required] List of nodes affected by the call.
repeated string nodes = 104993457;index - The index of the value to return.boolean hasStartTime()
The start time of the schedule. The timestamp is an RFC3339 string.
optional string start_time = 37467274;String getStartTime()
The start time of the schedule. The timestamp is an RFC3339 string.
optional string start_time = 37467274;com.google.protobuf.ByteString getStartTimeBytes()
The start time of the schedule. The timestamp is an RFC3339 string.
optional string start_time = 37467274;Copyright © 2025 Google LLC. All rights reserved.