Package org.apache.flink.fnexecution.v1
Class FlinkFnApi.Schema.FieldType
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- org.apache.flink.fnexecution.v1.FlinkFnApi.Schema.FieldType
-
- All Implemented Interfaces:
com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Serializable
,FlinkFnApi.Schema.FieldTypeOrBuilder
- Enclosing class:
- FlinkFnApi.Schema
public static final class FlinkFnApi.Schema.FieldType extends com.google.protobuf.GeneratedMessageV3 implements FlinkFnApi.Schema.FieldTypeOrBuilder
Protobuf typeorg.apache.flink.fn_execution.v1.Schema.FieldType
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
FlinkFnApi.Schema.FieldType.Builder
Protobuf typeorg.apache.flink.fn_execution.v1.Schema.FieldType
static class
FlinkFnApi.Schema.FieldType.TypeInfoCase
-
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
BINARY_INFO_FIELD_NUMBER
static int
CHAR_INFO_FIELD_NUMBER
static int
COLLECTION_ELEMENT_TYPE_FIELD_NUMBER
static int
DECIMAL_INFO_FIELD_NUMBER
static int
LOCAL_ZONED_TIMESTAMP_INFO_FIELD_NUMBER
static int
MAP_INFO_FIELD_NUMBER
static int
NULLABLE_FIELD_NUMBER
static int
ROW_SCHEMA_FIELD_NUMBER
static int
TIME_INFO_FIELD_NUMBER
static int
TIMESTAMP_INFO_FIELD_NUMBER
static int
TYPE_NAME_FIELD_NUMBER
static int
VAR_BINARY_INFO_FIELD_NUMBER
static int
VAR_CHAR_INFO_FIELD_NUMBER
static int
ZONED_TIMESTAMP_INFO_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
FlinkFnApi.Schema.BinaryInfo
getBinaryInfo()
.org.apache.flink.fn_execution.v1.Schema.BinaryInfo binary_info = 11;
FlinkFnApi.Schema.BinaryInfoOrBuilder
getBinaryInfoOrBuilder()
.org.apache.flink.fn_execution.v1.Schema.BinaryInfo binary_info = 11;
FlinkFnApi.Schema.CharInfo
getCharInfo()
.org.apache.flink.fn_execution.v1.Schema.CharInfo char_info = 13;
FlinkFnApi.Schema.CharInfoOrBuilder
getCharInfoOrBuilder()
.org.apache.flink.fn_execution.v1.Schema.CharInfo char_info = 13;
FlinkFnApi.Schema.FieldType
getCollectionElementType()
.org.apache.flink.fn_execution.v1.Schema.FieldType collection_element_type = 3;
FlinkFnApi.Schema.FieldTypeOrBuilder
getCollectionElementTypeOrBuilder()
.org.apache.flink.fn_execution.v1.Schema.FieldType collection_element_type = 3;
FlinkFnApi.Schema.DecimalInfo
getDecimalInfo()
.org.apache.flink.fn_execution.v1.Schema.DecimalInfo decimal_info = 6;
FlinkFnApi.Schema.DecimalInfoOrBuilder
getDecimalInfoOrBuilder()
.org.apache.flink.fn_execution.v1.Schema.DecimalInfo decimal_info = 6;
static FlinkFnApi.Schema.FieldType
getDefaultInstance()
FlinkFnApi.Schema.FieldType
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
FlinkFnApi.Schema.LocalZonedTimestampInfo
getLocalZonedTimestampInfo()
.org.apache.flink.fn_execution.v1.Schema.LocalZonedTimestampInfo local_zoned_timestamp_info = 9;
FlinkFnApi.Schema.LocalZonedTimestampInfoOrBuilder
getLocalZonedTimestampInfoOrBuilder()
.org.apache.flink.fn_execution.v1.Schema.LocalZonedTimestampInfo local_zoned_timestamp_info = 9;
FlinkFnApi.Schema.MapInfo
getMapInfo()
.org.apache.flink.fn_execution.v1.Schema.MapInfo map_info = 4;
FlinkFnApi.Schema.MapInfoOrBuilder
getMapInfoOrBuilder()
.org.apache.flink.fn_execution.v1.Schema.MapInfo map_info = 4;
boolean
getNullable()
bool nullable = 2;
com.google.protobuf.Parser<FlinkFnApi.Schema.FieldType>
getParserForType()
FlinkFnApi.Schema
getRowSchema()
.org.apache.flink.fn_execution.v1.Schema row_schema = 5;
FlinkFnApi.SchemaOrBuilder
getRowSchemaOrBuilder()
.org.apache.flink.fn_execution.v1.Schema row_schema = 5;
int
getSerializedSize()
FlinkFnApi.Schema.TimeInfo
getTimeInfo()
.org.apache.flink.fn_execution.v1.Schema.TimeInfo time_info = 7;
FlinkFnApi.Schema.TimeInfoOrBuilder
getTimeInfoOrBuilder()
.org.apache.flink.fn_execution.v1.Schema.TimeInfo time_info = 7;
FlinkFnApi.Schema.TimestampInfo
getTimestampInfo()
.org.apache.flink.fn_execution.v1.Schema.TimestampInfo timestamp_info = 8;
FlinkFnApi.Schema.TimestampInfoOrBuilder
getTimestampInfoOrBuilder()
.org.apache.flink.fn_execution.v1.Schema.TimestampInfo timestamp_info = 8;
FlinkFnApi.Schema.FieldType.TypeInfoCase
getTypeInfoCase()
FlinkFnApi.Schema.TypeName
getTypeName()
.org.apache.flink.fn_execution.v1.Schema.TypeName type_name = 1;
int
getTypeNameValue()
.org.apache.flink.fn_execution.v1.Schema.TypeName type_name = 1;
com.google.protobuf.UnknownFieldSet
getUnknownFields()
FlinkFnApi.Schema.VarBinaryInfo
getVarBinaryInfo()
.org.apache.flink.fn_execution.v1.Schema.VarBinaryInfo var_binary_info = 12;
FlinkFnApi.Schema.VarBinaryInfoOrBuilder
getVarBinaryInfoOrBuilder()
.org.apache.flink.fn_execution.v1.Schema.VarBinaryInfo var_binary_info = 12;
FlinkFnApi.Schema.VarCharInfo
getVarCharInfo()
.org.apache.flink.fn_execution.v1.Schema.VarCharInfo var_char_info = 14;
FlinkFnApi.Schema.VarCharInfoOrBuilder
getVarCharInfoOrBuilder()
.org.apache.flink.fn_execution.v1.Schema.VarCharInfo var_char_info = 14;
FlinkFnApi.Schema.ZonedTimestampInfo
getZonedTimestampInfo()
.org.apache.flink.fn_execution.v1.Schema.ZonedTimestampInfo zoned_timestamp_info = 10;
FlinkFnApi.Schema.ZonedTimestampInfoOrBuilder
getZonedTimestampInfoOrBuilder()
.org.apache.flink.fn_execution.v1.Schema.ZonedTimestampInfo zoned_timestamp_info = 10;
boolean
hasBinaryInfo()
.org.apache.flink.fn_execution.v1.Schema.BinaryInfo binary_info = 11;
boolean
hasCharInfo()
.org.apache.flink.fn_execution.v1.Schema.CharInfo char_info = 13;
boolean
hasCollectionElementType()
.org.apache.flink.fn_execution.v1.Schema.FieldType collection_element_type = 3;
boolean
hasDecimalInfo()
.org.apache.flink.fn_execution.v1.Schema.DecimalInfo decimal_info = 6;
int
hashCode()
boolean
hasLocalZonedTimestampInfo()
.org.apache.flink.fn_execution.v1.Schema.LocalZonedTimestampInfo local_zoned_timestamp_info = 9;
boolean
hasMapInfo()
.org.apache.flink.fn_execution.v1.Schema.MapInfo map_info = 4;
boolean
hasRowSchema()
.org.apache.flink.fn_execution.v1.Schema row_schema = 5;
boolean
hasTimeInfo()
.org.apache.flink.fn_execution.v1.Schema.TimeInfo time_info = 7;
boolean
hasTimestampInfo()
.org.apache.flink.fn_execution.v1.Schema.TimestampInfo timestamp_info = 8;
boolean
hasVarBinaryInfo()
.org.apache.flink.fn_execution.v1.Schema.VarBinaryInfo var_binary_info = 12;
boolean
hasVarCharInfo()
.org.apache.flink.fn_execution.v1.Schema.VarCharInfo var_char_info = 14;
boolean
hasZonedTimestampInfo()
.org.apache.flink.fn_execution.v1.Schema.ZonedTimestampInfo zoned_timestamp_info = 10;
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
static FlinkFnApi.Schema.FieldType.Builder
newBuilder()
static FlinkFnApi.Schema.FieldType.Builder
newBuilder(FlinkFnApi.Schema.FieldType prototype)
FlinkFnApi.Schema.FieldType.Builder
newBuilderForType()
protected FlinkFnApi.Schema.FieldType.Builder
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
protected Object
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
static FlinkFnApi.Schema.FieldType
parseDelimitedFrom(InputStream input)
static FlinkFnApi.Schema.FieldType
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FlinkFnApi.Schema.FieldType
parseFrom(byte[] data)
static FlinkFnApi.Schema.FieldType
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FlinkFnApi.Schema.FieldType
parseFrom(com.google.protobuf.ByteString data)
static FlinkFnApi.Schema.FieldType
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FlinkFnApi.Schema.FieldType
parseFrom(com.google.protobuf.CodedInputStream input)
static FlinkFnApi.Schema.FieldType
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FlinkFnApi.Schema.FieldType
parseFrom(InputStream input)
static FlinkFnApi.Schema.FieldType
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FlinkFnApi.Schema.FieldType
parseFrom(ByteBuffer data)
static FlinkFnApi.Schema.FieldType
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<FlinkFnApi.Schema.FieldType>
parser()
FlinkFnApi.Schema.FieldType.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
-
TYPE_NAME_FIELD_NUMBER
public static final int TYPE_NAME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
NULLABLE_FIELD_NUMBER
public static final int NULLABLE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
COLLECTION_ELEMENT_TYPE_FIELD_NUMBER
public static final int COLLECTION_ELEMENT_TYPE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
MAP_INFO_FIELD_NUMBER
public static final int MAP_INFO_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ROW_SCHEMA_FIELD_NUMBER
public static final int ROW_SCHEMA_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DECIMAL_INFO_FIELD_NUMBER
public static final int DECIMAL_INFO_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TIME_INFO_FIELD_NUMBER
public static final int TIME_INFO_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TIMESTAMP_INFO_FIELD_NUMBER
public static final int TIMESTAMP_INFO_FIELD_NUMBER
- See Also:
- Constant Field Values
-
LOCAL_ZONED_TIMESTAMP_INFO_FIELD_NUMBER
public static final int LOCAL_ZONED_TIMESTAMP_INFO_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ZONED_TIMESTAMP_INFO_FIELD_NUMBER
public static final int ZONED_TIMESTAMP_INFO_FIELD_NUMBER
- See Also:
- Constant Field Values
-
BINARY_INFO_FIELD_NUMBER
public static final int BINARY_INFO_FIELD_NUMBER
- See Also:
- Constant Field Values
-
VAR_BINARY_INFO_FIELD_NUMBER
public static final int VAR_BINARY_INFO_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CHAR_INFO_FIELD_NUMBER
public static final int CHAR_INFO_FIELD_NUMBER
- See Also:
- Constant Field Values
-
VAR_CHAR_INFO_FIELD_NUMBER
public static final int VAR_CHAR_INFO_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
-
getTypeInfoCase
public FlinkFnApi.Schema.FieldType.TypeInfoCase getTypeInfoCase()
- Specified by:
getTypeInfoCase
in interfaceFlinkFnApi.Schema.FieldTypeOrBuilder
-
getTypeNameValue
public int getTypeNameValue()
.org.apache.flink.fn_execution.v1.Schema.TypeName type_name = 1;
- Specified by:
getTypeNameValue
in interfaceFlinkFnApi.Schema.FieldTypeOrBuilder
- Returns:
- The enum numeric value on the wire for typeName.
-
getTypeName
public FlinkFnApi.Schema.TypeName getTypeName()
.org.apache.flink.fn_execution.v1.Schema.TypeName type_name = 1;
- Specified by:
getTypeName
in interfaceFlinkFnApi.Schema.FieldTypeOrBuilder
- Returns:
- The typeName.
-
getNullable
public boolean getNullable()
bool nullable = 2;
- Specified by:
getNullable
in interfaceFlinkFnApi.Schema.FieldTypeOrBuilder
- Returns:
- The nullable.
-
hasCollectionElementType
public boolean hasCollectionElementType()
.org.apache.flink.fn_execution.v1.Schema.FieldType collection_element_type = 3;
- Specified by:
hasCollectionElementType
in interfaceFlinkFnApi.Schema.FieldTypeOrBuilder
- Returns:
- Whether the collectionElementType field is set.
-
getCollectionElementType
public FlinkFnApi.Schema.FieldType getCollectionElementType()
.org.apache.flink.fn_execution.v1.Schema.FieldType collection_element_type = 3;
- Specified by:
getCollectionElementType
in interfaceFlinkFnApi.Schema.FieldTypeOrBuilder
- Returns:
- The collectionElementType.
-
getCollectionElementTypeOrBuilder
public FlinkFnApi.Schema.FieldTypeOrBuilder getCollectionElementTypeOrBuilder()
.org.apache.flink.fn_execution.v1.Schema.FieldType collection_element_type = 3;
- Specified by:
getCollectionElementTypeOrBuilder
in interfaceFlinkFnApi.Schema.FieldTypeOrBuilder
-
hasMapInfo
public boolean hasMapInfo()
.org.apache.flink.fn_execution.v1.Schema.MapInfo map_info = 4;
- Specified by:
hasMapInfo
in interfaceFlinkFnApi.Schema.FieldTypeOrBuilder
- Returns:
- Whether the mapInfo field is set.
-
getMapInfo
public FlinkFnApi.Schema.MapInfo getMapInfo()
.org.apache.flink.fn_execution.v1.Schema.MapInfo map_info = 4;
- Specified by:
getMapInfo
in interfaceFlinkFnApi.Schema.FieldTypeOrBuilder
- Returns:
- The mapInfo.
-
getMapInfoOrBuilder
public FlinkFnApi.Schema.MapInfoOrBuilder getMapInfoOrBuilder()
.org.apache.flink.fn_execution.v1.Schema.MapInfo map_info = 4;
- Specified by:
getMapInfoOrBuilder
in interfaceFlinkFnApi.Schema.FieldTypeOrBuilder
-
hasRowSchema
public boolean hasRowSchema()
.org.apache.flink.fn_execution.v1.Schema row_schema = 5;
- Specified by:
hasRowSchema
in interfaceFlinkFnApi.Schema.FieldTypeOrBuilder
- Returns:
- Whether the rowSchema field is set.
-
getRowSchema
public FlinkFnApi.Schema getRowSchema()
.org.apache.flink.fn_execution.v1.Schema row_schema = 5;
- Specified by:
getRowSchema
in interfaceFlinkFnApi.Schema.FieldTypeOrBuilder
- Returns:
- The rowSchema.
-
getRowSchemaOrBuilder
public FlinkFnApi.SchemaOrBuilder getRowSchemaOrBuilder()
.org.apache.flink.fn_execution.v1.Schema row_schema = 5;
- Specified by:
getRowSchemaOrBuilder
in interfaceFlinkFnApi.Schema.FieldTypeOrBuilder
-
hasDecimalInfo
public boolean hasDecimalInfo()
.org.apache.flink.fn_execution.v1.Schema.DecimalInfo decimal_info = 6;
- Specified by:
hasDecimalInfo
in interfaceFlinkFnApi.Schema.FieldTypeOrBuilder
- Returns:
- Whether the decimalInfo field is set.
-
getDecimalInfo
public FlinkFnApi.Schema.DecimalInfo getDecimalInfo()
.org.apache.flink.fn_execution.v1.Schema.DecimalInfo decimal_info = 6;
- Specified by:
getDecimalInfo
in interfaceFlinkFnApi.Schema.FieldTypeOrBuilder
- Returns:
- The decimalInfo.
-
getDecimalInfoOrBuilder
public FlinkFnApi.Schema.DecimalInfoOrBuilder getDecimalInfoOrBuilder()
.org.apache.flink.fn_execution.v1.Schema.DecimalInfo decimal_info = 6;
- Specified by:
getDecimalInfoOrBuilder
in interfaceFlinkFnApi.Schema.FieldTypeOrBuilder
-
hasTimeInfo
public boolean hasTimeInfo()
.org.apache.flink.fn_execution.v1.Schema.TimeInfo time_info = 7;
- Specified by:
hasTimeInfo
in interfaceFlinkFnApi.Schema.FieldTypeOrBuilder
- Returns:
- Whether the timeInfo field is set.
-
getTimeInfo
public FlinkFnApi.Schema.TimeInfo getTimeInfo()
.org.apache.flink.fn_execution.v1.Schema.TimeInfo time_info = 7;
- Specified by:
getTimeInfo
in interfaceFlinkFnApi.Schema.FieldTypeOrBuilder
- Returns:
- The timeInfo.
-
getTimeInfoOrBuilder
public FlinkFnApi.Schema.TimeInfoOrBuilder getTimeInfoOrBuilder()
.org.apache.flink.fn_execution.v1.Schema.TimeInfo time_info = 7;
- Specified by:
getTimeInfoOrBuilder
in interfaceFlinkFnApi.Schema.FieldTypeOrBuilder
-
hasTimestampInfo
public boolean hasTimestampInfo()
.org.apache.flink.fn_execution.v1.Schema.TimestampInfo timestamp_info = 8;
- Specified by:
hasTimestampInfo
in interfaceFlinkFnApi.Schema.FieldTypeOrBuilder
- Returns:
- Whether the timestampInfo field is set.
-
getTimestampInfo
public FlinkFnApi.Schema.TimestampInfo getTimestampInfo()
.org.apache.flink.fn_execution.v1.Schema.TimestampInfo timestamp_info = 8;
- Specified by:
getTimestampInfo
in interfaceFlinkFnApi.Schema.FieldTypeOrBuilder
- Returns:
- The timestampInfo.
-
getTimestampInfoOrBuilder
public FlinkFnApi.Schema.TimestampInfoOrBuilder getTimestampInfoOrBuilder()
.org.apache.flink.fn_execution.v1.Schema.TimestampInfo timestamp_info = 8;
- Specified by:
getTimestampInfoOrBuilder
in interfaceFlinkFnApi.Schema.FieldTypeOrBuilder
-
hasLocalZonedTimestampInfo
public boolean hasLocalZonedTimestampInfo()
.org.apache.flink.fn_execution.v1.Schema.LocalZonedTimestampInfo local_zoned_timestamp_info = 9;
- Specified by:
hasLocalZonedTimestampInfo
in interfaceFlinkFnApi.Schema.FieldTypeOrBuilder
- Returns:
- Whether the localZonedTimestampInfo field is set.
-
getLocalZonedTimestampInfo
public FlinkFnApi.Schema.LocalZonedTimestampInfo getLocalZonedTimestampInfo()
.org.apache.flink.fn_execution.v1.Schema.LocalZonedTimestampInfo local_zoned_timestamp_info = 9;
- Specified by:
getLocalZonedTimestampInfo
in interfaceFlinkFnApi.Schema.FieldTypeOrBuilder
- Returns:
- The localZonedTimestampInfo.
-
getLocalZonedTimestampInfoOrBuilder
public FlinkFnApi.Schema.LocalZonedTimestampInfoOrBuilder getLocalZonedTimestampInfoOrBuilder()
.org.apache.flink.fn_execution.v1.Schema.LocalZonedTimestampInfo local_zoned_timestamp_info = 9;
- Specified by:
getLocalZonedTimestampInfoOrBuilder
in interfaceFlinkFnApi.Schema.FieldTypeOrBuilder
-
hasZonedTimestampInfo
public boolean hasZonedTimestampInfo()
.org.apache.flink.fn_execution.v1.Schema.ZonedTimestampInfo zoned_timestamp_info = 10;
- Specified by:
hasZonedTimestampInfo
in interfaceFlinkFnApi.Schema.FieldTypeOrBuilder
- Returns:
- Whether the zonedTimestampInfo field is set.
-
getZonedTimestampInfo
public FlinkFnApi.Schema.ZonedTimestampInfo getZonedTimestampInfo()
.org.apache.flink.fn_execution.v1.Schema.ZonedTimestampInfo zoned_timestamp_info = 10;
- Specified by:
getZonedTimestampInfo
in interfaceFlinkFnApi.Schema.FieldTypeOrBuilder
- Returns:
- The zonedTimestampInfo.
-
getZonedTimestampInfoOrBuilder
public FlinkFnApi.Schema.ZonedTimestampInfoOrBuilder getZonedTimestampInfoOrBuilder()
.org.apache.flink.fn_execution.v1.Schema.ZonedTimestampInfo zoned_timestamp_info = 10;
- Specified by:
getZonedTimestampInfoOrBuilder
in interfaceFlinkFnApi.Schema.FieldTypeOrBuilder
-
hasBinaryInfo
public boolean hasBinaryInfo()
.org.apache.flink.fn_execution.v1.Schema.BinaryInfo binary_info = 11;
- Specified by:
hasBinaryInfo
in interfaceFlinkFnApi.Schema.FieldTypeOrBuilder
- Returns:
- Whether the binaryInfo field is set.
-
getBinaryInfo
public FlinkFnApi.Schema.BinaryInfo getBinaryInfo()
.org.apache.flink.fn_execution.v1.Schema.BinaryInfo binary_info = 11;
- Specified by:
getBinaryInfo
in interfaceFlinkFnApi.Schema.FieldTypeOrBuilder
- Returns:
- The binaryInfo.
-
getBinaryInfoOrBuilder
public FlinkFnApi.Schema.BinaryInfoOrBuilder getBinaryInfoOrBuilder()
.org.apache.flink.fn_execution.v1.Schema.BinaryInfo binary_info = 11;
- Specified by:
getBinaryInfoOrBuilder
in interfaceFlinkFnApi.Schema.FieldTypeOrBuilder
-
hasVarBinaryInfo
public boolean hasVarBinaryInfo()
.org.apache.flink.fn_execution.v1.Schema.VarBinaryInfo var_binary_info = 12;
- Specified by:
hasVarBinaryInfo
in interfaceFlinkFnApi.Schema.FieldTypeOrBuilder
- Returns:
- Whether the varBinaryInfo field is set.
-
getVarBinaryInfo
public FlinkFnApi.Schema.VarBinaryInfo getVarBinaryInfo()
.org.apache.flink.fn_execution.v1.Schema.VarBinaryInfo var_binary_info = 12;
- Specified by:
getVarBinaryInfo
in interfaceFlinkFnApi.Schema.FieldTypeOrBuilder
- Returns:
- The varBinaryInfo.
-
getVarBinaryInfoOrBuilder
public FlinkFnApi.Schema.VarBinaryInfoOrBuilder getVarBinaryInfoOrBuilder()
.org.apache.flink.fn_execution.v1.Schema.VarBinaryInfo var_binary_info = 12;
- Specified by:
getVarBinaryInfoOrBuilder
in interfaceFlinkFnApi.Schema.FieldTypeOrBuilder
-
hasCharInfo
public boolean hasCharInfo()
.org.apache.flink.fn_execution.v1.Schema.CharInfo char_info = 13;
- Specified by:
hasCharInfo
in interfaceFlinkFnApi.Schema.FieldTypeOrBuilder
- Returns:
- Whether the charInfo field is set.
-
getCharInfo
public FlinkFnApi.Schema.CharInfo getCharInfo()
.org.apache.flink.fn_execution.v1.Schema.CharInfo char_info = 13;
- Specified by:
getCharInfo
in interfaceFlinkFnApi.Schema.FieldTypeOrBuilder
- Returns:
- The charInfo.
-
getCharInfoOrBuilder
public FlinkFnApi.Schema.CharInfoOrBuilder getCharInfoOrBuilder()
.org.apache.flink.fn_execution.v1.Schema.CharInfo char_info = 13;
- Specified by:
getCharInfoOrBuilder
in interfaceFlinkFnApi.Schema.FieldTypeOrBuilder
-
hasVarCharInfo
public boolean hasVarCharInfo()
.org.apache.flink.fn_execution.v1.Schema.VarCharInfo var_char_info = 14;
- Specified by:
hasVarCharInfo
in interfaceFlinkFnApi.Schema.FieldTypeOrBuilder
- Returns:
- Whether the varCharInfo field is set.
-
getVarCharInfo
public FlinkFnApi.Schema.VarCharInfo getVarCharInfo()
.org.apache.flink.fn_execution.v1.Schema.VarCharInfo var_char_info = 14;
- Specified by:
getVarCharInfo
in interfaceFlinkFnApi.Schema.FieldTypeOrBuilder
- Returns:
- The varCharInfo.
-
getVarCharInfoOrBuilder
public FlinkFnApi.Schema.VarCharInfoOrBuilder getVarCharInfoOrBuilder()
.org.apache.flink.fn_execution.v1.Schema.VarCharInfo var_char_info = 14;
- Specified by:
getVarCharInfoOrBuilder
in interfaceFlinkFnApi.Schema.FieldTypeOrBuilder
-
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.FieldType parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static FlinkFnApi.Schema.FieldType parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static FlinkFnApi.Schema.FieldType parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static FlinkFnApi.Schema.FieldType 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.FieldType parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static FlinkFnApi.Schema.FieldType parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static FlinkFnApi.Schema.FieldType parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static FlinkFnApi.Schema.FieldType parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static FlinkFnApi.Schema.FieldType parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static FlinkFnApi.Schema.FieldType parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static FlinkFnApi.Schema.FieldType parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static FlinkFnApi.Schema.FieldType parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public FlinkFnApi.Schema.FieldType.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
public static FlinkFnApi.Schema.FieldType.Builder newBuilder()
-
newBuilder
public static FlinkFnApi.Schema.FieldType.Builder newBuilder(FlinkFnApi.Schema.FieldType prototype)
-
toBuilder
public FlinkFnApi.Schema.FieldType.Builder toBuilder()
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected FlinkFnApi.Schema.FieldType.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static FlinkFnApi.Schema.FieldType getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<FlinkFnApi.Schema.FieldType> parser()
-
getParserForType
public com.google.protobuf.Parser<FlinkFnApi.Schema.FieldType> 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.FieldType getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-