Package xyz.block.ftl.schema.v1
Class Schema
-
- 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.SchemaOrBuilder
public final class Schema extends GeneratedMessageV3 implements SchemaOrBuilder
Protobuf type
xyz.block.ftl.schema.v1.Schema
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classSchema.BuilderProtobuf type
xyz.block.ftl.schema.v1.Schema
-
Field Summary
Fields Modifier and Type Field Description public final static intPOS_FIELD_NUMBERpublic final static intREALMS_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description final static Descriptors.DescriptorgetDescriptor()booleanhasPos()optional .xyz.block.ftl.schema.v1.Position pos = 1;PositiongetPos()optional .xyz.block.ftl.schema.v1.Position pos = 1;PositionOrBuildergetPosOrBuilder()optional .xyz.block.ftl.schema.v1.Position pos = 1;List<Realm>getRealmsList()repeated .xyz.block.ftl.schema.v1.Realm realms = 2;List<out RealmOrBuilder>getRealmsOrBuilderList()repeated .xyz.block.ftl.schema.v1.Realm realms = 2;intgetRealmsCount()repeated .xyz.block.ftl.schema.v1.Realm realms = 2;RealmgetRealms(int index)repeated .xyz.block.ftl.schema.v1.Realm realms = 2;RealmOrBuildergetRealmsOrBuilder(int index)repeated .xyz.block.ftl.schema.v1.Realm realms = 2;final booleanisInitialized()voidwriteTo(CodedOutputStream output)intgetSerializedSize()booleanequals(Object obj)inthashCode()static SchemaparseFrom(ByteBuffer data)static SchemaparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static SchemaparseFrom(ByteString data)static SchemaparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static SchemaparseFrom(Array<byte> data)static SchemaparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static SchemaparseFrom(InputStream input)static SchemaparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static SchemaparseDelimitedFrom(InputStream input)static SchemaparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static SchemaparseFrom(CodedInputStream input)static SchemaparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)Schema.BuildernewBuilderForType()static Schema.BuildernewBuilder()static Schema.BuildernewBuilder(Schema prototype)Schema.BuildertoBuilder()static SchemagetDefaultInstance()static Parser<Schema>parser()Parser<Schema>getParserForType()SchemagetDefaultInstanceForType()-
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()
optional .xyz.block.ftl.schema.v1.Position pos = 1;- Returns:
Whether the pos field is set.
-
getPosOrBuilder
PositionOrBuilder getPosOrBuilder()
optional .xyz.block.ftl.schema.v1.Position pos = 1;
-
getRealmsList
List<Realm> getRealmsList()
repeated .xyz.block.ftl.schema.v1.Realm realms = 2;
-
getRealmsOrBuilderList
List<out RealmOrBuilder> getRealmsOrBuilderList()
repeated .xyz.block.ftl.schema.v1.Realm realms = 2;
-
getRealmsCount
int getRealmsCount()
repeated .xyz.block.ftl.schema.v1.Realm realms = 2;
-
getRealmsOrBuilder
RealmOrBuilder getRealmsOrBuilder(int index)
repeated .xyz.block.ftl.schema.v1.Realm realms = 2;
-
isInitialized
final boolean isInitialized()
-
writeTo
void writeTo(CodedOutputStream output)
-
getSerializedSize
int getSerializedSize()
-
hashCode
int hashCode()
-
parseFrom
static Schema parseFrom(ByteBuffer data)
-
parseFrom
static Schema parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static Schema parseFrom(InputStream input)
-
parseFrom
static Schema parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static Schema parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static Schema parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilderForType
Schema.Builder newBuilderForType()
-
newBuilder
static Schema.Builder newBuilder()
-
newBuilder
static Schema.Builder newBuilder(Schema prototype)
-
toBuilder
Schema.Builder toBuilder()
-
getDefaultInstance
static Schema getDefaultInstance()
-
getParserForType
Parser<Schema> getParserForType()
-
getDefaultInstanceForType
Schema getDefaultInstanceForType()
-
-
-
-