Interface BuildEventStreamProtos.OptionsParsedOrBuilder

    • Method Detail

      • getStartupOptionsList

        java.util.List<java.lang.String> getStartupOptionsList()
        repeated string startup_options = 1;
        Returns:
        A list containing the startupOptions.
      • getStartupOptionsCount

        int getStartupOptionsCount()
        repeated string startup_options = 1;
        Returns:
        The count of startupOptions.
      • getStartupOptions

        java.lang.String getStartupOptions​(int index)
        repeated string startup_options = 1;
        Parameters:
        index - The index of the element to return.
        Returns:
        The startupOptions at the given index.
      • getStartupOptionsBytes

        com.google.protobuf.ByteString getStartupOptionsBytes​(int index)
        repeated string startup_options = 1;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the startupOptions at the given index.
      • getExplicitStartupOptionsList

        java.util.List<java.lang.String> getExplicitStartupOptionsList()
        repeated string explicit_startup_options = 2;
        Returns:
        A list containing the explicitStartupOptions.
      • getExplicitStartupOptionsCount

        int getExplicitStartupOptionsCount()
        repeated string explicit_startup_options = 2;
        Returns:
        The count of explicitStartupOptions.
      • getExplicitStartupOptions

        java.lang.String getExplicitStartupOptions​(int index)
        repeated string explicit_startup_options = 2;
        Parameters:
        index - The index of the element to return.
        Returns:
        The explicitStartupOptions at the given index.
      • getExplicitStartupOptionsBytes

        com.google.protobuf.ByteString getExplicitStartupOptionsBytes​(int index)
        repeated string explicit_startup_options = 2;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the explicitStartupOptions at the given index.
      • getCmdLineList

        java.util.List<java.lang.String> getCmdLineList()
        repeated string cmd_line = 3;
        Returns:
        A list containing the cmdLine.
      • getCmdLineCount

        int getCmdLineCount()
        repeated string cmd_line = 3;
        Returns:
        The count of cmdLine.
      • getCmdLine

        java.lang.String getCmdLine​(int index)
        repeated string cmd_line = 3;
        Parameters:
        index - The index of the element to return.
        Returns:
        The cmdLine at the given index.
      • getCmdLineBytes

        com.google.protobuf.ByteString getCmdLineBytes​(int index)
        repeated string cmd_line = 3;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the cmdLine at the given index.
      • getExplicitCmdLineList

        java.util.List<java.lang.String> getExplicitCmdLineList()
        repeated string explicit_cmd_line = 4;
        Returns:
        A list containing the explicitCmdLine.
      • getExplicitCmdLineCount

        int getExplicitCmdLineCount()
        repeated string explicit_cmd_line = 4;
        Returns:
        The count of explicitCmdLine.
      • getExplicitCmdLine

        java.lang.String getExplicitCmdLine​(int index)
        repeated string explicit_cmd_line = 4;
        Parameters:
        index - The index of the element to return.
        Returns:
        The explicitCmdLine at the given index.
      • getExplicitCmdLineBytes

        com.google.protobuf.ByteString getExplicitCmdLineBytes​(int index)
        repeated string explicit_cmd_line = 4;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the explicitCmdLine at the given index.
      • hasInvocationPolicy

        boolean hasInvocationPolicy()
        .blaze.invocation_policy.InvocationPolicy invocation_policy = 5;
        Returns:
        Whether the invocationPolicy field is set.
      • getToolTag

        java.lang.String getToolTag()
        string tool_tag = 6;
        Returns:
        The toolTag.
      • getToolTagBytes

        com.google.protobuf.ByteString getToolTagBytes()
        string tool_tag = 6;
        Returns:
        The bytes for toolTag.