Interface BuildEventStreamProtos.UnstructuredCommandLineOrBuilder

    • 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.