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 Type
    Method
    Description
    string description = 2;
    com.google.protobuf.ByteString
    string description = 2;
    string name = 1;
    com.google.protobuf.ByteString
    string name = 1;
    .org.apache.flink.fn_execution.v1.Schema.FieldType type = 3;
    .org.apache.flink.fn_execution.v1.Schema.FieldType type = 3;
    boolean
    .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 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

      .org.apache.flink.fn_execution.v1.Schema.FieldType type = 3;
      Returns:
      The type.
    • getTypeOrBuilder

      .org.apache.flink.fn_execution.v1.Schema.FieldType type = 3;