Package xyz.block.ftl.schema.v1
Class MetadataSQLColumn
-
- 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.MetadataSQLColumnOrBuilder
public final class MetadataSQLColumn extends GeneratedMessageV3 implements MetadataSQLColumnOrBuilder
Protobuf typeMetadataSQLColumn designates a database column.xyz.block.ftl.schema.v1.MetadataSQLColumn
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classMetadataSQLColumn.Builder
Protobuf typeMetadataSQLColumn designates a database column.xyz.block.ftl.schema.v1.MetadataSQLColumn
-
Field Summary
Fields Modifier and Type Field Description public final static intPOS_FIELD_NUMBERpublic final static intTABLE_FIELD_NUMBERpublic final static intNAME_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;StringgetTable()string table = 2;ByteStringgetTableBytes()string table = 2;StringgetName()string name = 3;ByteStringgetNameBytes()string name = 3;final booleanisInitialized()voidwriteTo(CodedOutputStream output)intgetSerializedSize()booleanequals(Object obj)inthashCode()static MetadataSQLColumnparseFrom(ByteBuffer data)static MetadataSQLColumnparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static MetadataSQLColumnparseFrom(ByteString data)static MetadataSQLColumnparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static MetadataSQLColumnparseFrom(Array<byte> data)static MetadataSQLColumnparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static MetadataSQLColumnparseFrom(InputStream input)static MetadataSQLColumnparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static MetadataSQLColumnparseDelimitedFrom(InputStream input)static MetadataSQLColumnparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static MetadataSQLColumnparseFrom(CodedInputStream input)static MetadataSQLColumnparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)MetadataSQLColumn.BuildernewBuilderForType()static MetadataSQLColumn.BuildernewBuilder()static MetadataSQLColumn.BuildernewBuilder(MetadataSQLColumn prototype)MetadataSQLColumn.BuildertoBuilder()static MetadataSQLColumngetDefaultInstance()static Parser<MetadataSQLColumn>parser()Parser<MetadataSQLColumn>getParserForType()MetadataSQLColumngetDefaultInstanceForType()-
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;
-
getTableBytes
ByteString getTableBytes()
string table = 2;- Returns:
The bytes for table.
-
getNameBytes
ByteString getNameBytes()
string name = 3;- Returns:
The bytes for name.
-
isInitialized
final boolean isInitialized()
-
writeTo
void writeTo(CodedOutputStream output)
-
getSerializedSize
int getSerializedSize()
-
hashCode
int hashCode()
-
parseFrom
static MetadataSQLColumn parseFrom(ByteBuffer data)
-
parseFrom
static MetadataSQLColumn parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static MetadataSQLColumn parseFrom(ByteString data)
-
parseFrom
static MetadataSQLColumn parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static MetadataSQLColumn parseFrom(Array<byte> data)
-
parseFrom
static MetadataSQLColumn parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static MetadataSQLColumn parseFrom(InputStream input)
-
parseFrom
static MetadataSQLColumn parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static MetadataSQLColumn parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static MetadataSQLColumn parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static MetadataSQLColumn parseFrom(CodedInputStream input)
-
parseFrom
static MetadataSQLColumn parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilderForType
MetadataSQLColumn.Builder newBuilderForType()
-
newBuilder
static MetadataSQLColumn.Builder newBuilder()
-
newBuilder
static MetadataSQLColumn.Builder newBuilder(MetadataSQLColumn prototype)
-
toBuilder
MetadataSQLColumn.Builder toBuilder()
-
getDefaultInstance
static MetadataSQLColumn getDefaultInstance()
-
parser
static Parser<MetadataSQLColumn> parser()
-
getParserForType
Parser<MetadataSQLColumn> getParserForType()
-
getDefaultInstanceForType
MetadataSQLColumn getDefaultInstanceForType()
-
-
-
-