Interface BuildEventStreamProtos.UnstructuredCommandLineOrBuilder
-
- All Superinterfaces:
MessageLiteOrBuilder,MessageOrBuilder
- All Known Implementing Classes:
BuildEventStreamProtos.UnstructuredCommandLine,BuildEventStreamProtos.UnstructuredCommandLine.Builder
- Enclosing class:
- BuildEventStreamProtos
public static interface BuildEventStreamProtos.UnstructuredCommandLineOrBuilder extends MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetArgs(int index)repeated string args = 1;ByteStringgetArgsBytes(int index)repeated string args = 1;intgetArgsCount()repeated string args = 1;java.util.List<java.lang.String>getArgsList()repeated string args = 1;-
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getArgsList
java.util.List<java.lang.String> getArgsList()
repeated string args = 1;- Returns:
- A list containing the args.
-
getArgsCount
int getArgsCount()
repeated string args = 1;- Returns:
- The count of args.
-
getArgs
java.lang.String getArgs(int index)
repeated string args = 1;- Parameters:
index- The index of the element to return.- Returns:
- The args at the given index.
-
getArgsBytes
ByteString getArgsBytes(int index)
repeated string args = 1;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the args at the given index.
-
-