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 Detail

      • getClassName

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

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

        java.lang.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

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

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

        java.lang.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.
      • getSerDeClassName

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

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

        java.lang.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

        java.lang.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​(java.lang.String key)
        map<string, string> schemaProperties = 9;
      • getSchemaProperties

        @Deprecated
        java.util.Map<java.lang.String,​java.lang.String> getSchemaProperties()
        Deprecated.
      • getSchemaPropertiesMap

        java.util.Map<java.lang.String,​java.lang.String> getSchemaPropertiesMap()
        map<string, string> schemaProperties = 9;
      • getSchemaPropertiesOrDefault

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

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

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

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

        @Deprecated
        java.util.Map<java.lang.String,​java.lang.String> getConsumerProperties()
        Deprecated.
      • getConsumerPropertiesMap

        java.util.Map<java.lang.String,​java.lang.String> getConsumerPropertiesMap()
        map<string, string> consumerProperties = 10;
      • getConsumerPropertiesOrDefault

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

        java.lang.String getConsumerPropertiesOrThrow​(java.lang.String key)
        map<string, string> consumerProperties = 10;