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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetCmdLine(int index)repeated string cmd_line = 3;com.google.protobuf.ByteStringgetCmdLineBytes(int index)repeated string cmd_line = 3;intgetCmdLineCount()repeated string cmd_line = 3;java.util.List<java.lang.String>getCmdLineList()repeated string cmd_line = 3;java.lang.StringgetExplicitCmdLine(int index)repeated string explicit_cmd_line = 4;com.google.protobuf.ByteStringgetExplicitCmdLineBytes(int index)repeated string explicit_cmd_line = 4;intgetExplicitCmdLineCount()repeated string explicit_cmd_line = 4;java.util.List<java.lang.String>getExplicitCmdLineList()repeated string explicit_cmd_line = 4;java.lang.StringgetExplicitStartupOptions(int index)repeated string explicit_startup_options = 2;com.google.protobuf.ByteStringgetExplicitStartupOptionsBytes(int index)repeated string explicit_startup_options = 2;intgetExplicitStartupOptionsCount()repeated string explicit_startup_options = 2;java.util.List<java.lang.String>getExplicitStartupOptionsList()repeated string explicit_startup_options = 2;com.google.devtools.build.lib.runtime.proto.InvocationPolicyOuterClass.InvocationPolicygetInvocationPolicy().blaze.invocation_policy.InvocationPolicy invocation_policy = 5;com.google.devtools.build.lib.runtime.proto.InvocationPolicyOuterClass.InvocationPolicyOrBuildergetInvocationPolicyOrBuilder().blaze.invocation_policy.InvocationPolicy invocation_policy = 5;java.lang.StringgetStartupOptions(int index)repeated string startup_options = 1;com.google.protobuf.ByteStringgetStartupOptionsBytes(int index)repeated string startup_options = 1;intgetStartupOptionsCount()repeated string startup_options = 1;java.util.List<java.lang.String>getStartupOptionsList()repeated string startup_options = 1;java.lang.StringgetToolTag()string tool_tag = 6;com.google.protobuf.ByteStringgetToolTagBytes()string tool_tag = 6;booleanhasInvocationPolicy().blaze.invocation_policy.InvocationPolicy invocation_policy = 5;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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.
-
getInvocationPolicy
com.google.devtools.build.lib.runtime.proto.InvocationPolicyOuterClass.InvocationPolicy getInvocationPolicy()
.blaze.invocation_policy.InvocationPolicy invocation_policy = 5;- Returns:
- The invocationPolicy.
-
getInvocationPolicyOrBuilder
com.google.devtools.build.lib.runtime.proto.InvocationPolicyOuterClass.InvocationPolicyOrBuilder getInvocationPolicyOrBuilder()
.blaze.invocation_policy.InvocationPolicy invocation_policy = 5;
-
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.
-
-