Interface BuildEventStreamProtos.OptionsParsedOrBuilder

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

public static interface BuildEventStreamProtos.OptionsParsedOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getStartupOptionsList

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

      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

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

      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

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

      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

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

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

      .blaze.invocation_policy.InvocationPolicy invocation_policy = 5;
      Returns:
      The invocationPolicy.
    • getInvocationPolicyOrBuilder

      .blaze.invocation_policy.InvocationPolicy invocation_policy = 5;
    • getToolTag

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

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