Package org.apache.flink.fnexecution.v1
Class FlinkFnApi.Schema
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- org.apache.flink.fnexecution.v1.FlinkFnApi.Schema
-
- All Implemented Interfaces:
com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Serializable
,FlinkFnApi.SchemaOrBuilder
- Enclosing class:
- FlinkFnApi
public static final class FlinkFnApi.Schema extends com.google.protobuf.GeneratedMessageV3 implements FlinkFnApi.SchemaOrBuilder
A representation of the data schema.
Protobuf typeorg.apache.flink.fn_execution.v1.Schema
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
FlinkFnApi.Schema.BinaryInfo
Protobuf typeorg.apache.flink.fn_execution.v1.Schema.BinaryInfo
static interface
FlinkFnApi.Schema.BinaryInfoOrBuilder
static class
FlinkFnApi.Schema.Builder
A representation of the data schema.static class
FlinkFnApi.Schema.CharInfo
Protobuf typeorg.apache.flink.fn_execution.v1.Schema.CharInfo
static interface
FlinkFnApi.Schema.CharInfoOrBuilder
static class
FlinkFnApi.Schema.DecimalInfo
Protobuf typeorg.apache.flink.fn_execution.v1.Schema.DecimalInfo
static interface
FlinkFnApi.Schema.DecimalInfoOrBuilder
static class
FlinkFnApi.Schema.Field
Protobuf typeorg.apache.flink.fn_execution.v1.Schema.Field
static interface
FlinkFnApi.Schema.FieldOrBuilder
static class
FlinkFnApi.Schema.FieldType
Protobuf typeorg.apache.flink.fn_execution.v1.Schema.FieldType
static interface
FlinkFnApi.Schema.FieldTypeOrBuilder
static class
FlinkFnApi.Schema.LocalZonedTimestampInfo
Protobuf typeorg.apache.flink.fn_execution.v1.Schema.LocalZonedTimestampInfo
static interface
FlinkFnApi.Schema.LocalZonedTimestampInfoOrBuilder
static class
FlinkFnApi.Schema.MapInfo
Protobuf typeorg.apache.flink.fn_execution.v1.Schema.MapInfo
static interface
FlinkFnApi.Schema.MapInfoOrBuilder
static class
FlinkFnApi.Schema.TimeInfo
Protobuf typeorg.apache.flink.fn_execution.v1.Schema.TimeInfo
static interface
FlinkFnApi.Schema.TimeInfoOrBuilder
static class
FlinkFnApi.Schema.TimestampInfo
Protobuf typeorg.apache.flink.fn_execution.v1.Schema.TimestampInfo
static interface
FlinkFnApi.Schema.TimestampInfoOrBuilder
static class
FlinkFnApi.Schema.TypeName
Protobuf enumorg.apache.flink.fn_execution.v1.Schema.TypeName
static class
FlinkFnApi.Schema.VarBinaryInfo
Protobuf typeorg.apache.flink.fn_execution.v1.Schema.VarBinaryInfo
static interface
FlinkFnApi.Schema.VarBinaryInfoOrBuilder
static class
FlinkFnApi.Schema.VarCharInfo
Protobuf typeorg.apache.flink.fn_execution.v1.Schema.VarCharInfo
static interface
FlinkFnApi.Schema.VarCharInfoOrBuilder
static class
FlinkFnApi.Schema.ZonedTimestampInfo
Protobuf typeorg.apache.flink.fn_execution.v1.Schema.ZonedTimestampInfo
static interface
FlinkFnApi.Schema.ZonedTimestampInfoOrBuilder
-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static int
FIELDS_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
static FlinkFnApi.Schema
getDefaultInstance()
FlinkFnApi.Schema
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
FlinkFnApi.Schema.Field
getFields(int index)
repeated .org.apache.flink.fn_execution.v1.Schema.Field fields = 1;
int
getFieldsCount()
repeated .org.apache.flink.fn_execution.v1.Schema.Field fields = 1;
List<FlinkFnApi.Schema.Field>
getFieldsList()
repeated .org.apache.flink.fn_execution.v1.Schema.Field fields = 1;
FlinkFnApi.Schema.FieldOrBuilder
getFieldsOrBuilder(int index)
repeated .org.apache.flink.fn_execution.v1.Schema.Field fields = 1;
List<? extends FlinkFnApi.Schema.FieldOrBuilder>
getFieldsOrBuilderList()
repeated .org.apache.flink.fn_execution.v1.Schema.Field fields = 1;
com.google.protobuf.Parser<FlinkFnApi.Schema>
getParserForType()
int
getSerializedSize()
com.google.protobuf.UnknownFieldSet
getUnknownFields()
int
hashCode()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
static FlinkFnApi.Schema.Builder
newBuilder()
static FlinkFnApi.Schema.Builder
newBuilder(FlinkFnApi.Schema prototype)
FlinkFnApi.Schema.Builder
newBuilderForType()
protected FlinkFnApi.Schema.Builder
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
protected Object
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
static FlinkFnApi.Schema
parseDelimitedFrom(InputStream input)
static FlinkFnApi.Schema
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FlinkFnApi.Schema
parseFrom(byte[] data)
static FlinkFnApi.Schema
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FlinkFnApi.Schema
parseFrom(com.google.protobuf.ByteString data)
static FlinkFnApi.Schema
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FlinkFnApi.Schema
parseFrom(com.google.protobuf.CodedInputStream input)
static FlinkFnApi.Schema
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FlinkFnApi.Schema
parseFrom(InputStream input)
static FlinkFnApi.Schema
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FlinkFnApi.Schema
parseFrom(ByteBuffer data)
static FlinkFnApi.Schema
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<FlinkFnApi.Schema>
parser()
FlinkFnApi.Schema.Builder
toBuilder()
void
writeTo(com.google.protobuf.CodedOutputStream output)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
FIELDS_FIELD_NUMBER
public static final int FIELDS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstance
in classcom.google.protobuf.GeneratedMessageV3
-
getUnknownFields
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
- Specified by:
getUnknownFields
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getUnknownFields
in classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3
-
getFieldsList
public List<FlinkFnApi.Schema.Field> getFieldsList()
repeated .org.apache.flink.fn_execution.v1.Schema.Field fields = 1;
- Specified by:
getFieldsList
in interfaceFlinkFnApi.SchemaOrBuilder
-
getFieldsOrBuilderList
public List<? extends FlinkFnApi.Schema.FieldOrBuilder> getFieldsOrBuilderList()
repeated .org.apache.flink.fn_execution.v1.Schema.Field fields = 1;
- Specified by:
getFieldsOrBuilderList
in interfaceFlinkFnApi.SchemaOrBuilder
-
getFieldsCount
public int getFieldsCount()
repeated .org.apache.flink.fn_execution.v1.Schema.Field fields = 1;
- Specified by:
getFieldsCount
in interfaceFlinkFnApi.SchemaOrBuilder
-
getFields
public FlinkFnApi.Schema.Field getFields(int index)
repeated .org.apache.flink.fn_execution.v1.Schema.Field fields = 1;
- Specified by:
getFields
in interfaceFlinkFnApi.SchemaOrBuilder
-
getFieldsOrBuilder
public FlinkFnApi.Schema.FieldOrBuilder getFieldsOrBuilder(int index)
repeated .org.apache.flink.fn_execution.v1.Schema.Field fields = 1;
- Specified by:
getFieldsOrBuilder
in interfaceFlinkFnApi.SchemaOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static FlinkFnApi.Schema parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static FlinkFnApi.Schema parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static FlinkFnApi.Schema parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static FlinkFnApi.Schema parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static FlinkFnApi.Schema parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static FlinkFnApi.Schema parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static FlinkFnApi.Schema parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static FlinkFnApi.Schema parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static FlinkFnApi.Schema parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static FlinkFnApi.Schema parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static FlinkFnApi.Schema parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static FlinkFnApi.Schema parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public FlinkFnApi.Schema.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
public static FlinkFnApi.Schema.Builder newBuilder()
-
newBuilder
public static FlinkFnApi.Schema.Builder newBuilder(FlinkFnApi.Schema prototype)
-
toBuilder
public FlinkFnApi.Schema.Builder toBuilder()
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected FlinkFnApi.Schema.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static FlinkFnApi.Schema getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<FlinkFnApi.Schema> parser()
-
getParserForType
public com.google.protobuf.Parser<FlinkFnApi.Schema> getParserForType()
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public FlinkFnApi.Schema getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-