Package xyz.block.ftl.language.v1
Class GetNewModuleFlagsResponse
-
- 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.language.v1.GetNewModuleFlagsResponseOrBuilder
public final class GetNewModuleFlagsResponse extends GeneratedMessageV3 implements GetNewModuleFlagsResponseOrBuilder
Protobuf type
xyz.block.ftl.language.v1.GetNewModuleFlagsResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceGetNewModuleFlagsResponse.FlagOrBuilderpublic final classGetNewModuleFlagsResponse.FlagProtobuf type
xyz.block.ftl.language.v1.GetNewModuleFlagsResponse.Flagpublic final classGetNewModuleFlagsResponse.BuilderProtobuf type
xyz.block.ftl.language.v1.GetNewModuleFlagsResponse
-
Field Summary
Fields Modifier and Type Field Description public final static intFLAGS_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description final static Descriptors.DescriptorgetDescriptor()List<GetNewModuleFlagsResponse.Flag>getFlagsList()repeated .xyz.block.ftl.language.v1.GetNewModuleFlagsResponse.Flag flags = 1;List<out GetNewModuleFlagsResponse.FlagOrBuilder>getFlagsOrBuilderList()repeated .xyz.block.ftl.language.v1.GetNewModuleFlagsResponse.Flag flags = 1;intgetFlagsCount()repeated .xyz.block.ftl.language.v1.GetNewModuleFlagsResponse.Flag flags = 1;GetNewModuleFlagsResponse.FlaggetFlags(int index)repeated .xyz.block.ftl.language.v1.GetNewModuleFlagsResponse.Flag flags = 1;GetNewModuleFlagsResponse.FlagOrBuildergetFlagsOrBuilder(int index)repeated .xyz.block.ftl.language.v1.GetNewModuleFlagsResponse.Flag flags = 1;final booleanisInitialized()voidwriteTo(CodedOutputStream output)intgetSerializedSize()booleanequals(Object obj)inthashCode()static GetNewModuleFlagsResponseparseFrom(ByteBuffer data)static GetNewModuleFlagsResponseparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static GetNewModuleFlagsResponseparseFrom(ByteString data)static GetNewModuleFlagsResponseparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static GetNewModuleFlagsResponseparseFrom(Array<byte> data)static GetNewModuleFlagsResponseparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static GetNewModuleFlagsResponseparseFrom(InputStream input)static GetNewModuleFlagsResponseparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static GetNewModuleFlagsResponseparseDelimitedFrom(InputStream input)static GetNewModuleFlagsResponseparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static GetNewModuleFlagsResponseparseFrom(CodedInputStream input)static GetNewModuleFlagsResponseparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)GetNewModuleFlagsResponse.BuildernewBuilderForType()static GetNewModuleFlagsResponse.BuildernewBuilder()static GetNewModuleFlagsResponse.BuildernewBuilder(GetNewModuleFlagsResponse prototype)GetNewModuleFlagsResponse.BuildertoBuilder()static GetNewModuleFlagsResponsegetDefaultInstance()static Parser<GetNewModuleFlagsResponse>parser()Parser<GetNewModuleFlagsResponse>getParserForType()GetNewModuleFlagsResponsegetDefaultInstanceForType()-
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()
-
getFlagsList
List<GetNewModuleFlagsResponse.Flag> getFlagsList()
repeated .xyz.block.ftl.language.v1.GetNewModuleFlagsResponse.Flag flags = 1;
-
getFlagsOrBuilderList
List<out GetNewModuleFlagsResponse.FlagOrBuilder> getFlagsOrBuilderList()
repeated .xyz.block.ftl.language.v1.GetNewModuleFlagsResponse.Flag flags = 1;
-
getFlagsCount
int getFlagsCount()
repeated .xyz.block.ftl.language.v1.GetNewModuleFlagsResponse.Flag flags = 1;
-
getFlags
GetNewModuleFlagsResponse.Flag getFlags(int index)
repeated .xyz.block.ftl.language.v1.GetNewModuleFlagsResponse.Flag flags = 1;
-
getFlagsOrBuilder
GetNewModuleFlagsResponse.FlagOrBuilder getFlagsOrBuilder(int index)
repeated .xyz.block.ftl.language.v1.GetNewModuleFlagsResponse.Flag flags = 1;
-
isInitialized
final boolean isInitialized()
-
writeTo
void writeTo(CodedOutputStream output)
-
getSerializedSize
int getSerializedSize()
-
hashCode
int hashCode()
-
parseFrom
static GetNewModuleFlagsResponse parseFrom(ByteBuffer data)
-
parseFrom
static GetNewModuleFlagsResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static GetNewModuleFlagsResponse parseFrom(ByteString data)
-
parseFrom
static GetNewModuleFlagsResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static GetNewModuleFlagsResponse parseFrom(Array<byte> data)
-
parseFrom
static GetNewModuleFlagsResponse parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static GetNewModuleFlagsResponse parseFrom(InputStream input)
-
parseFrom
static GetNewModuleFlagsResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static GetNewModuleFlagsResponse parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static GetNewModuleFlagsResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static GetNewModuleFlagsResponse parseFrom(CodedInputStream input)
-
parseFrom
static GetNewModuleFlagsResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilderForType
GetNewModuleFlagsResponse.Builder newBuilderForType()
-
newBuilder
static GetNewModuleFlagsResponse.Builder newBuilder()
-
newBuilder
static GetNewModuleFlagsResponse.Builder newBuilder(GetNewModuleFlagsResponse prototype)
-
toBuilder
GetNewModuleFlagsResponse.Builder toBuilder()
-
getDefaultInstance
static GetNewModuleFlagsResponse getDefaultInstance()
-
parser
static Parser<GetNewModuleFlagsResponse> parser()
-
getParserForType
Parser<GetNewModuleFlagsResponse> getParserForType()
-
getDefaultInstanceForType
GetNewModuleFlagsResponse getDefaultInstanceForType()
-
-
-
-