Class Database
-
- 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.schema.DatabaseOrBuilder
public final class Database extends GeneratedMessageV3 implements DatabaseOrBuilder
Protobuf type
xyz.block.ftl.v1.schema.Database
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classDatabase.BuilderProtobuf type
xyz.block.ftl.v1.schema.Database
-
Field Summary
Fields Modifier and Type Field Description public final static intPOS_FIELD_NUMBERpublic final static intRUNTIME_FIELD_NUMBERpublic final static intCOMMENTS_FIELD_NUMBERpublic final static intTYPE_FIELD_NUMBERpublic final static intNAME_FIELD_NUMBERpublic final static intMETADATA_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description final static Descriptors.DescriptorgetDescriptor()booleanhasPos()optional .xyz.block.ftl.v1.schema.Position pos = 1;PositiongetPos()optional .xyz.block.ftl.v1.schema.Position pos = 1;PositionOrBuildergetPosOrBuilder()optional .xyz.block.ftl.v1.schema.Position pos = 1;booleanhasRuntime()optional .xyz.block.ftl.v1.schema.DatabaseRuntime runtime = 31634;DatabaseRuntimegetRuntime()optional .xyz.block.ftl.v1.schema.DatabaseRuntime runtime = 31634;DatabaseRuntimeOrBuildergetRuntimeOrBuilder()optional .xyz.block.ftl.v1.schema.DatabaseRuntime runtime = 31634;ProtocolStringListgetCommentsList()repeated string comments = 2;intgetCommentsCount()repeated string comments = 2;StringgetComments(int index)repeated string comments = 2;ByteStringgetCommentsBytes(int index)repeated string comments = 2;StringgetType()string type = 4;ByteStringgetTypeBytes()string type = 4;StringgetName()string name = 3;ByteStringgetNameBytes()string name = 3;List<Metadata>getMetadataList()repeated .xyz.block.ftl.v1.schema.Metadata metadata = 5;List<out MetadataOrBuilder>getMetadataOrBuilderList()repeated .xyz.block.ftl.v1.schema.Metadata metadata = 5;intgetMetadataCount()repeated .xyz.block.ftl.v1.schema.Metadata metadata = 5;MetadatagetMetadata(int index)repeated .xyz.block.ftl.v1.schema.Metadata metadata = 5;MetadataOrBuildergetMetadataOrBuilder(int index)repeated .xyz.block.ftl.v1.schema.Metadata metadata = 5;final booleanisInitialized()voidwriteTo(CodedOutputStream output)intgetSerializedSize()booleanequals(Object obj)inthashCode()static DatabaseparseFrom(ByteBuffer data)static DatabaseparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static DatabaseparseFrom(ByteString data)static DatabaseparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static DatabaseparseFrom(Array<byte> data)static DatabaseparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static DatabaseparseFrom(InputStream input)static DatabaseparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static DatabaseparseDelimitedFrom(InputStream input)static DatabaseparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static DatabaseparseFrom(CodedInputStream input)static DatabaseparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)Database.BuildernewBuilderForType()static Database.BuildernewBuilder()static Database.BuildernewBuilder(Database prototype)Database.BuildertoBuilder()static DatabasegetDefaultInstance()static Parser<Database>parser()Parser<Database>getParserForType()DatabasegetDefaultInstanceForType()-
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.v1.schema.Position pos = 1;- Returns:
Whether the pos field is set.
-
getPosOrBuilder
PositionOrBuilder getPosOrBuilder()
optional .xyz.block.ftl.v1.schema.Position pos = 1;
-
hasRuntime
boolean hasRuntime()
optional .xyz.block.ftl.v1.schema.DatabaseRuntime runtime = 31634;- Returns:
Whether the runtime field is set.
-
getRuntime
DatabaseRuntime getRuntime()
optional .xyz.block.ftl.v1.schema.DatabaseRuntime runtime = 31634;- Returns:
The runtime.
-
getRuntimeOrBuilder
DatabaseRuntimeOrBuilder getRuntimeOrBuilder()
optional .xyz.block.ftl.v1.schema.DatabaseRuntime runtime = 31634;
-
getCommentsList
ProtocolStringList getCommentsList()
repeated string comments = 2;- Returns:
A list containing the comments.
-
getCommentsCount
int getCommentsCount()
repeated string comments = 2;- Returns:
The count of comments.
-
getComments
String getComments(int index)
repeated string comments = 2;- Parameters:
index- The index of the element to return.- Returns:
The comments at the given index.
-
getCommentsBytes
ByteString getCommentsBytes(int index)
repeated string comments = 2;- Parameters:
index- The index of the value to return.- Returns:
The bytes of the comments at the given index.
-
getTypeBytes
ByteString getTypeBytes()
string type = 4;- Returns:
The bytes for type.
-
getNameBytes
ByteString getNameBytes()
string name = 3;- Returns:
The bytes for name.
-
getMetadataList
List<Metadata> getMetadataList()
repeated .xyz.block.ftl.v1.schema.Metadata metadata = 5;
-
getMetadataOrBuilderList
List<out MetadataOrBuilder> getMetadataOrBuilderList()
repeated .xyz.block.ftl.v1.schema.Metadata metadata = 5;
-
getMetadataCount
int getMetadataCount()
repeated .xyz.block.ftl.v1.schema.Metadata metadata = 5;
-
getMetadata
Metadata getMetadata(int index)
repeated .xyz.block.ftl.v1.schema.Metadata metadata = 5;
-
getMetadataOrBuilder
MetadataOrBuilder getMetadataOrBuilder(int index)
repeated .xyz.block.ftl.v1.schema.Metadata metadata = 5;
-
isInitialized
final boolean isInitialized()
-
writeTo
void writeTo(CodedOutputStream output)
-
getSerializedSize
int getSerializedSize()
-
hashCode
int hashCode()
-
parseFrom
static Database parseFrom(ByteBuffer data)
-
parseFrom
static Database parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static Database parseFrom(InputStream input)
-
parseFrom
static Database parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static Database parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static Database parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static Database parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilderForType
Database.Builder newBuilderForType()
-
newBuilder
static Database.Builder newBuilder()
-
newBuilder
static Database.Builder newBuilder(Database prototype)
-
toBuilder
Database.Builder toBuilder()
-
getDefaultInstance
static Database getDefaultInstance()
-
getParserForType
Parser<Database> getParserForType()
-
getDefaultInstanceForType
Database getDefaultInstanceForType()
-
-
-
-