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 Summary
Modifier and TypeMethodDescriptionbooleanmap<string, string> consumerProperties = 10;booleanmap<string, string> schemaProperties = 9;If specified, this will refer to an archive that is already present in the servercom.google.protobuf.ByteStringIf specified, this will refer to an archive that is already present in the serverstring className = 1;com.google.protobuf.ByteStringstring className = 1;map in json formatcom.google.protobuf.ByteStringmap in json formatDeprecated.intmap<string, string> consumerProperties = 10;map<string, string> consumerProperties = 10;getConsumerPropertiesOrDefault(String key, String defaultValue) map<string, string> consumerProperties = 10;map<string, string> consumerProperties = 10;booleanbool forwardSourceMessageProperty = 8;.proto.ProducerSpec producerSpec = 11;.proto.ProducerSpec producerSpec = 11;Deprecated.intmap<string, string> schemaProperties = 9;map<string, string> schemaProperties = 9;getSchemaPropertiesOrDefault(String key, String defaultValue) map<string, string> schemaProperties = 9;map<string, string> schemaProperties = 9;Builtin schema type or custom schema class namecom.google.protobuf.ByteStringBuiltin schema type or custom schema class namestring serDeClassName = 4;com.google.protobuf.ByteStringstring serDeClassName = 4;getTopic()configs used only when functions output to sinkcom.google.protobuf.ByteStringconfigs used only when functions output to sinkstring typeClassName = 5;com.google.protobuf.ByteStringstring typeClassName = 5;boolean.proto.ProducerSpec producerSpec = 11;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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
map<string, string> schemaProperties = 9; -
getSchemaProperties
Deprecated.UsegetSchemaPropertiesMap()instead. -
getSchemaPropertiesMap
map<string, string> schemaProperties = 9; -
getSchemaPropertiesOrDefault
map<string, string> schemaProperties = 9; -
getSchemaPropertiesOrThrow
map<string, string> schemaProperties = 9; -
getConsumerPropertiesCount
int getConsumerPropertiesCount()map<string, string> consumerProperties = 10; -
containsConsumerProperties
map<string, string> consumerProperties = 10; -
getConsumerProperties
Deprecated.UsegetConsumerPropertiesMap()instead. -
getConsumerPropertiesMap
map<string, string> consumerProperties = 10; -
getConsumerPropertiesOrDefault
map<string, string> consumerProperties = 10; -
getConsumerPropertiesOrThrow
map<string, string> consumerProperties = 10;
-