Package xyz.block.ftl.schema.v1
Class Realm
-
- 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.schema.v1.RealmOrBuilder
public final class Realm extends GeneratedMessageV3 implements RealmOrBuilder
Protobuf type
xyz.block.ftl.schema.v1.Realm
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classRealm.BuilderProtobuf type
xyz.block.ftl.schema.v1.Realm
-
Field Summary
Fields Modifier and Type Field Description public final static intPOS_FIELD_NUMBERpublic final static intEXTERNAL_FIELD_NUMBERpublic final static intNAME_FIELD_NUMBERpublic final static intMODULES_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description final static Descriptors.DescriptorgetDescriptor()booleanhasPos().xyz.block.ftl.schema.v1.Position pos = 1;PositiongetPos().xyz.block.ftl.schema.v1.Position pos = 1;PositionOrBuildergetPosOrBuilder().xyz.block.ftl.schema.v1.Position pos = 1;booleangetExternal()bool external = 2;StringgetName()string name = 3;ByteStringgetNameBytes()string name = 3;List<Module>getModulesList()repeated .xyz.block.ftl.schema.v1.Module modules = 4;List<out ModuleOrBuilder>getModulesOrBuilderList()repeated .xyz.block.ftl.schema.v1.Module modules = 4;intgetModulesCount()repeated .xyz.block.ftl.schema.v1.Module modules = 4;ModulegetModules(int index)repeated .xyz.block.ftl.schema.v1.Module modules = 4;ModuleOrBuildergetModulesOrBuilder(int index)repeated .xyz.block.ftl.schema.v1.Module modules = 4;final booleanisInitialized()voidwriteTo(CodedOutputStream output)intgetSerializedSize()booleanequals(Object obj)inthashCode()static RealmparseFrom(ByteBuffer data)static RealmparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static RealmparseFrom(ByteString data)static RealmparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static RealmparseFrom(Array<byte> data)static RealmparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static RealmparseFrom(InputStream input)static RealmparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static RealmparseDelimitedFrom(InputStream input)static RealmparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static RealmparseFrom(CodedInputStream input)static RealmparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)Realm.BuildernewBuilderForType()static Realm.BuildernewBuilder()static Realm.BuildernewBuilder(Realm prototype)Realm.BuildertoBuilder()static RealmgetDefaultInstance()static Parser<Realm>parser()Parser<Realm>getParserForType()RealmgetDefaultInstanceForType()-
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()
-
hasPos
boolean hasPos()
.xyz.block.ftl.schema.v1.Position pos = 1;- Returns:
Whether the pos field is set.
-
getPosOrBuilder
PositionOrBuilder getPosOrBuilder()
.xyz.block.ftl.schema.v1.Position pos = 1;
-
getExternal
boolean getExternal()
bool external = 2;- Returns:
The external.
-
getNameBytes
ByteString getNameBytes()
string name = 3;- Returns:
The bytes for name.
-
getModulesList
List<Module> getModulesList()
repeated .xyz.block.ftl.schema.v1.Module modules = 4;
-
getModulesOrBuilderList
List<out ModuleOrBuilder> getModulesOrBuilderList()
repeated .xyz.block.ftl.schema.v1.Module modules = 4;
-
getModulesCount
int getModulesCount()
repeated .xyz.block.ftl.schema.v1.Module modules = 4;
-
getModules
Module getModules(int index)
repeated .xyz.block.ftl.schema.v1.Module modules = 4;
-
getModulesOrBuilder
ModuleOrBuilder getModulesOrBuilder(int index)
repeated .xyz.block.ftl.schema.v1.Module modules = 4;
-
isInitialized
final boolean isInitialized()
-
writeTo
void writeTo(CodedOutputStream output)
-
getSerializedSize
int getSerializedSize()
-
hashCode
int hashCode()
-
parseFrom
static Realm parseFrom(ByteBuffer data)
-
parseFrom
static Realm parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static Realm parseFrom(InputStream input)
-
parseFrom
static Realm parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static Realm parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static Realm parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilderForType
Realm.Builder newBuilderForType()
-
newBuilder
static Realm.Builder newBuilder()
-
newBuilder
static Realm.Builder newBuilder(Realm prototype)
-
toBuilder
Realm.Builder toBuilder()
-
getDefaultInstance
static Realm getDefaultInstance()
-
getParserForType
Parser<Realm> getParserForType()
-
getDefaultInstanceForType
Realm getDefaultInstanceForType()
-
-
-
-