Interface FlinkFnApi.InputOrBuilder

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

public static interface FlinkFnApi.InputOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
     
    com.google.protobuf.ByteString
    bytes inputConstant = 3;
    int
    int32 inputOffset = 2;
    .org.apache.flink.fn_execution.v1.UserDefinedFunction udf = 1;
    .org.apache.flink.fn_execution.v1.UserDefinedFunction udf = 1;
    boolean
    bytes inputConstant = 3;
    boolean
    int32 inputOffset = 2;
    boolean
    .org.apache.flink.fn_execution.v1.UserDefinedFunction udf = 1;

    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

    • hasUdf

      boolean hasUdf()
      .org.apache.flink.fn_execution.v1.UserDefinedFunction udf = 1;
      Returns:
      Whether the udf field is set.
    • getUdf

      .org.apache.flink.fn_execution.v1.UserDefinedFunction udf = 1;
      Returns:
      The udf.
    • getUdfOrBuilder

      .org.apache.flink.fn_execution.v1.UserDefinedFunction udf = 1;
    • hasInputOffset

      boolean hasInputOffset()
      int32 inputOffset = 2;
      Returns:
      Whether the inputOffset field is set.
    • getInputOffset

      int getInputOffset()
      int32 inputOffset = 2;
      Returns:
      The inputOffset.
    • hasInputConstant

      boolean hasInputConstant()
      bytes inputConstant = 3;
      Returns:
      Whether the inputConstant field is set.
    • getInputConstant

      com.google.protobuf.ByteString getInputConstant()
      bytes inputConstant = 3;
      Returns:
      The inputConstant.
    • getInputCase