Package com.google.cloud.compute.v1
Interface NodeGroupsSimulateMaintenanceEventRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
NodeGroupsSimulateMaintenanceEventRequest,NodeGroupsSimulateMaintenanceEventRequest.Builder
public interface NodeGroupsSimulateMaintenanceEventRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetNodes(int index)Names of the nodes to go under maintenance simulation.com.google.protobuf.ByteStringgetNodesBytes(int index)Names of the nodes to go under maintenance simulation.intgetNodesCount()Names of the nodes to go under maintenance simulation.List<String>getNodesList()Names of the nodes to go under maintenance simulation.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getNodesList
List<String> getNodesList()
Names of the nodes to go under maintenance simulation.
repeated string nodes = 104993457;- Returns:
- A list containing the nodes.
-
getNodesCount
int getNodesCount()
Names of the nodes to go under maintenance simulation.
repeated string nodes = 104993457;- Returns:
- The count of nodes.
-
getNodes
String getNodes(int index)
Names of the nodes to go under maintenance simulation.
repeated string nodes = 104993457;- Parameters:
index- The index of the element to return.- Returns:
- The nodes at the given index.
-
getNodesBytes
com.google.protobuf.ByteString getNodesBytes(int index)
Names of the nodes to go under maintenance simulation.
repeated string nodes = 104993457;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the nodes at the given index.
-
-