Interface Function.SinkSpecOrBuilder

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

public static interface Function.SinkSpecOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getClassName

      String getClassName()
      string className = 1;
      Returns:
      The className.
    • getClassNameBytes

      com.google.protobuf.ByteString getClassNameBytes()
      string className = 1;
      Returns:
      The bytes for className.
    • getConfigs

      String getConfigs()
       map in json format
       
      string configs = 2;
      Returns:
      The configs.
    • getConfigsBytes

      com.google.protobuf.ByteString getConfigsBytes()
       map in json format
       
      string configs = 2;
      Returns:
      The bytes for configs.
    • getTypeClassName

      String getTypeClassName()
      string typeClassName = 5;
      Returns:
      The typeClassName.
    • getTypeClassNameBytes

      com.google.protobuf.ByteString getTypeClassNameBytes()
      string typeClassName = 5;
      Returns:
      The bytes for typeClassName.
    • getTopic

      String getTopic()
       configs used only when functions output to sink
       
      string topic = 3;
      Returns:
      The topic.
    • getTopicBytes

      com.google.protobuf.ByteString getTopicBytes()
       configs used only when functions output to sink
       
      string topic = 3;
      Returns:
      The bytes for topic.
    • hasProducerSpec

      boolean hasProducerSpec()
      .proto.ProducerSpec producerSpec = 11;
      Returns:
      Whether the producerSpec field is set.
    • getProducerSpec

      Function.ProducerSpec getProducerSpec()
      .proto.ProducerSpec producerSpec = 11;
      Returns:
      The producerSpec.
    • getProducerSpecOrBuilder

      Function.ProducerSpecOrBuilder getProducerSpecOrBuilder()
      .proto.ProducerSpec producerSpec = 11;
    • getSerDeClassName

      String getSerDeClassName()
      string serDeClassName = 4;
      Returns:
      The serDeClassName.
    • getSerDeClassNameBytes

      com.google.protobuf.ByteString getSerDeClassNameBytes()
      string serDeClassName = 4;
      Returns:
      The bytes for serDeClassName.
    • getBuiltin

      String getBuiltin()
       If specified, this will refer to an archive that is
       already present in the server 
       
      string builtin = 6;
      Returns:
      The builtin.
    • getBuiltinBytes

      com.google.protobuf.ByteString getBuiltinBytes()
       If specified, this will refer to an archive that is
       already present in the server 
       
      string builtin = 6;
      Returns:
      The bytes for builtin.
    • getSchemaType

      String getSchemaType()
      
       Builtin schema type or custom schema class name
       
      string schemaType = 7;
      Returns:
      The schemaType.
    • getSchemaTypeBytes

      com.google.protobuf.ByteString getSchemaTypeBytes()
      
       Builtin schema type or custom schema class name
       
      string schemaType = 7;
      Returns:
      The bytes for schemaType.
    • getForwardSourceMessageProperty

      boolean getForwardSourceMessageProperty()
      bool forwardSourceMessageProperty = 8;
      Returns:
      The forwardSourceMessageProperty.
    • getSchemaPropertiesCount

      int getSchemaPropertiesCount()
      map<string, string> schemaProperties = 9;
    • containsSchemaProperties

      boolean containsSchemaProperties(String key)
      map<string, string> schemaProperties = 9;
    • getSchemaProperties

      @Deprecated Map<String,String> getSchemaProperties()
      Deprecated.
    • getSchemaPropertiesMap

      Map<String,String> getSchemaPropertiesMap()
      map<string, string> schemaProperties = 9;
    • getSchemaPropertiesOrDefault

      String getSchemaPropertiesOrDefault(String key, String defaultValue)
      map<string, string> schemaProperties = 9;
    • getSchemaPropertiesOrThrow

      String getSchemaPropertiesOrThrow(String key)
      map<string, string> schemaProperties = 9;
    • getConsumerPropertiesCount

      int getConsumerPropertiesCount()
      map<string, string> consumerProperties = 10;
    • containsConsumerProperties

      boolean containsConsumerProperties(String key)
      map<string, string> consumerProperties = 10;
    • getConsumerProperties

      @Deprecated Map<String,String> getConsumerProperties()
      Deprecated.
    • getConsumerPropertiesMap

      Map<String,String> getConsumerPropertiesMap()
      map<string, string> consumerProperties = 10;
    • getConsumerPropertiesOrDefault

      String getConsumerPropertiesOrDefault(String key, String defaultValue)
      map<string, string> consumerProperties = 10;
    • getConsumerPropertiesOrThrow

      String getConsumerPropertiesOrThrow(String key)
      map<string, string> consumerProperties = 10;