Package org.apache.flink.fnexecution.v1
Interface FlinkFnApi.Schema.FieldOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FlinkFnApi.Schema.Field,FlinkFnApi.Schema.Field.Builder
- Enclosing class:
- FlinkFnApi.Schema
public static interface FlinkFnApi.Schema.FieldOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring description = 2;com.google.protobuf.ByteStringstring description = 2;getName()string name = 1;com.google.protobuf.ByteStringstring name = 1;getType().org.apache.flink.fn_execution.v1.Schema.FieldType type = 3;.org.apache.flink.fn_execution.v1.Schema.FieldType type = 3;booleanhasType().org.apache.flink.fn_execution.v1.Schema.FieldType type = 3;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getName
String getName()string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()string name = 1;- Returns:
- The bytes for name.
-
getDescription
String getDescription()string description = 2;- Returns:
- The description.
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()string description = 2;- Returns:
- The bytes for description.
-
hasType
boolean hasType().org.apache.flink.fn_execution.v1.Schema.FieldType type = 3;- Returns:
- Whether the type field is set.
-
getType
FlinkFnApi.Schema.FieldType getType().org.apache.flink.fn_execution.v1.Schema.FieldType type = 3;- Returns:
- The type.
-
getTypeOrBuilder
FlinkFnApi.Schema.FieldTypeOrBuilder getTypeOrBuilder().org.apache.flink.fn_execution.v1.Schema.FieldType type = 3;
-