public interface KafkaProducerRecordOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getKey()
string key = 1; |
ByteString |
getKeyBytes()
string key = 1; |
java.lang.String |
getTopic()
string topic = 3; |
ByteString |
getTopicBytes()
string topic = 3; |
ByteString |
getValueBytes()
bytes value_bytes = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.lang.String getKey()
string key = 1;
ByteString getKeyBytes()
string key = 1;
ByteString getValueBytes()
bytes value_bytes = 2;
java.lang.String getTopic()
string topic = 3;
ByteString getTopicBytes()
string topic = 3;
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.