Interface Function.ProducerSpecOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Function.ProducerSpec,Function.ProducerSpec.Builder
- Enclosing class:
- Function
public static interface Function.ProducerSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring batchBuilder = 5;com.google.protobuf.ByteStringstring batchBuilder = 5;.proto.CompressionType compressionType = 6;int.proto.CompressionType compressionType = 6;.proto.CryptoSpec cryptoSpec = 4;.proto.CryptoSpec cryptoSpec = 4;intint32 maxPendingMessages = 1;intint32 maxPendingMessagesAcrossPartitions = 2;booleanbool useThreadLocalProducers = 3;boolean.proto.CryptoSpec cryptoSpec = 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
-
getMaxPendingMessages
int getMaxPendingMessages()int32 maxPendingMessages = 1;- Returns:
- The maxPendingMessages.
-
getMaxPendingMessagesAcrossPartitions
int getMaxPendingMessagesAcrossPartitions()int32 maxPendingMessagesAcrossPartitions = 2;- Returns:
- The maxPendingMessagesAcrossPartitions.
-
getUseThreadLocalProducers
boolean getUseThreadLocalProducers()bool useThreadLocalProducers = 3;- Returns:
- The useThreadLocalProducers.
-
hasCryptoSpec
boolean hasCryptoSpec().proto.CryptoSpec cryptoSpec = 4;- Returns:
- Whether the cryptoSpec field is set.
-
getCryptoSpec
Function.CryptoSpec getCryptoSpec().proto.CryptoSpec cryptoSpec = 4;- Returns:
- The cryptoSpec.
-
getCryptoSpecOrBuilder
Function.CryptoSpecOrBuilder getCryptoSpecOrBuilder().proto.CryptoSpec cryptoSpec = 4; -
getBatchBuilder
String getBatchBuilder()string batchBuilder = 5;- Returns:
- The batchBuilder.
-
getBatchBuilderBytes
com.google.protobuf.ByteString getBatchBuilderBytes()string batchBuilder = 5;- Returns:
- The bytes for batchBuilder.
-
getCompressionTypeValue
int getCompressionTypeValue().proto.CompressionType compressionType = 6;- Returns:
- The enum numeric value on the wire for compressionType.
-
getCompressionType
Function.CompressionType getCompressionType().proto.CompressionType compressionType = 6;- Returns:
- The compressionType.
-