public interface UserCommandsOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCommands(int index)
public abstract String getCommands(int index)
Output only. List of commands to be executed by the customer.
repeated string commands = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String |
The commands at the given index. |
getCommandsBytes(int index)
public abstract ByteString getCommandsBytes(int index)
Output only. List of commands to be executed by the customer.
repeated string commands = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
Type | Description |
ByteString |
The bytes of the commands at the given index. |
getCommandsCount()
public abstract int getCommandsCount()
Output only. List of commands to be executed by the customer.
repeated string commands = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
int |
The count of commands. |
getCommandsList()
public abstract List<String> getCommandsList()
Output only. List of commands to be executed by the customer.
repeated string commands = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
List<String> |
A list containing the commands. |