Class BuildEventStreamProtos.Configuration
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.devtools.build.lib.buildeventstream.BuildEventStreamProtos.Configuration
-
- All Implemented Interfaces:
BuildEventStreamProtos.ConfigurationOrBuilder,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.Configuration extends com.google.protobuf.GeneratedMessageV3 implements BuildEventStreamProtos.ConfigurationOrBuilder
Payload of an event reporting details of a given configuration.
Protobuf typebuild_event_stream.Configuration- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBuildEventStreamProtos.Configuration.BuilderPayload of an event reporting details of a given configuration.-
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 intCPU_FIELD_NUMBERstatic intMAKE_VARIABLE_FIELD_NUMBERstatic intMNEMONIC_FIELD_NUMBERstatic intPLATFORM_NAME_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleancontainsMakeVariable(java.lang.String key)map<string, string> make_variable = 4;booleanequals(java.lang.Object obj)java.lang.StringgetCpu()string cpu = 3;com.google.protobuf.ByteStringgetCpuBytes()string cpu = 3;static BuildEventStreamProtos.ConfigurationgetDefaultInstance()BuildEventStreamProtos.ConfigurationgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()java.util.Map<java.lang.String,java.lang.String>getMakeVariable()Deprecated.intgetMakeVariableCount()map<string, string> make_variable = 4;java.util.Map<java.lang.String,java.lang.String>getMakeVariableMap()map<string, string> make_variable = 4;java.lang.StringgetMakeVariableOrDefault(java.lang.String key, java.lang.String defaultValue)map<string, string> make_variable = 4;java.lang.StringgetMakeVariableOrThrow(java.lang.String key)map<string, string> make_variable = 4;java.lang.StringgetMnemonic()string mnemonic = 1;com.google.protobuf.ByteStringgetMnemonicBytes()string mnemonic = 1;com.google.protobuf.Parser<BuildEventStreamProtos.Configuration>getParserForType()java.lang.StringgetPlatformName()string platform_name = 2;com.google.protobuf.ByteStringgetPlatformNameBytes()string platform_name = 2;intgetSerializedSize()com.google.protobuf.UnknownFieldSetgetUnknownFields()inthashCode()protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()protected com.google.protobuf.MapFieldinternalGetMapField(int number)booleanisInitialized()static BuildEventStreamProtos.Configuration.BuildernewBuilder()static BuildEventStreamProtos.Configuration.BuildernewBuilder(BuildEventStreamProtos.Configuration prototype)BuildEventStreamProtos.Configuration.BuildernewBuilderForType()protected BuildEventStreamProtos.Configuration.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)protected java.lang.ObjectnewInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)static BuildEventStreamProtos.ConfigurationparseDelimitedFrom(java.io.InputStream input)static BuildEventStreamProtos.ConfigurationparseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BuildEventStreamProtos.ConfigurationparseFrom(byte[] data)static BuildEventStreamProtos.ConfigurationparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BuildEventStreamProtos.ConfigurationparseFrom(com.google.protobuf.ByteString data)static BuildEventStreamProtos.ConfigurationparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BuildEventStreamProtos.ConfigurationparseFrom(com.google.protobuf.CodedInputStream input)static BuildEventStreamProtos.ConfigurationparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BuildEventStreamProtos.ConfigurationparseFrom(java.io.InputStream input)static BuildEventStreamProtos.ConfigurationparseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BuildEventStreamProtos.ConfigurationparseFrom(java.nio.ByteBuffer data)static BuildEventStreamProtos.ConfigurationparseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<BuildEventStreamProtos.Configuration>parser()BuildEventStreamProtos.Configuration.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, 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
-
MNEMONIC_FIELD_NUMBER
public static final int MNEMONIC_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PLATFORM_NAME_FIELD_NUMBER
public static final int PLATFORM_NAME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CPU_FIELD_NUMBER
public static final int CPU_FIELD_NUMBER
- See Also:
- Constant Field Values
-
MAKE_VARIABLE_FIELD_NUMBER
public static final int MAKE_VARIABLE_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()
-
internalGetMapField
protected com.google.protobuf.MapField internalGetMapField(int number)
- Overrides:
internalGetMapFieldin classcom.google.protobuf.GeneratedMessageV3
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
getMnemonic
public java.lang.String getMnemonic()
string mnemonic = 1;- Specified by:
getMnemonicin interfaceBuildEventStreamProtos.ConfigurationOrBuilder- Returns:
- The mnemonic.
-
getMnemonicBytes
public com.google.protobuf.ByteString getMnemonicBytes()
string mnemonic = 1;- Specified by:
getMnemonicBytesin interfaceBuildEventStreamProtos.ConfigurationOrBuilder- Returns:
- The bytes for mnemonic.
-
getPlatformName
public java.lang.String getPlatformName()
string platform_name = 2;- Specified by:
getPlatformNamein interfaceBuildEventStreamProtos.ConfigurationOrBuilder- Returns:
- The platformName.
-
getPlatformNameBytes
public com.google.protobuf.ByteString getPlatformNameBytes()
string platform_name = 2;- Specified by:
getPlatformNameBytesin interfaceBuildEventStreamProtos.ConfigurationOrBuilder- Returns:
- The bytes for platformName.
-
getCpu
public java.lang.String getCpu()
string cpu = 3;- Specified by:
getCpuin interfaceBuildEventStreamProtos.ConfigurationOrBuilder- Returns:
- The cpu.
-
getCpuBytes
public com.google.protobuf.ByteString getCpuBytes()
string cpu = 3;- Specified by:
getCpuBytesin interfaceBuildEventStreamProtos.ConfigurationOrBuilder- Returns:
- The bytes for cpu.
-
getMakeVariableCount
public int getMakeVariableCount()
Description copied from interface:BuildEventStreamProtos.ConfigurationOrBuildermap<string, string> make_variable = 4;- Specified by:
getMakeVariableCountin interfaceBuildEventStreamProtos.ConfigurationOrBuilder
-
containsMakeVariable
public boolean containsMakeVariable(java.lang.String key)
map<string, string> make_variable = 4;- Specified by:
containsMakeVariablein interfaceBuildEventStreamProtos.ConfigurationOrBuilder
-
getMakeVariable
@Deprecated public java.util.Map<java.lang.String,java.lang.String> getMakeVariable()
Deprecated.UsegetMakeVariableMap()instead.- Specified by:
getMakeVariablein interfaceBuildEventStreamProtos.ConfigurationOrBuilder
-
getMakeVariableMap
public java.util.Map<java.lang.String,java.lang.String> getMakeVariableMap()
map<string, string> make_variable = 4;- Specified by:
getMakeVariableMapin interfaceBuildEventStreamProtos.ConfigurationOrBuilder
-
getMakeVariableOrDefault
public java.lang.String getMakeVariableOrDefault(java.lang.String key, java.lang.String defaultValue)map<string, string> make_variable = 4;- Specified by:
getMakeVariableOrDefaultin interfaceBuildEventStreamProtos.ConfigurationOrBuilder
-
getMakeVariableOrThrow
public java.lang.String getMakeVariableOrThrow(java.lang.String key)
map<string, string> make_variable = 4;- Specified by:
getMakeVariableOrThrowin interfaceBuildEventStreamProtos.ConfigurationOrBuilder
-
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.Configuration parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static BuildEventStreamProtos.Configuration parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static BuildEventStreamProtos.Configuration parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static BuildEventStreamProtos.Configuration 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.Configuration parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static BuildEventStreamProtos.Configuration parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static BuildEventStreamProtos.Configuration parseFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static BuildEventStreamProtos.Configuration parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static BuildEventStreamProtos.Configuration parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static BuildEventStreamProtos.Configuration parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static BuildEventStreamProtos.Configuration parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static BuildEventStreamProtos.Configuration parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
newBuilderForType
public BuildEventStreamProtos.Configuration.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static BuildEventStreamProtos.Configuration.Builder newBuilder()
-
newBuilder
public static BuildEventStreamProtos.Configuration.Builder newBuilder(BuildEventStreamProtos.Configuration prototype)
-
toBuilder
public BuildEventStreamProtos.Configuration.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected BuildEventStreamProtos.Configuration.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static BuildEventStreamProtos.Configuration getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<BuildEventStreamProtos.Configuration> parser()
-
getParserForType
public com.google.protobuf.Parser<BuildEventStreamProtos.Configuration> getParserForType()
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public BuildEventStreamProtos.Configuration getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-