public static interface Function.SourceSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsInputSpecs(String key) |
boolean |
containsTopicsToSerDeClassName(String key)
Deprecated.
|
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; |
boolean |
getCleanupSubscription()
bool cleanupSubscription = 11; |
String |
getConfigs()
map in json format
|
com.google.protobuf.ByteString |
getConfigsBytes()
map in json format
|
Map<String,Function.ConsumerSpec> |
getInputSpecs()
Deprecated.
|
int |
getInputSpecsCount() |
Map<String,Function.ConsumerSpec> |
getInputSpecsMap() |
Function.ConsumerSpec |
getInputSpecsOrDefault(String key,
Function.ConsumerSpec defaultValue) |
Function.ConsumerSpec |
getInputSpecsOrThrow(String key) |
long |
getNegativeAckRedeliveryDelayMs()
uint64 negativeAckRedeliveryDelayMs = 13; |
String |
getSubscriptionName()
string subscriptionName = 9; |
com.google.protobuf.ByteString |
getSubscriptionNameBytes()
string subscriptionName = 9; |
Function.SubscriptionPosition |
getSubscriptionPosition()
.proto.SubscriptionPosition subscriptionPosition = 12; |
int |
getSubscriptionPositionValue()
.proto.SubscriptionPosition subscriptionPosition = 12; |
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()
Deprecated.
|
com.google.protobuf.ByteString |
getTopicsPatternBytes()
Deprecated.
|
Map<String,String> |
getTopicsToSerDeClassName()
Deprecated.
|
int |
getTopicsToSerDeClassNameCount()
Deprecated.
|
Map<String,String> |
getTopicsToSerDeClassNameMap()
Deprecated.
|
String |
getTopicsToSerDeClassNameOrDefault(String key,
String defaultValue)
Deprecated.
|
String |
getTopicsToSerDeClassNameOrThrow(String key)
Deprecated.
|
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;@Deprecated int getTopicsToSerDeClassNameCount()
@deprecated -- use topicsToSchema
map<string, string> topicsToSerDeClassName = 4 [deprecated = true];@Deprecated boolean containsTopicsToSerDeClassName(String key)
@deprecated -- use topicsToSchema
map<string, string> topicsToSerDeClassName = 4 [deprecated = true];@Deprecated Map<String,String> getTopicsToSerDeClassName()
getTopicsToSerDeClassNameMap() instead.@Deprecated Map<String,String> getTopicsToSerDeClassNameMap()
@deprecated -- use topicsToSchema
map<string, string> topicsToSerDeClassName = 4 [deprecated = true];@Deprecated String getTopicsToSerDeClassNameOrDefault(String key, String defaultValue)
@deprecated -- use topicsToSchema
map<string, string> topicsToSerDeClassName = 4 [deprecated = true];@Deprecated String getTopicsToSerDeClassNameOrThrow(String key)
@deprecated -- use topicsToSchema
map<string, string> topicsToSerDeClassName = 4 [deprecated = true];int getInputSpecsCount()
map<string, .proto.ConsumerSpec> inputSpecs = 10;boolean containsInputSpecs(String key)
map<string, .proto.ConsumerSpec> inputSpecs = 10;@Deprecated Map<String,Function.ConsumerSpec> getInputSpecs()
getInputSpecsMap() instead.Map<String,Function.ConsumerSpec> getInputSpecsMap()
map<string, .proto.ConsumerSpec> inputSpecs = 10;Function.ConsumerSpec getInputSpecsOrDefault(String key, Function.ConsumerSpec defaultValue)
map<string, .proto.ConsumerSpec> inputSpecs = 10;Function.ConsumerSpec getInputSpecsOrThrow(String key)
map<string, .proto.ConsumerSpec> inputSpecs = 10;long getTimeoutMs()
uint64 timeoutMs = 6;@Deprecated String getTopicsPattern()
string topicsPattern = 7 [deprecated = true];@Deprecated com.google.protobuf.ByteString getTopicsPatternBytes()
string topicsPattern = 7 [deprecated = true];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;boolean getCleanupSubscription()
bool cleanupSubscription = 11;int getSubscriptionPositionValue()
.proto.SubscriptionPosition subscriptionPosition = 12;Function.SubscriptionPosition getSubscriptionPosition()
.proto.SubscriptionPosition subscriptionPosition = 12;long getNegativeAckRedeliveryDelayMs()
uint64 negativeAckRedeliveryDelayMs = 13;Copyright © 2017–2022 Apache Software Foundation. All rights reserved.