Interface FlinkFnApi.TypeInfo.RowTypeInfo.FieldOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
FlinkFnApi.TypeInfo.RowTypeInfo.Field, FlinkFnApi.TypeInfo.RowTypeInfo.Field.Builder
Enclosing class:
FlinkFnApi.TypeInfo.RowTypeInfo

public static interface FlinkFnApi.TypeInfo.RowTypeInfo.FieldOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string field_name = 1;
    com.google.protobuf.ByteString
    string field_name = 1;
    .org.apache.flink.fn_execution.v1.TypeInfo field_type = 2;
    .org.apache.flink.fn_execution.v1.TypeInfo field_type = 2;
    boolean
    .org.apache.flink.fn_execution.v1.TypeInfo field_type = 2;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getFieldName

      String getFieldName()
      string field_name = 1;
      Returns:
      The fieldName.
    • getFieldNameBytes

      com.google.protobuf.ByteString getFieldNameBytes()
      string field_name = 1;
      Returns:
      The bytes for fieldName.
    • hasFieldType

      boolean hasFieldType()
      .org.apache.flink.fn_execution.v1.TypeInfo field_type = 2;
      Returns:
      Whether the fieldType field is set.
    • getFieldType

      FlinkFnApi.TypeInfo getFieldType()
      .org.apache.flink.fn_execution.v1.TypeInfo field_type = 2;
      Returns:
      The fieldType.
    • getFieldTypeOrBuilder

      FlinkFnApi.TypeInfoOrBuilder getFieldTypeOrBuilder()
      .org.apache.flink.fn_execution.v1.TypeInfo field_type = 2;