接口 Function.SourceSpecOrBuilder
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 封闭类:
- Function
public static interface Function.SourceSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
方法概要
修饰符和类型方法说明booleancontainsInputSpecs(String key) boolean已过时。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;booleanbool cleanupSubscription = 11;map in json formatcom.google.protobuf.ByteStringmap in json format已过时。intgetInputSpecsOrDefault(String key, Function.ConsumerSpec defaultValue) longuint64 negativeAckRedeliveryDelayMs = 13;string subscriptionName = 9;com.google.protobuf.ByteStringstring subscriptionName = 9;.proto.SubscriptionPosition subscriptionPosition = 12;int.proto.SubscriptionPosition subscriptionPosition = 12;configs used only when source feeds into functionsintconfigs used only when source feeds into functionslonguint64 timeoutMs = 6;已过时。com.google.protobuf.ByteString已过时。已过时。int已过时。已过时。getTopicsToSerDeClassNameOrDefault(String key, String defaultValue) 已过时。已过时。string typeClassName = 5;com.google.protobuf.ByteStringstring typeClassName = 5;从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder
isInitialized从接口继承的方法 com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
方法详细资料
-
getClassName
String getClassName()string className = 1;- 返回:
- The className.
-
getClassNameBytes
com.google.protobuf.ByteString getClassNameBytes()string className = 1;- 返回:
- The bytes for className.
-
getConfigs
String getConfigs()map in json format
string configs = 2;- 返回:
- The configs.
-
getConfigsBytes
com.google.protobuf.ByteString getConfigsBytes()map in json format
string configs = 2;- 返回:
- The bytes for configs.
-
getTypeClassName
String getTypeClassName()string typeClassName = 5;- 返回:
- The typeClassName.
-
getTypeClassNameBytes
com.google.protobuf.ByteString getTypeClassNameBytes()string typeClassName = 5;- 返回:
- The bytes for typeClassName.
-
getSubscriptionTypeValue
int getSubscriptionTypeValue()configs used only when source feeds into functions
.proto.SubscriptionType subscriptionType = 3;- 返回:
- The enum numeric value on the wire for subscriptionType.
-
getSubscriptionType
Function.SubscriptionType getSubscriptionType()configs used only when source feeds into functions
.proto.SubscriptionType subscriptionType = 3;- 返回:
- The subscriptionType.
-
getTopicsToSerDeClassNameCount
已过时。@deprecated -- use topicsToSchema
map<string, string> topicsToSerDeClassName = 4 [deprecated = true]; -
containsTopicsToSerDeClassName
已过时。@deprecated -- use topicsToSchema
map<string, string> topicsToSerDeClassName = 4 [deprecated = true]; -
getTopicsToSerDeClassName
已过时。UsegetTopicsToSerDeClassNameMap()instead. -
getTopicsToSerDeClassNameMap
已过时。@deprecated -- use topicsToSchema
map<string, string> topicsToSerDeClassName = 4 [deprecated = true]; -
getTopicsToSerDeClassNameOrDefault
已过时。@deprecated -- use topicsToSchema
map<string, string> topicsToSerDeClassName = 4 [deprecated = true]; -
getTopicsToSerDeClassNameOrThrow
已过时。@deprecated -- use topicsToSchema
map<string, string> topicsToSerDeClassName = 4 [deprecated = true]; -
getInputSpecsCount
int getInputSpecsCount()map<string, .proto.ConsumerSpec> inputSpecs = 10; -
containsInputSpecs
map<string, .proto.ConsumerSpec> inputSpecs = 10; -
getInputSpecs
已过时。UsegetInputSpecsMap()instead. -
getInputSpecsMap
Map<String,Function.ConsumerSpec> getInputSpecsMap()map<string, .proto.ConsumerSpec> inputSpecs = 10; -
getInputSpecsOrDefault
map<string, .proto.ConsumerSpec> inputSpecs = 10; -
getInputSpecsOrThrow
map<string, .proto.ConsumerSpec> inputSpecs = 10; -
getTimeoutMs
long getTimeoutMs()uint64 timeoutMs = 6;- 返回:
- The timeoutMs.
-
getTopicsPattern
已过时。string topicsPattern = 7 [deprecated = true];- 返回:
- The topicsPattern.
-
getTopicsPatternBytes
已过时。string topicsPattern = 7 [deprecated = true];- 返回:
- The bytes for topicsPattern.
-
getBuiltin
String getBuiltin()If specified, this will refer to an archive that is already present in the server
string builtin = 8;- 返回:
- 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 = 8;- 返回:
- The bytes for builtin.
-
getSubscriptionName
String getSubscriptionName()string subscriptionName = 9;- 返回:
- The subscriptionName.
-
getSubscriptionNameBytes
com.google.protobuf.ByteString getSubscriptionNameBytes()string subscriptionName = 9;- 返回:
- The bytes for subscriptionName.
-
getCleanupSubscription
boolean getCleanupSubscription()bool cleanupSubscription = 11;- 返回:
- The cleanupSubscription.
-
getSubscriptionPositionValue
int getSubscriptionPositionValue().proto.SubscriptionPosition subscriptionPosition = 12;- 返回:
- The enum numeric value on the wire for subscriptionPosition.
-
getSubscriptionPosition
Function.SubscriptionPosition getSubscriptionPosition().proto.SubscriptionPosition subscriptionPosition = 12;- 返回:
- The subscriptionPosition.
-
getNegativeAckRedeliveryDelayMs
long getNegativeAckRedeliveryDelayMs()uint64 negativeAckRedeliveryDelayMs = 13;- 返回:
- The negativeAckRedeliveryDelayMs.
-