Class BuildEventStreamProtos.OptionsParsed
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.devtools.build.lib.buildeventstream.BuildEventStreamProtos.OptionsParsed
-
- All Implemented Interfaces:
BuildEventStreamProtos.OptionsParsedOrBuilder,com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,java.io.Serializable
- Enclosing class:
- BuildEventStreamProtos
public static final class BuildEventStreamProtos.OptionsParsed extends com.google.protobuf.GeneratedMessageV3 implements BuildEventStreamProtos.OptionsParsedOrBuilder
Payload of an event reporting on the parsed options, grouped in various ways.
Protobuf typebuild_event_stream.OptionsParsed- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBuildEventStreamProtos.OptionsParsed.BuilderPayload of an event reporting on the parsed options, grouped in various ways.-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static intCMD_LINE_FIELD_NUMBERstatic intEXPLICIT_CMD_LINE_FIELD_NUMBERstatic intEXPLICIT_STARTUP_OPTIONS_FIELD_NUMBERstatic intINVOCATION_POLICY_FIELD_NUMBERstatic intSTARTUP_OPTIONS_FIELD_NUMBERstatic intTOOL_TAG_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)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;com.google.protobuf.ProtocolStringListgetCmdLineList()repeated string cmd_line = 3;static BuildEventStreamProtos.OptionsParsedgetDefaultInstance()BuildEventStreamProtos.OptionsParsedgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()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;com.google.protobuf.ProtocolStringListgetExplicitCmdLineList()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;com.google.protobuf.ProtocolStringListgetExplicitStartupOptionsList()repeated string explicit_startup_options = 2;InvocationPolicyOuterClass.InvocationPolicygetInvocationPolicy().blaze.invocation_policy.InvocationPolicy invocation_policy = 5;InvocationPolicyOuterClass.InvocationPolicyOrBuildergetInvocationPolicyOrBuilder().blaze.invocation_policy.InvocationPolicy invocation_policy = 5;com.google.protobuf.Parser<BuildEventStreamProtos.OptionsParsed>getParserForType()intgetSerializedSize()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;com.google.protobuf.ProtocolStringListgetStartupOptionsList()repeated string startup_options = 1;java.lang.StringgetToolTag()string tool_tag = 6;com.google.protobuf.ByteStringgetToolTagBytes()string tool_tag = 6;com.google.protobuf.UnknownFieldSetgetUnknownFields()inthashCode()booleanhasInvocationPolicy().blaze.invocation_policy.InvocationPolicy invocation_policy = 5;protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()static BuildEventStreamProtos.OptionsParsed.BuildernewBuilder()static BuildEventStreamProtos.OptionsParsed.BuildernewBuilder(BuildEventStreamProtos.OptionsParsed prototype)BuildEventStreamProtos.OptionsParsed.BuildernewBuilderForType()protected BuildEventStreamProtos.OptionsParsed.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)protected java.lang.ObjectnewInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)static BuildEventStreamProtos.OptionsParsedparseDelimitedFrom(java.io.InputStream input)static BuildEventStreamProtos.OptionsParsedparseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BuildEventStreamProtos.OptionsParsedparseFrom(byte[] data)static BuildEventStreamProtos.OptionsParsedparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BuildEventStreamProtos.OptionsParsedparseFrom(com.google.protobuf.ByteString data)static BuildEventStreamProtos.OptionsParsedparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BuildEventStreamProtos.OptionsParsedparseFrom(com.google.protobuf.CodedInputStream input)static BuildEventStreamProtos.OptionsParsedparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BuildEventStreamProtos.OptionsParsedparseFrom(java.io.InputStream input)static BuildEventStreamProtos.OptionsParsedparseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BuildEventStreamProtos.OptionsParsedparseFrom(java.nio.ByteBuffer data)static BuildEventStreamProtos.OptionsParsedparseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<BuildEventStreamProtos.OptionsParsed>parser()BuildEventStreamProtos.OptionsParsed.BuildertoBuilder()voidwriteTo(com.google.protobuf.CodedOutputStream output)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
STARTUP_OPTIONS_FIELD_NUMBER
public static final int STARTUP_OPTIONS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
EXPLICIT_STARTUP_OPTIONS_FIELD_NUMBER
public static final int EXPLICIT_STARTUP_OPTIONS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CMD_LINE_FIELD_NUMBER
public static final int CMD_LINE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
EXPLICIT_CMD_LINE_FIELD_NUMBER
public static final int EXPLICIT_CMD_LINE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
INVOCATION_POLICY_FIELD_NUMBER
public static final int INVOCATION_POLICY_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TOOL_TAG_FIELD_NUMBER
public static final int TOOL_TAG_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected java.lang.Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstancein classcom.google.protobuf.GeneratedMessageV3
-
getUnknownFields
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
- Specified by:
getUnknownFieldsin interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
getStartupOptionsList
public com.google.protobuf.ProtocolStringList getStartupOptionsList()
repeated string startup_options = 1;- Specified by:
getStartupOptionsListin interfaceBuildEventStreamProtos.OptionsParsedOrBuilder- Returns:
- A list containing the startupOptions.
-
getStartupOptionsCount
public int getStartupOptionsCount()
repeated string startup_options = 1;- Specified by:
getStartupOptionsCountin interfaceBuildEventStreamProtos.OptionsParsedOrBuilder- Returns:
- The count of startupOptions.
-
getStartupOptions
public java.lang.String getStartupOptions(int index)
repeated string startup_options = 1;- Specified by:
getStartupOptionsin interfaceBuildEventStreamProtos.OptionsParsedOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The startupOptions at the given index.
-
getStartupOptionsBytes
public com.google.protobuf.ByteString getStartupOptionsBytes(int index)
repeated string startup_options = 1;- Specified by:
getStartupOptionsBytesin interfaceBuildEventStreamProtos.OptionsParsedOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the startupOptions at the given index.
-
getExplicitStartupOptionsList
public com.google.protobuf.ProtocolStringList getExplicitStartupOptionsList()
repeated string explicit_startup_options = 2;- Specified by:
getExplicitStartupOptionsListin interfaceBuildEventStreamProtos.OptionsParsedOrBuilder- Returns:
- A list containing the explicitStartupOptions.
-
getExplicitStartupOptionsCount
public int getExplicitStartupOptionsCount()
repeated string explicit_startup_options = 2;- Specified by:
getExplicitStartupOptionsCountin interfaceBuildEventStreamProtos.OptionsParsedOrBuilder- Returns:
- The count of explicitStartupOptions.
-
getExplicitStartupOptions
public java.lang.String getExplicitStartupOptions(int index)
repeated string explicit_startup_options = 2;- Specified by:
getExplicitStartupOptionsin interfaceBuildEventStreamProtos.OptionsParsedOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The explicitStartupOptions at the given index.
-
getExplicitStartupOptionsBytes
public com.google.protobuf.ByteString getExplicitStartupOptionsBytes(int index)
repeated string explicit_startup_options = 2;- Specified by:
getExplicitStartupOptionsBytesin interfaceBuildEventStreamProtos.OptionsParsedOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the explicitStartupOptions at the given index.
-
getCmdLineList
public com.google.protobuf.ProtocolStringList getCmdLineList()
repeated string cmd_line = 3;- Specified by:
getCmdLineListin interfaceBuildEventStreamProtos.OptionsParsedOrBuilder- Returns:
- A list containing the cmdLine.
-
getCmdLineCount
public int getCmdLineCount()
repeated string cmd_line = 3;- Specified by:
getCmdLineCountin interfaceBuildEventStreamProtos.OptionsParsedOrBuilder- Returns:
- The count of cmdLine.
-
getCmdLine
public java.lang.String getCmdLine(int index)
repeated string cmd_line = 3;- Specified by:
getCmdLinein interfaceBuildEventStreamProtos.OptionsParsedOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The cmdLine at the given index.
-
getCmdLineBytes
public com.google.protobuf.ByteString getCmdLineBytes(int index)
repeated string cmd_line = 3;- Specified by:
getCmdLineBytesin interfaceBuildEventStreamProtos.OptionsParsedOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the cmdLine at the given index.
-
getExplicitCmdLineList
public com.google.protobuf.ProtocolStringList getExplicitCmdLineList()
repeated string explicit_cmd_line = 4;- Specified by:
getExplicitCmdLineListin interfaceBuildEventStreamProtos.OptionsParsedOrBuilder- Returns:
- A list containing the explicitCmdLine.
-
getExplicitCmdLineCount
public int getExplicitCmdLineCount()
repeated string explicit_cmd_line = 4;- Specified by:
getExplicitCmdLineCountin interfaceBuildEventStreamProtos.OptionsParsedOrBuilder- Returns:
- The count of explicitCmdLine.
-
getExplicitCmdLine
public java.lang.String getExplicitCmdLine(int index)
repeated string explicit_cmd_line = 4;- Specified by:
getExplicitCmdLinein interfaceBuildEventStreamProtos.OptionsParsedOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The explicitCmdLine at the given index.
-
getExplicitCmdLineBytes
public com.google.protobuf.ByteString getExplicitCmdLineBytes(int index)
repeated string explicit_cmd_line = 4;- Specified by:
getExplicitCmdLineBytesin interfaceBuildEventStreamProtos.OptionsParsedOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the explicitCmdLine at the given index.
-
hasInvocationPolicy
public boolean hasInvocationPolicy()
.blaze.invocation_policy.InvocationPolicy invocation_policy = 5;- Specified by:
hasInvocationPolicyin interfaceBuildEventStreamProtos.OptionsParsedOrBuilder- Returns:
- Whether the invocationPolicy field is set.
-
getInvocationPolicy
public InvocationPolicyOuterClass.InvocationPolicy getInvocationPolicy()
.blaze.invocation_policy.InvocationPolicy invocation_policy = 5;- Specified by:
getInvocationPolicyin interfaceBuildEventStreamProtos.OptionsParsedOrBuilder- Returns:
- The invocationPolicy.
-
getInvocationPolicyOrBuilder
public InvocationPolicyOuterClass.InvocationPolicyOrBuilder getInvocationPolicyOrBuilder()
.blaze.invocation_policy.InvocationPolicy invocation_policy = 5;- Specified by:
getInvocationPolicyOrBuilderin interfaceBuildEventStreamProtos.OptionsParsedOrBuilder
-
getToolTag
public java.lang.String getToolTag()
string tool_tag = 6;- Specified by:
getToolTagin interfaceBuildEventStreamProtos.OptionsParsedOrBuilder- Returns:
- The toolTag.
-
getToolTagBytes
public com.google.protobuf.ByteString getToolTagBytes()
string tool_tag = 6;- Specified by:
getToolTagBytesin interfaceBuildEventStreamProtos.OptionsParsedOrBuilder- Returns:
- The bytes for toolTag.
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
java.io.IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(java.lang.Object obj)
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static BuildEventStreamProtos.OptionsParsed parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static BuildEventStreamProtos.OptionsParsed parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static BuildEventStreamProtos.OptionsParsed parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static BuildEventStreamProtos.OptionsParsed parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static BuildEventStreamProtos.OptionsParsed parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static BuildEventStreamProtos.OptionsParsed parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static BuildEventStreamProtos.OptionsParsed parseFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static BuildEventStreamProtos.OptionsParsed parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static BuildEventStreamProtos.OptionsParsed parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static BuildEventStreamProtos.OptionsParsed parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static BuildEventStreamProtos.OptionsParsed parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static BuildEventStreamProtos.OptionsParsed parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
newBuilderForType
public BuildEventStreamProtos.OptionsParsed.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static BuildEventStreamProtos.OptionsParsed.Builder newBuilder()
-
newBuilder
public static BuildEventStreamProtos.OptionsParsed.Builder newBuilder(BuildEventStreamProtos.OptionsParsed prototype)
-
toBuilder
public BuildEventStreamProtos.OptionsParsed.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected BuildEventStreamProtos.OptionsParsed.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static BuildEventStreamProtos.OptionsParsed getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<BuildEventStreamProtos.OptionsParsed> parser()
-
getParserForType
public com.google.protobuf.Parser<BuildEventStreamProtos.OptionsParsed> getParserForType()
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public BuildEventStreamProtos.OptionsParsed getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-