Interface BuildEventStreamProtos.UnstructuredCommandLineOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
BuildEventStreamProtos.UnstructuredCommandLine, BuildEventStreamProtos.UnstructuredCommandLine.Builder
Enclosing class:
BuildEventStreamProtos

public static interface BuildEventStreamProtos.UnstructuredCommandLineOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getArgs(int index)
    repeated string args = 1;
    com.google.protobuf.ByteString
    getArgsBytes(int index)
    repeated string args = 1;
    int
    repeated string args = 1;
    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 Details

    • getArgsList

      List<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

      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

      com.google.protobuf.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.