Package org.jetbrains.bsp.bazel.info
Class BspTargetInfo.CppTargetInfo
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- org.jetbrains.bsp.bazel.info.BspTargetInfo.CppTargetInfo
-
- All Implemented Interfaces:
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,java.io.Serializable,BspTargetInfo.CppTargetInfoOrBuilder
- Enclosing class:
- BspTargetInfo
public static final class BspTargetInfo.CppTargetInfo extends com.google.protobuf.GeneratedMessageV3 implements BspTargetInfo.CppTargetInfoOrBuilder
Protobuf typebazelbsp.CppTargetInfo- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBspTargetInfo.CppTargetInfo.BuilderProtobuf typebazelbsp.CppTargetInfo-
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 intCOPTS_FIELD_NUMBERstatic intDEFINES_FIELD_NUMBERstatic intLINK_OPTS_FIELD_NUMBERstatic intLINK_SHARED_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)java.lang.StringgetCopts(int index)repeated string copts = 1;com.google.protobuf.ByteStringgetCoptsBytes(int index)repeated string copts = 1;intgetCoptsCount()repeated string copts = 1;com.google.protobuf.ProtocolStringListgetCoptsList()repeated string copts = 1;static BspTargetInfo.CppTargetInfogetDefaultInstance()BspTargetInfo.CppTargetInfogetDefaultInstanceForType()java.lang.StringgetDefines(int index)repeated string defines = 2;com.google.protobuf.ByteStringgetDefinesBytes(int index)repeated string defines = 2;intgetDefinesCount()repeated string defines = 2;com.google.protobuf.ProtocolStringListgetDefinesList()repeated string defines = 2;static com.google.protobuf.Descriptors.DescriptorgetDescriptor()java.lang.StringgetLinkOpts(int index)repeated string link_opts = 3;com.google.protobuf.ByteStringgetLinkOptsBytes(int index)repeated string link_opts = 3;intgetLinkOptsCount()repeated string link_opts = 3;com.google.protobuf.ProtocolStringListgetLinkOptsList()repeated string link_opts = 3;booleangetLinkShared()bool link_shared = 4;com.google.protobuf.Parser<BspTargetInfo.CppTargetInfo>getParserForType()intgetSerializedSize()com.google.protobuf.UnknownFieldSetgetUnknownFields()inthashCode()protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()static BspTargetInfo.CppTargetInfo.BuildernewBuilder()static BspTargetInfo.CppTargetInfo.BuildernewBuilder(BspTargetInfo.CppTargetInfo prototype)BspTargetInfo.CppTargetInfo.BuildernewBuilderForType()protected BspTargetInfo.CppTargetInfo.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)protected java.lang.ObjectnewInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)static BspTargetInfo.CppTargetInfoparseDelimitedFrom(java.io.InputStream input)static BspTargetInfo.CppTargetInfoparseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BspTargetInfo.CppTargetInfoparseFrom(byte[] data)static BspTargetInfo.CppTargetInfoparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BspTargetInfo.CppTargetInfoparseFrom(com.google.protobuf.ByteString data)static BspTargetInfo.CppTargetInfoparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BspTargetInfo.CppTargetInfoparseFrom(com.google.protobuf.CodedInputStream input)static BspTargetInfo.CppTargetInfoparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BspTargetInfo.CppTargetInfoparseFrom(java.io.InputStream input)static BspTargetInfo.CppTargetInfoparseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BspTargetInfo.CppTargetInfoparseFrom(java.nio.ByteBuffer data)static BspTargetInfo.CppTargetInfoparseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<BspTargetInfo.CppTargetInfo>parser()BspTargetInfo.CppTargetInfo.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
-
COPTS_FIELD_NUMBER
public static final int COPTS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DEFINES_FIELD_NUMBER
public static final int DEFINES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
LINK_OPTS_FIELD_NUMBER
public static final int LINK_OPTS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
LINK_SHARED_FIELD_NUMBER
public static final int LINK_SHARED_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
-
getCoptsList
public com.google.protobuf.ProtocolStringList getCoptsList()
repeated string copts = 1;- Specified by:
getCoptsListin interfaceBspTargetInfo.CppTargetInfoOrBuilder- Returns:
- A list containing the copts.
-
getCoptsCount
public int getCoptsCount()
repeated string copts = 1;- Specified by:
getCoptsCountin interfaceBspTargetInfo.CppTargetInfoOrBuilder- Returns:
- The count of copts.
-
getCopts
public java.lang.String getCopts(int index)
repeated string copts = 1;- Specified by:
getCoptsin interfaceBspTargetInfo.CppTargetInfoOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The copts at the given index.
-
getCoptsBytes
public com.google.protobuf.ByteString getCoptsBytes(int index)
repeated string copts = 1;- Specified by:
getCoptsBytesin interfaceBspTargetInfo.CppTargetInfoOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the copts at the given index.
-
getDefinesList
public com.google.protobuf.ProtocolStringList getDefinesList()
repeated string defines = 2;- Specified by:
getDefinesListin interfaceBspTargetInfo.CppTargetInfoOrBuilder- Returns:
- A list containing the defines.
-
getDefinesCount
public int getDefinesCount()
repeated string defines = 2;- Specified by:
getDefinesCountin interfaceBspTargetInfo.CppTargetInfoOrBuilder- Returns:
- The count of defines.
-
getDefines
public java.lang.String getDefines(int index)
repeated string defines = 2;- Specified by:
getDefinesin interfaceBspTargetInfo.CppTargetInfoOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The defines at the given index.
-
getDefinesBytes
public com.google.protobuf.ByteString getDefinesBytes(int index)
repeated string defines = 2;- Specified by:
getDefinesBytesin interfaceBspTargetInfo.CppTargetInfoOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the defines at the given index.
-
getLinkOptsList
public com.google.protobuf.ProtocolStringList getLinkOptsList()
repeated string link_opts = 3;- Specified by:
getLinkOptsListin interfaceBspTargetInfo.CppTargetInfoOrBuilder- Returns:
- A list containing the linkOpts.
-
getLinkOptsCount
public int getLinkOptsCount()
repeated string link_opts = 3;- Specified by:
getLinkOptsCountin interfaceBspTargetInfo.CppTargetInfoOrBuilder- Returns:
- The count of linkOpts.
-
getLinkOpts
public java.lang.String getLinkOpts(int index)
repeated string link_opts = 3;- Specified by:
getLinkOptsin interfaceBspTargetInfo.CppTargetInfoOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The linkOpts at the given index.
-
getLinkOptsBytes
public com.google.protobuf.ByteString getLinkOptsBytes(int index)
repeated string link_opts = 3;- Specified by:
getLinkOptsBytesin interfaceBspTargetInfo.CppTargetInfoOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the linkOpts at the given index.
-
getLinkShared
public boolean getLinkShared()
bool link_shared = 4;- Specified by:
getLinkSharedin interfaceBspTargetInfo.CppTargetInfoOrBuilder- Returns:
- The linkShared.
-
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 BspTargetInfo.CppTargetInfo parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static BspTargetInfo.CppTargetInfo parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static BspTargetInfo.CppTargetInfo parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static BspTargetInfo.CppTargetInfo parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static BspTargetInfo.CppTargetInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static BspTargetInfo.CppTargetInfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static BspTargetInfo.CppTargetInfo parseFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static BspTargetInfo.CppTargetInfo parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static BspTargetInfo.CppTargetInfo parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static BspTargetInfo.CppTargetInfo parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static BspTargetInfo.CppTargetInfo parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static BspTargetInfo.CppTargetInfo parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
newBuilderForType
public BspTargetInfo.CppTargetInfo.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static BspTargetInfo.CppTargetInfo.Builder newBuilder()
-
newBuilder
public static BspTargetInfo.CppTargetInfo.Builder newBuilder(BspTargetInfo.CppTargetInfo prototype)
-
toBuilder
public BspTargetInfo.CppTargetInfo.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected BspTargetInfo.CppTargetInfo.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static BspTargetInfo.CppTargetInfo getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<BspTargetInfo.CppTargetInfo> parser()
-
getParserForType
public com.google.protobuf.Parser<BspTargetInfo.CppTargetInfo> getParserForType()
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public BspTargetInfo.CppTargetInfo getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-