Interface Function.ConsumerSpecOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Function.ConsumerSpec,Function.ConsumerSpec.Builder
- Enclosing class:
- Function
public static interface Function.ConsumerSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanmap<string, string> consumerProperties = 6;booleanmap<string, string> schemaProperties = 5;Deprecated.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;Deprecated.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;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getSchemaType
String getSchemaType()string schemaType = 1;- Returns:
- The schemaType.
-
getSchemaTypeBytes
com.google.protobuf.ByteString getSchemaTypeBytes()string schemaType = 1;- Returns:
- The bytes for schemaType.
-
getSerdeClassName
String getSerdeClassName()string serdeClassName = 2;- Returns:
- The serdeClassName.
-
getSerdeClassNameBytes
com.google.protobuf.ByteString getSerdeClassNameBytes()string serdeClassName = 2;- Returns:
- The bytes for serdeClassName.
-
getIsRegexPattern
boolean getIsRegexPattern()bool isRegexPattern = 3;- Returns:
- The isRegexPattern.
-
hasReceiverQueueSize
boolean hasReceiverQueueSize().proto.ConsumerSpec.ReceiverQueueSize receiverQueueSize = 4;- Returns:
- Whether the receiverQueueSize field is set.
-
getReceiverQueueSize
Function.ConsumerSpec.ReceiverQueueSize getReceiverQueueSize().proto.ConsumerSpec.ReceiverQueueSize receiverQueueSize = 4;- Returns:
- 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
Deprecated.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
Deprecated.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;- Returns:
- Whether the cryptoSpec field is set.
-
getCryptoSpec
Function.CryptoSpec getCryptoSpec().proto.CryptoSpec cryptoSpec = 7;- Returns:
- The cryptoSpec.
-
getCryptoSpecOrBuilder
Function.CryptoSpecOrBuilder getCryptoSpecOrBuilder().proto.CryptoSpec cryptoSpec = 7; -
getPoolMessages
boolean getPoolMessages()bool poolMessages = 8;- Returns:
- The poolMessages.
-