Interface FlinkFnApi.Schema.FieldOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getDescription()
      string description = 2;
      com.google.protobuf.ByteString getDescriptionBytes()
      string description = 2;
      String getName()
      string name = 1;
      com.google.protobuf.ByteString getNameBytes()
      string name = 1;
      FlinkFnApi.Schema.FieldType getType()
      .org.apache.flink.fn_execution.v1.Schema.FieldType type = 3;
      FlinkFnApi.Schema.FieldTypeOrBuilder getTypeOrBuilder()
      .org.apache.flink.fn_execution.v1.Schema.FieldType type = 3;
      boolean hasType()
      .org.apache.flink.fn_execution.v1.Schema.FieldType type = 3;
      • 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 Detail

      • 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.