Package gauge.messages
Interface Messages.ExecutionArgOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Messages.ExecutionArg,Messages.ExecutionArg.Builder
- Enclosing class:
- Messages
public static interface Messages.ExecutionArgOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription/ Holds the flag name passed from command line.com.google.protobuf.ByteString/ Holds the flag name passed from command line.getFlagValue(int index) / Holds the flag value passed from command line.com.google.protobuf.ByteStringgetFlagValueBytes(int index) / Holds the flag value passed from command line.int/ Holds the flag value passed from command line./ Holds the flag value passed from command line.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getFlagName
String getFlagName()/ Holds the flag name passed from command line.
string flagName = 1;- Returns:
- The flagName.
-
getFlagNameBytes
com.google.protobuf.ByteString getFlagNameBytes()/ Holds the flag name passed from command line.
string flagName = 1;- Returns:
- The bytes for flagName.
-
getFlagValueList
/ Holds the flag value passed from command line.
repeated string flagValue = 2;- Returns:
- A list containing the flagValue.
-
getFlagValueCount
int getFlagValueCount()/ Holds the flag value passed from command line.
repeated string flagValue = 2;- Returns:
- The count of flagValue.
-
getFlagValue
/ Holds the flag value passed from command line.
repeated string flagValue = 2;- Parameters:
index- The index of the element to return.- Returns:
- The flagValue at the given index.
-
getFlagValueBytes
com.google.protobuf.ByteString getFlagValueBytes(int index) / Holds the flag value passed from command line.
repeated string flagValue = 2;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the flagValue at the given index.
-