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 Summary
Modifier and TypeMethodDescriptiongetCmdLine(int index) repeated string cmd_line = 3;com.google.protobuf.ByteStringgetCmdLineBytes(int index) repeated string cmd_line = 3;intrepeated string cmd_line = 3;repeated string cmd_line = 3;getExplicitCmdLine(int index) repeated string explicit_cmd_line = 4;com.google.protobuf.ByteStringgetExplicitCmdLineBytes(int index) repeated string explicit_cmd_line = 4;intrepeated string explicit_cmd_line = 4;repeated string explicit_cmd_line = 4;getExplicitStartupOptions(int index) repeated string explicit_startup_options = 2;com.google.protobuf.ByteStringgetExplicitStartupOptionsBytes(int index) repeated string explicit_startup_options = 2;intrepeated string explicit_startup_options = 2;repeated string explicit_startup_options = 2;.blaze.invocation_policy.InvocationPolicy invocation_policy = 5;.blaze.invocation_policy.InvocationPolicy invocation_policy = 5;getStartupOptions(int index) repeated string startup_options = 1;com.google.protobuf.ByteStringgetStartupOptionsBytes(int index) repeated string startup_options = 1;intrepeated string startup_options = 1;repeated string startup_options = 1;string tool_tag = 6;com.google.protobuf.ByteStringstring tool_tag = 6;boolean.blaze.invocation_policy.InvocationPolicy invocation_policy = 5;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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
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
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
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
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
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
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
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
InvocationPolicyOuterClass.InvocationPolicy getInvocationPolicy().blaze.invocation_policy.InvocationPolicy invocation_policy = 5;- Returns:
- The invocationPolicy.
-
getInvocationPolicyOrBuilder
InvocationPolicyOuterClass.InvocationPolicyOrBuilder 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.
-