public static interface Function.SourceSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsTopicsToSerDeClassName(String key)
map<string, string> topicsToSerDeClassName = 4; |
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 |
getSubscriptionName()
string subscriptionName = 9; |
com.google.protobuf.ByteString |
getSubscriptionNameBytes()
string subscriptionName = 9; |
Function.SubscriptionType |
getSubscriptionType()
configs used only when source feeds into functions
|
int |
getSubscriptionTypeValue()
configs used only when source feeds into functions
|
long |
getTimeoutMs()
uint64 timeoutMs = 6; |
String |
getTopicsPattern()
string topicsPattern = 7; |
com.google.protobuf.ByteString |
getTopicsPatternBytes()
string topicsPattern = 7; |
Map<String,String> |
getTopicsToSerDeClassName()
Deprecated.
|
int |
getTopicsToSerDeClassNameCount()
map<string, string> topicsToSerDeClassName = 4; |
Map<String,String> |
getTopicsToSerDeClassNameMap()
map<string, string> topicsToSerDeClassName = 4; |
String |
getTopicsToSerDeClassNameOrDefault(String key,
String defaultValue)
map<string, string> topicsToSerDeClassName = 4; |
String |
getTopicsToSerDeClassNameOrThrow(String key)
map<string, string> topicsToSerDeClassName = 4; |
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;int getSubscriptionTypeValue()
configs used only when source feeds into functions
.proto.SubscriptionType subscriptionType = 3;Function.SubscriptionType getSubscriptionType()
configs used only when source feeds into functions
.proto.SubscriptionType subscriptionType = 3;int getTopicsToSerDeClassNameCount()
map<string, string> topicsToSerDeClassName = 4;boolean containsTopicsToSerDeClassName(String key)
map<string, string> topicsToSerDeClassName = 4;@Deprecated Map<String,String> getTopicsToSerDeClassName()
getTopicsToSerDeClassNameMap() instead.Map<String,String> getTopicsToSerDeClassNameMap()
map<string, string> topicsToSerDeClassName = 4;String getTopicsToSerDeClassNameOrDefault(String key, String defaultValue)
map<string, string> topicsToSerDeClassName = 4;String getTopicsToSerDeClassNameOrThrow(String key)
map<string, string> topicsToSerDeClassName = 4;long getTimeoutMs()
uint64 timeoutMs = 6;String getTopicsPattern()
string topicsPattern = 7;com.google.protobuf.ByteString getTopicsPatternBytes()
string topicsPattern = 7;String getBuiltin()
If specified, this will refer to an archive that is already present in the server
string builtin = 8;com.google.protobuf.ByteString getBuiltinBytes()
If specified, this will refer to an archive that is already present in the server
string builtin = 8;String getSubscriptionName()
string subscriptionName = 9;com.google.protobuf.ByteString getSubscriptionNameBytes()
string subscriptionName = 9;Copyright © 2017–2018 Apache Software Foundation. All rights reserved.