Package org.jetbrains.bsp.bazel.info
Class BspTargetInfo.ScalaToolchainInfo.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
-
- com.google.protobuf.GeneratedMessageV3.Builder<BspTargetInfo.ScalaToolchainInfo.Builder>
-
- org.jetbrains.bsp.bazel.info.BspTargetInfo.ScalaToolchainInfo.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,java.lang.Cloneable,BspTargetInfo.ScalaToolchainInfoOrBuilder
- Enclosing class:
- BspTargetInfo.ScalaToolchainInfo
public static final class BspTargetInfo.ScalaToolchainInfo.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<BspTargetInfo.ScalaToolchainInfo.Builder> implements BspTargetInfo.ScalaToolchainInfoOrBuilder
Protobuf typebazelbsp.ScalaToolchainInfo
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description BspTargetInfo.ScalaToolchainInfo.BuilderaddAllCompilerClasspath(java.lang.Iterable<? extends BspTargetInfo.FileLocation> values)repeated .bazelbsp.FileLocation compiler_classpath = 1;BspTargetInfo.ScalaToolchainInfo.BuilderaddCompilerClasspath(int index, BspTargetInfo.FileLocation value)repeated .bazelbsp.FileLocation compiler_classpath = 1;BspTargetInfo.ScalaToolchainInfo.BuilderaddCompilerClasspath(int index, BspTargetInfo.FileLocation.Builder builderForValue)repeated .bazelbsp.FileLocation compiler_classpath = 1;BspTargetInfo.ScalaToolchainInfo.BuilderaddCompilerClasspath(BspTargetInfo.FileLocation value)repeated .bazelbsp.FileLocation compiler_classpath = 1;BspTargetInfo.ScalaToolchainInfo.BuilderaddCompilerClasspath(BspTargetInfo.FileLocation.Builder builderForValue)repeated .bazelbsp.FileLocation compiler_classpath = 1;BspTargetInfo.FileLocation.BuilderaddCompilerClasspathBuilder()repeated .bazelbsp.FileLocation compiler_classpath = 1;BspTargetInfo.FileLocation.BuilderaddCompilerClasspathBuilder(int index)repeated .bazelbsp.FileLocation compiler_classpath = 1;BspTargetInfo.ScalaToolchainInfo.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)BspTargetInfo.ScalaToolchainInfobuild()BspTargetInfo.ScalaToolchainInfobuildPartial()BspTargetInfo.ScalaToolchainInfo.Builderclear()BspTargetInfo.ScalaToolchainInfo.BuilderclearCompilerClasspath()repeated .bazelbsp.FileLocation compiler_classpath = 1;BspTargetInfo.ScalaToolchainInfo.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)BspTargetInfo.ScalaToolchainInfo.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)BspTargetInfo.ScalaToolchainInfo.Builderclone()BspTargetInfo.FileLocationgetCompilerClasspath(int index)repeated .bazelbsp.FileLocation compiler_classpath = 1;BspTargetInfo.FileLocation.BuildergetCompilerClasspathBuilder(int index)repeated .bazelbsp.FileLocation compiler_classpath = 1;java.util.List<BspTargetInfo.FileLocation.Builder>getCompilerClasspathBuilderList()repeated .bazelbsp.FileLocation compiler_classpath = 1;intgetCompilerClasspathCount()repeated .bazelbsp.FileLocation compiler_classpath = 1;java.util.List<BspTargetInfo.FileLocation>getCompilerClasspathList()repeated .bazelbsp.FileLocation compiler_classpath = 1;BspTargetInfo.FileLocationOrBuildergetCompilerClasspathOrBuilder(int index)repeated .bazelbsp.FileLocation compiler_classpath = 1;java.util.List<? extends BspTargetInfo.FileLocationOrBuilder>getCompilerClasspathOrBuilderList()repeated .bazelbsp.FileLocation compiler_classpath = 1;BspTargetInfo.ScalaToolchainInfogetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()BspTargetInfo.ScalaToolchainInfo.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)BspTargetInfo.ScalaToolchainInfo.BuildermergeFrom(com.google.protobuf.Message other)BspTargetInfo.ScalaToolchainInfo.BuildermergeFrom(BspTargetInfo.ScalaToolchainInfo other)BspTargetInfo.ScalaToolchainInfo.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)BspTargetInfo.ScalaToolchainInfo.BuilderremoveCompilerClasspath(int index)repeated .bazelbsp.FileLocation compiler_classpath = 1;BspTargetInfo.ScalaToolchainInfo.BuildersetCompilerClasspath(int index, BspTargetInfo.FileLocation value)repeated .bazelbsp.FileLocation compiler_classpath = 1;BspTargetInfo.ScalaToolchainInfo.BuildersetCompilerClasspath(int index, BspTargetInfo.FileLocation.Builder builderForValue)repeated .bazelbsp.FileLocation compiler_classpath = 1;BspTargetInfo.ScalaToolchainInfo.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)BspTargetInfo.ScalaToolchainInfo.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)BspTargetInfo.ScalaToolchainInfo.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
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.Builder<BspTargetInfo.ScalaToolchainInfo.Builder>
-
clear
public BspTargetInfo.ScalaToolchainInfo.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<BspTargetInfo.ScalaToolchainInfo.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<BspTargetInfo.ScalaToolchainInfo.Builder>
-
getDefaultInstanceForType
public BspTargetInfo.ScalaToolchainInfo getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public BspTargetInfo.ScalaToolchainInfo build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public BspTargetInfo.ScalaToolchainInfo buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public BspTargetInfo.ScalaToolchainInfo.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<BspTargetInfo.ScalaToolchainInfo.Builder>
-
setField
public BspTargetInfo.ScalaToolchainInfo.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<BspTargetInfo.ScalaToolchainInfo.Builder>
-
clearField
public BspTargetInfo.ScalaToolchainInfo.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<BspTargetInfo.ScalaToolchainInfo.Builder>
-
clearOneof
public BspTargetInfo.ScalaToolchainInfo.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<BspTargetInfo.ScalaToolchainInfo.Builder>
-
setRepeatedField
public BspTargetInfo.ScalaToolchainInfo.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<BspTargetInfo.ScalaToolchainInfo.Builder>
-
addRepeatedField
public BspTargetInfo.ScalaToolchainInfo.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<BspTargetInfo.ScalaToolchainInfo.Builder>
-
mergeFrom
public BspTargetInfo.ScalaToolchainInfo.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<BspTargetInfo.ScalaToolchainInfo.Builder>
-
mergeFrom
public BspTargetInfo.ScalaToolchainInfo.Builder mergeFrom(BspTargetInfo.ScalaToolchainInfo other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<BspTargetInfo.ScalaToolchainInfo.Builder>
-
mergeFrom
public BspTargetInfo.ScalaToolchainInfo.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<BspTargetInfo.ScalaToolchainInfo.Builder>- Throws:
java.io.IOException
-
getCompilerClasspathList
public java.util.List<BspTargetInfo.FileLocation> getCompilerClasspathList()
repeated .bazelbsp.FileLocation compiler_classpath = 1;- Specified by:
getCompilerClasspathListin interfaceBspTargetInfo.ScalaToolchainInfoOrBuilder
-
getCompilerClasspathCount
public int getCompilerClasspathCount()
repeated .bazelbsp.FileLocation compiler_classpath = 1;- Specified by:
getCompilerClasspathCountin interfaceBspTargetInfo.ScalaToolchainInfoOrBuilder
-
getCompilerClasspath
public BspTargetInfo.FileLocation getCompilerClasspath(int index)
repeated .bazelbsp.FileLocation compiler_classpath = 1;- Specified by:
getCompilerClasspathin interfaceBspTargetInfo.ScalaToolchainInfoOrBuilder
-
setCompilerClasspath
public BspTargetInfo.ScalaToolchainInfo.Builder setCompilerClasspath(int index, BspTargetInfo.FileLocation value)
repeated .bazelbsp.FileLocation compiler_classpath = 1;
-
setCompilerClasspath
public BspTargetInfo.ScalaToolchainInfo.Builder setCompilerClasspath(int index, BspTargetInfo.FileLocation.Builder builderForValue)
repeated .bazelbsp.FileLocation compiler_classpath = 1;
-
addCompilerClasspath
public BspTargetInfo.ScalaToolchainInfo.Builder addCompilerClasspath(BspTargetInfo.FileLocation value)
repeated .bazelbsp.FileLocation compiler_classpath = 1;
-
addCompilerClasspath
public BspTargetInfo.ScalaToolchainInfo.Builder addCompilerClasspath(int index, BspTargetInfo.FileLocation value)
repeated .bazelbsp.FileLocation compiler_classpath = 1;
-
addCompilerClasspath
public BspTargetInfo.ScalaToolchainInfo.Builder addCompilerClasspath(BspTargetInfo.FileLocation.Builder builderForValue)
repeated .bazelbsp.FileLocation compiler_classpath = 1;
-
addCompilerClasspath
public BspTargetInfo.ScalaToolchainInfo.Builder addCompilerClasspath(int index, BspTargetInfo.FileLocation.Builder builderForValue)
repeated .bazelbsp.FileLocation compiler_classpath = 1;
-
addAllCompilerClasspath
public BspTargetInfo.ScalaToolchainInfo.Builder addAllCompilerClasspath(java.lang.Iterable<? extends BspTargetInfo.FileLocation> values)
repeated .bazelbsp.FileLocation compiler_classpath = 1;
-
clearCompilerClasspath
public BspTargetInfo.ScalaToolchainInfo.Builder clearCompilerClasspath()
repeated .bazelbsp.FileLocation compiler_classpath = 1;
-
removeCompilerClasspath
public BspTargetInfo.ScalaToolchainInfo.Builder removeCompilerClasspath(int index)
repeated .bazelbsp.FileLocation compiler_classpath = 1;
-
getCompilerClasspathBuilder
public BspTargetInfo.FileLocation.Builder getCompilerClasspathBuilder(int index)
repeated .bazelbsp.FileLocation compiler_classpath = 1;
-
getCompilerClasspathOrBuilder
public BspTargetInfo.FileLocationOrBuilder getCompilerClasspathOrBuilder(int index)
repeated .bazelbsp.FileLocation compiler_classpath = 1;- Specified by:
getCompilerClasspathOrBuilderin interfaceBspTargetInfo.ScalaToolchainInfoOrBuilder
-
getCompilerClasspathOrBuilderList
public java.util.List<? extends BspTargetInfo.FileLocationOrBuilder> getCompilerClasspathOrBuilderList()
repeated .bazelbsp.FileLocation compiler_classpath = 1;- Specified by:
getCompilerClasspathOrBuilderListin interfaceBspTargetInfo.ScalaToolchainInfoOrBuilder
-
addCompilerClasspathBuilder
public BspTargetInfo.FileLocation.Builder addCompilerClasspathBuilder()
repeated .bazelbsp.FileLocation compiler_classpath = 1;
-
addCompilerClasspathBuilder
public BspTargetInfo.FileLocation.Builder addCompilerClasspathBuilder(int index)
repeated .bazelbsp.FileLocation compiler_classpath = 1;
-
getCompilerClasspathBuilderList
public java.util.List<BspTargetInfo.FileLocation.Builder> getCompilerClasspathBuilderList()
repeated .bazelbsp.FileLocation compiler_classpath = 1;
-
setUnknownFields
public final BspTargetInfo.ScalaToolchainInfo.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<BspTargetInfo.ScalaToolchainInfo.Builder>
-
mergeUnknownFields
public final BspTargetInfo.ScalaToolchainInfo.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<BspTargetInfo.ScalaToolchainInfo.Builder>
-
-