接口 Function.ConsumerSpecOrBuilder
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 封闭类:
- Function
public static interface Function.ConsumerSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
方法概要
修饰符和类型方法说明booleanmap<string, string> consumerProperties = 6;booleanmap<string, string> schemaProperties = 5;已过时。intmap<string, string> consumerProperties = 6;map<string, string> consumerProperties = 6;getConsumerPropertiesOrDefault(String key, String defaultValue) map<string, string> consumerProperties = 6;map<string, string> consumerProperties = 6;.proto.CryptoSpec cryptoSpec = 7;.proto.CryptoSpec cryptoSpec = 7;booleanbool isRegexPattern = 3;booleanbool poolMessages = 8;.proto.ConsumerSpec.ReceiverQueueSize receiverQueueSize = 4;.proto.ConsumerSpec.ReceiverQueueSize receiverQueueSize = 4;已过时。intmap<string, string> schemaProperties = 5;map<string, string> schemaProperties = 5;getSchemaPropertiesOrDefault(String key, String defaultValue) map<string, string> schemaProperties = 5;map<string, string> schemaProperties = 5;string schemaType = 1;com.google.protobuf.ByteStringstring schemaType = 1;string serdeClassName = 2;com.google.protobuf.ByteStringstring serdeClassName = 2;boolean.proto.CryptoSpec cryptoSpec = 7;boolean.proto.ConsumerSpec.ReceiverQueueSize receiverQueueSize = 4;从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder
isInitialized从接口继承的方法 com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
方法详细资料
-
getSchemaType
String getSchemaType()string schemaType = 1;- 返回:
- The schemaType.
-
getSchemaTypeBytes
com.google.protobuf.ByteString getSchemaTypeBytes()string schemaType = 1;- 返回:
- The bytes for schemaType.
-
getSerdeClassName
String getSerdeClassName()string serdeClassName = 2;- 返回:
- The serdeClassName.
-
getSerdeClassNameBytes
com.google.protobuf.ByteString getSerdeClassNameBytes()string serdeClassName = 2;- 返回:
- The bytes for serdeClassName.
-
getIsRegexPattern
boolean getIsRegexPattern()bool isRegexPattern = 3;- 返回:
- The isRegexPattern.
-
hasReceiverQueueSize
boolean hasReceiverQueueSize().proto.ConsumerSpec.ReceiverQueueSize receiverQueueSize = 4;- 返回:
- Whether the receiverQueueSize field is set.
-
getReceiverQueueSize
Function.ConsumerSpec.ReceiverQueueSize getReceiverQueueSize().proto.ConsumerSpec.ReceiverQueueSize receiverQueueSize = 4;- 返回:
- The receiverQueueSize.
-
getReceiverQueueSizeOrBuilder
Function.ConsumerSpec.ReceiverQueueSizeOrBuilder getReceiverQueueSizeOrBuilder().proto.ConsumerSpec.ReceiverQueueSize receiverQueueSize = 4; -
getSchemaPropertiesCount
int getSchemaPropertiesCount()map<string, string> schemaProperties = 5; -
containsSchemaProperties
map<string, string> schemaProperties = 5; -
getSchemaProperties
已过时。UsegetSchemaPropertiesMap()instead. -
getSchemaPropertiesMap
map<string, string> schemaProperties = 5; -
getSchemaPropertiesOrDefault
map<string, string> schemaProperties = 5; -
getSchemaPropertiesOrThrow
map<string, string> schemaProperties = 5; -
getConsumerPropertiesCount
int getConsumerPropertiesCount()map<string, string> consumerProperties = 6; -
containsConsumerProperties
map<string, string> consumerProperties = 6; -
getConsumerProperties
已过时。UsegetConsumerPropertiesMap()instead. -
getConsumerPropertiesMap
map<string, string> consumerProperties = 6; -
getConsumerPropertiesOrDefault
map<string, string> consumerProperties = 6; -
getConsumerPropertiesOrThrow
map<string, string> consumerProperties = 6; -
hasCryptoSpec
boolean hasCryptoSpec().proto.CryptoSpec cryptoSpec = 7;- 返回:
- Whether the cryptoSpec field is set.
-
getCryptoSpec
Function.CryptoSpec getCryptoSpec().proto.CryptoSpec cryptoSpec = 7;- 返回:
- The cryptoSpec.
-
getCryptoSpecOrBuilder
Function.CryptoSpecOrBuilder getCryptoSpecOrBuilder().proto.CryptoSpec cryptoSpec = 7; -
getPoolMessages
boolean getPoolMessages()bool poolMessages = 8;- 返回:
- The poolMessages.
-