Package org.jetbrains.bsp.bazel.info
Class BspTargetInfo.JvmOutputs
java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
org.jetbrains.bsp.bazel.info.BspTargetInfo.JvmOutputs
- All Implemented Interfaces:
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Serializable,BspTargetInfo.JvmOutputsOrBuilder
- Enclosing class:
- BspTargetInfo
public static final class BspTargetInfo.JvmOutputs
extends com.google.protobuf.GeneratedMessage
implements BspTargetInfo.JvmOutputsOrBuilder
Protobuf type
bazelbsp.JvmOutputs- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classProtobuf typebazelbsp.JvmOutputsNested classes/interfaces inherited from class com.google.protobuf.GeneratedMessage
com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageT, BuilderT>>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingT extends com.google.protobuf.Message, T extends Object>, com.google.protobuf.GeneratedMessage.UnusedPrivateParameter Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessage
com.google.protobuf.AbstractMessage.BuilderParentNested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessageLite.InternalOneOfEnum -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intFields inherited from class com.google.protobuf.GeneratedMessage
alwaysUseFieldBuilders, unknownFieldsFields inherited from class com.google.protobuf.AbstractMessage
memoizedSizeFields inherited from class com.google.protobuf.AbstractMessageLite
memoizedHashCode -
Method Summary
Modifier and TypeMethodDescriptionbooleangetBinaryJars(int index) repeated .bazelbsp.FileLocation binary_jars = 1;intrepeated .bazelbsp.FileLocation binary_jars = 1;repeated .bazelbsp.FileLocation binary_jars = 1;getBinaryJarsOrBuilder(int index) repeated .bazelbsp.FileLocation binary_jars = 1;List<? extends BspTargetInfo.FileLocationOrBuilder>repeated .bazelbsp.FileLocation binary_jars = 1;static BspTargetInfo.JvmOutputsstatic final com.google.protobuf.Descriptors.DescriptorgetInterfaceJars(int index) repeated .bazelbsp.FileLocation interface_jars = 2;intrepeated .bazelbsp.FileLocation interface_jars = 2;repeated .bazelbsp.FileLocation interface_jars = 2;getInterfaceJarsOrBuilder(int index) repeated .bazelbsp.FileLocation interface_jars = 2;List<? extends BspTargetInfo.FileLocationOrBuilder>repeated .bazelbsp.FileLocation interface_jars = 2;com.google.protobuf.Parser<BspTargetInfo.JvmOutputs>intgetSourceJars(int index) repeated .bazelbsp.FileLocation source_jars = 3;intrepeated .bazelbsp.FileLocation source_jars = 3;repeated .bazelbsp.FileLocation source_jars = 3;getSourceJarsOrBuilder(int index) repeated .bazelbsp.FileLocation source_jars = 3;List<? extends BspTargetInfo.FileLocationOrBuilder>repeated .bazelbsp.FileLocation source_jars = 3;inthashCode()protected com.google.protobuf.GeneratedMessage.FieldAccessorTablefinal booleannewBuilder(BspTargetInfo.JvmOutputs prototype) protected BspTargetInfo.JvmOutputs.BuildernewBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) static BspTargetInfo.JvmOutputsparseDelimitedFrom(InputStream input) static BspTargetInfo.JvmOutputsparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BspTargetInfo.JvmOutputsparseFrom(byte[] data) static BspTargetInfo.JvmOutputsparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BspTargetInfo.JvmOutputsparseFrom(com.google.protobuf.ByteString data) static BspTargetInfo.JvmOutputsparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BspTargetInfo.JvmOutputsparseFrom(com.google.protobuf.CodedInputStream input) static BspTargetInfo.JvmOutputsparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BspTargetInfo.JvmOutputsparseFrom(InputStream input) static BspTargetInfo.JvmOutputsparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BspTargetInfo.JvmOutputsparseFrom(ByteBuffer data) static BspTargetInfo.JvmOutputsparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static com.google.protobuf.Parser<BspTargetInfo.JvmOutputs>parser()voidwriteTo(com.google.protobuf.CodedOutputStream output) Methods inherited from class com.google.protobuf.GeneratedMessage
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, newFileScopedGeneratedExtension, newInstance, newMessageScopedGeneratedExtension, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagMethods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashFields, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite
addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.MessageLite
toByteArray, toByteString, writeDelimitedTo, writeToMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Field Details
-
BINARY_JARS_FIELD_NUMBER
public static final int BINARY_JARS_FIELD_NUMBER- See Also:
-
INTERFACE_JARS_FIELD_NUMBER
public static final int INTERFACE_JARS_FIELD_NUMBER- See Also:
-
SOURCE_JARS_FIELD_NUMBER
public static final int SOURCE_JARS_FIELD_NUMBER- See Also:
-
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessage
-
getBinaryJarsList
repeated .bazelbsp.FileLocation binary_jars = 1;- Specified by:
getBinaryJarsListin interfaceBspTargetInfo.JvmOutputsOrBuilder
-
getBinaryJarsOrBuilderList
repeated .bazelbsp.FileLocation binary_jars = 1;- Specified by:
getBinaryJarsOrBuilderListin interfaceBspTargetInfo.JvmOutputsOrBuilder
-
getBinaryJarsCount
public int getBinaryJarsCount()repeated .bazelbsp.FileLocation binary_jars = 1;- Specified by:
getBinaryJarsCountin interfaceBspTargetInfo.JvmOutputsOrBuilder
-
getBinaryJars
repeated .bazelbsp.FileLocation binary_jars = 1;- Specified by:
getBinaryJarsin interfaceBspTargetInfo.JvmOutputsOrBuilder
-
getBinaryJarsOrBuilder
repeated .bazelbsp.FileLocation binary_jars = 1;- Specified by:
getBinaryJarsOrBuilderin interfaceBspTargetInfo.JvmOutputsOrBuilder
-
getInterfaceJarsList
repeated .bazelbsp.FileLocation interface_jars = 2;- Specified by:
getInterfaceJarsListin interfaceBspTargetInfo.JvmOutputsOrBuilder
-
getInterfaceJarsOrBuilderList
repeated .bazelbsp.FileLocation interface_jars = 2;- Specified by:
getInterfaceJarsOrBuilderListin interfaceBspTargetInfo.JvmOutputsOrBuilder
-
getInterfaceJarsCount
public int getInterfaceJarsCount()repeated .bazelbsp.FileLocation interface_jars = 2;- Specified by:
getInterfaceJarsCountin interfaceBspTargetInfo.JvmOutputsOrBuilder
-
getInterfaceJars
repeated .bazelbsp.FileLocation interface_jars = 2;- Specified by:
getInterfaceJarsin interfaceBspTargetInfo.JvmOutputsOrBuilder
-
getInterfaceJarsOrBuilder
repeated .bazelbsp.FileLocation interface_jars = 2;- Specified by:
getInterfaceJarsOrBuilderin interfaceBspTargetInfo.JvmOutputsOrBuilder
-
getSourceJarsList
repeated .bazelbsp.FileLocation source_jars = 3;- Specified by:
getSourceJarsListin interfaceBspTargetInfo.JvmOutputsOrBuilder
-
getSourceJarsOrBuilderList
repeated .bazelbsp.FileLocation source_jars = 3;- Specified by:
getSourceJarsOrBuilderListin interfaceBspTargetInfo.JvmOutputsOrBuilder
-
getSourceJarsCount
public int getSourceJarsCount()repeated .bazelbsp.FileLocation source_jars = 3;- Specified by:
getSourceJarsCountin interfaceBspTargetInfo.JvmOutputsOrBuilder
-
getSourceJars
repeated .bazelbsp.FileLocation source_jars = 3;- Specified by:
getSourceJarsin interfaceBspTargetInfo.JvmOutputsOrBuilder
-
getSourceJarsOrBuilder
repeated .bazelbsp.FileLocation source_jars = 3;- Specified by:
getSourceJarsOrBuilderin interfaceBspTargetInfo.JvmOutputsOrBuilder
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessage
-
writeTo
- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessage- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessage
-
equals
- 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.JvmOutputs parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static BspTargetInfo.JvmOutputs parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static BspTargetInfo.JvmOutputs parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static BspTargetInfo.JvmOutputs 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.JvmOutputs parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static BspTargetInfo.JvmOutputs parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
- Throws:
IOException
-
parseFrom
public static BspTargetInfo.JvmOutputs parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseDelimitedFrom
- Throws:
IOException
-
parseDelimitedFrom
public static BspTargetInfo.JvmOutputs parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseFrom
public static BspTargetInfo.JvmOutputs parseFrom(com.google.protobuf.CodedInputStream input) throws IOException - Throws:
IOException
-
parseFrom
public static BspTargetInfo.JvmOutputs parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
newBuilderForType
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
-
newBuilder
-
toBuilder
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected BspTargetInfo.JvmOutputs.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) - Overrides:
newBuilderForTypein classcom.google.protobuf.AbstractMessage
-
getDefaultInstance
-
parser
-
getParserForType
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessage
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-