public static interface Function.SinkSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getBuiltin()
If specified, this will refer to an archive that is
already present in the server
|
com.google.protobuf.ByteString |
getBuiltinBytes()
If specified, this will refer to an archive that is
already present in the server
|
String |
getClassName()
string className = 1; |
com.google.protobuf.ByteString |
getClassNameBytes()
string className = 1; |
String |
getConfigs()
map in json format
|
com.google.protobuf.ByteString |
getConfigsBytes()
map in json format
|
String |
getSchemaType()
Builtin schema type or custom schema class name
|
com.google.protobuf.ByteString |
getSchemaTypeBytes()
Builtin schema type or custom schema class name
|
String |
getSerDeClassName()
string serDeClassName = 4; |
com.google.protobuf.ByteString |
getSerDeClassNameBytes()
string serDeClassName = 4; |
String |
getTopic()
configs used only when functions output to sink
|
com.google.protobuf.ByteString |
getTopicBytes()
configs used only when functions output to sink
|
String |
getTypeClassName()
string typeClassName = 5; |
com.google.protobuf.ByteString |
getTypeClassNameBytes()
string typeClassName = 5; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getClassName()
string className = 1;com.google.protobuf.ByteString getClassNameBytes()
string className = 1;String getConfigs()
map in json format
string configs = 2;com.google.protobuf.ByteString getConfigsBytes()
map in json format
string configs = 2;String getTypeClassName()
string typeClassName = 5;com.google.protobuf.ByteString getTypeClassNameBytes()
string typeClassName = 5;String getTopic()
configs used only when functions output to sink
string topic = 3;com.google.protobuf.ByteString getTopicBytes()
configs used only when functions output to sink
string topic = 3;String getSerDeClassName()
string serDeClassName = 4;com.google.protobuf.ByteString getSerDeClassNameBytes()
string serDeClassName = 4;String getBuiltin()
If specified, this will refer to an archive that is already present in the server
string builtin = 6;com.google.protobuf.ByteString getBuiltinBytes()
If specified, this will refer to an archive that is already present in the server
string builtin = 6;String getSchemaType()
Builtin schema type or custom schema class name
string schemaType = 7;com.google.protobuf.ByteString getSchemaTypeBytes()
Builtin schema type or custom schema class name
string schemaType = 7;Copyright © 2017–2019 Apache Software Foundation. All rights reserved.