public static interface Function.ConsumerSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsConsumerProperties(String key)
map<string, string> consumerProperties = 6; |
boolean |
containsSchemaProperties(String key)
map<string, string> schemaProperties = 5; |
Map<String,String> |
getConsumerProperties()
Deprecated.
|
int |
getConsumerPropertiesCount()
map<string, string> consumerProperties = 6; |
Map<String,String> |
getConsumerPropertiesMap()
map<string, string> consumerProperties = 6; |
String |
getConsumerPropertiesOrDefault(String key,
String defaultValue)
map<string, string> consumerProperties = 6; |
String |
getConsumerPropertiesOrThrow(String key)
map<string, string> consumerProperties = 6; |
Function.CryptoSpec |
getCryptoSpec()
.proto.CryptoSpec cryptoSpec = 7; |
Function.CryptoSpecOrBuilder |
getCryptoSpecOrBuilder()
.proto.CryptoSpec cryptoSpec = 7; |
boolean |
getIsRegexPattern()
bool isRegexPattern = 3; |
Function.ConsumerSpec.ReceiverQueueSize |
getReceiverQueueSize()
.proto.ConsumerSpec.ReceiverQueueSize receiverQueueSize = 4; |
Function.ConsumerSpec.ReceiverQueueSizeOrBuilder |
getReceiverQueueSizeOrBuilder()
.proto.ConsumerSpec.ReceiverQueueSize receiverQueueSize = 4; |
Map<String,String> |
getSchemaProperties()
Deprecated.
|
int |
getSchemaPropertiesCount()
map<string, string> schemaProperties = 5; |
Map<String,String> |
getSchemaPropertiesMap()
map<string, string> schemaProperties = 5; |
String |
getSchemaPropertiesOrDefault(String key,
String defaultValue)
map<string, string> schemaProperties = 5; |
String |
getSchemaPropertiesOrThrow(String key)
map<string, string> schemaProperties = 5; |
String |
getSchemaType()
string schemaType = 1; |
com.google.protobuf.ByteString |
getSchemaTypeBytes()
string schemaType = 1; |
String |
getSerdeClassName()
string serdeClassName = 2; |
com.google.protobuf.ByteString |
getSerdeClassNameBytes()
string serdeClassName = 2; |
boolean |
hasCryptoSpec()
.proto.CryptoSpec cryptoSpec = 7; |
boolean |
hasReceiverQueueSize()
.proto.ConsumerSpec.ReceiverQueueSize receiverQueueSize = 4; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getSchemaType()
string schemaType = 1;com.google.protobuf.ByteString getSchemaTypeBytes()
string schemaType = 1;String getSerdeClassName()
string serdeClassName = 2;com.google.protobuf.ByteString getSerdeClassNameBytes()
string serdeClassName = 2;boolean getIsRegexPattern()
bool isRegexPattern = 3;boolean hasReceiverQueueSize()
.proto.ConsumerSpec.ReceiverQueueSize receiverQueueSize = 4;Function.ConsumerSpec.ReceiverQueueSize getReceiverQueueSize()
.proto.ConsumerSpec.ReceiverQueueSize receiverQueueSize = 4;Function.ConsumerSpec.ReceiverQueueSizeOrBuilder getReceiverQueueSizeOrBuilder()
.proto.ConsumerSpec.ReceiverQueueSize receiverQueueSize = 4;int getSchemaPropertiesCount()
map<string, string> schemaProperties = 5;boolean containsSchemaProperties(String key)
map<string, string> schemaProperties = 5;@Deprecated Map<String,String> getSchemaProperties()
getSchemaPropertiesMap() instead.Map<String,String> getSchemaPropertiesMap()
map<string, string> schemaProperties = 5;String getSchemaPropertiesOrDefault(String key, String defaultValue)
map<string, string> schemaProperties = 5;String getSchemaPropertiesOrThrow(String key)
map<string, string> schemaProperties = 5;int getConsumerPropertiesCount()
map<string, string> consumerProperties = 6;boolean containsConsumerProperties(String key)
map<string, string> consumerProperties = 6;@Deprecated Map<String,String> getConsumerProperties()
getConsumerPropertiesMap() instead.Map<String,String> getConsumerPropertiesMap()
map<string, string> consumerProperties = 6;String getConsumerPropertiesOrDefault(String key, String defaultValue)
map<string, string> consumerProperties = 6;String getConsumerPropertiesOrThrow(String key)
map<string, string> consumerProperties = 6;boolean hasCryptoSpec()
.proto.CryptoSpec cryptoSpec = 7;Function.CryptoSpec getCryptoSpec()
.proto.CryptoSpec cryptoSpec = 7;Function.CryptoSpecOrBuilder getCryptoSpecOrBuilder()
.proto.CryptoSpec cryptoSpec = 7;Copyright © 2017–2021 Apache Software Foundation. All rights reserved.