Package xyz.block.ftl.v1.language
Class DependenciesResponse
-
- All Implemented Interfaces:
-
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,java.io.Serializable,xyz.block.ftl.v1.language.DependenciesResponseOrBuilder
public final class DependenciesResponse extends GeneratedMessageV3 implements DependenciesResponseOrBuilder
Protobuf type
xyz.block.ftl.v1.language.DependenciesResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classDependenciesResponse.BuilderProtobuf type
xyz.block.ftl.v1.language.DependenciesResponse
-
Field Summary
Fields Modifier and Type Field Description public final static intMODULES_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description final static Descriptors.DescriptorgetDescriptor()ProtocolStringListgetModulesList()repeated string modules = 1;intgetModulesCount()repeated string modules = 1;StringgetModules(int index)repeated string modules = 1;ByteStringgetModulesBytes(int index)repeated string modules = 1;final booleanisInitialized()voidwriteTo(CodedOutputStream output)intgetSerializedSize()booleanequals(Object obj)inthashCode()static DependenciesResponseparseFrom(ByteBuffer data)static DependenciesResponseparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static DependenciesResponseparseFrom(ByteString data)static DependenciesResponseparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static DependenciesResponseparseFrom(Array<byte> data)static DependenciesResponseparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static DependenciesResponseparseFrom(InputStream input)static DependenciesResponseparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static DependenciesResponseparseDelimitedFrom(InputStream input)static DependenciesResponseparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static DependenciesResponseparseFrom(CodedInputStream input)static DependenciesResponseparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)DependenciesResponse.BuildernewBuilderForType()static DependenciesResponse.BuildernewBuilder()static DependenciesResponse.BuildernewBuilder(DependenciesResponse prototype)DependenciesResponse.BuildertoBuilder()static DependenciesResponsegetDefaultInstance()static Parser<DependenciesResponse>parser()Parser<DependenciesResponse>getParserForType()DependenciesResponsegetDefaultInstanceForType()-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof -
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, toString -
Methods inherited from class com.google.protobuf.AbstractMessageLite
toByteArray, toByteString, writeDelimitedTo -
Methods inherited from class com.google.protobuf.Message
getParserForType -
Methods inherited from class com.google.protobuf.MessageLite
getParserForType -
Methods inherited from class com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getDescriptor
final static Descriptors.Descriptor getDescriptor()
-
getModulesList
ProtocolStringList getModulesList()
repeated string modules = 1;- Returns:
A list containing the modules.
-
getModulesCount
int getModulesCount()
repeated string modules = 1;- Returns:
The count of modules.
-
getModules
String getModules(int index)
repeated string modules = 1;- Parameters:
index- The index of the element to return.- Returns:
The modules at the given index.
-
getModulesBytes
ByteString getModulesBytes(int index)
repeated string modules = 1;- Parameters:
index- The index of the value to return.- Returns:
The bytes of the modules at the given index.
-
isInitialized
final boolean isInitialized()
-
writeTo
void writeTo(CodedOutputStream output)
-
getSerializedSize
int getSerializedSize()
-
hashCode
int hashCode()
-
parseFrom
static DependenciesResponse parseFrom(ByteBuffer data)
-
parseFrom
static DependenciesResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static DependenciesResponse parseFrom(ByteString data)
-
parseFrom
static DependenciesResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static DependenciesResponse parseFrom(Array<byte> data)
-
parseFrom
static DependenciesResponse parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static DependenciesResponse parseFrom(InputStream input)
-
parseFrom
static DependenciesResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static DependenciesResponse parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static DependenciesResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static DependenciesResponse parseFrom(CodedInputStream input)
-
parseFrom
static DependenciesResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilderForType
DependenciesResponse.Builder newBuilderForType()
-
newBuilder
static DependenciesResponse.Builder newBuilder()
-
newBuilder
static DependenciesResponse.Builder newBuilder(DependenciesResponse prototype)
-
toBuilder
DependenciesResponse.Builder toBuilder()
-
getDefaultInstance
static DependenciesResponse getDefaultInstance()
-
parser
static Parser<DependenciesResponse> parser()
-
getParserForType
Parser<DependenciesResponse> getParserForType()
-
getDefaultInstanceForType
DependenciesResponse getDefaultInstanceForType()
-
-
-
-