public static final class PulsarApi.CommandProducer extends org.apache.pulsar.shaded.com.google.protobuf.v241.GeneratedMessageLite implements PulsarApi.CommandProducerOrBuilder, ByteBufCodedOutputStream.ByteBufGeneratedMessage
| Modifier and Type | Class and Description |
|---|---|
static class |
PulsarApi.CommandProducer.Builder |
org.apache.pulsar.shaded.com.google.protobuf.v241.GeneratedMessageLite.ExtendableBuilder<MessageType extends org.apache.pulsar.shaded.com.google.protobuf.v241.GeneratedMessageLite.ExtendableMessage<MessageType>,BuilderType extends org.apache.pulsar.shaded.com.google.protobuf.v241.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, org.apache.pulsar.shaded.com.google.protobuf.v241.GeneratedMessageLite.ExtendableMessage<MessageType extends org.apache.pulsar.shaded.com.google.protobuf.v241.GeneratedMessageLite.ExtendableMessage<MessageType>>, org.apache.pulsar.shaded.com.google.protobuf.v241.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends org.apache.pulsar.shaded.com.google.protobuf.v241.GeneratedMessageLite.ExtendableMessage>, org.apache.pulsar.shaded.com.google.protobuf.v241.GeneratedMessageLite.GeneratedExtension<ContainingType extends org.apache.pulsar.shaded.com.google.protobuf.v241.MessageLite,Type>| Modifier and Type | Field and Description |
|---|---|
static int |
ENCRYPTED_FIELD_NUMBER |
static int |
EPOCH_FIELD_NUMBER |
static int |
METADATA_FIELD_NUMBER |
static int |
PRODUCER_ID_FIELD_NUMBER |
static int |
PRODUCER_NAME_FIELD_NUMBER |
static int |
REQUEST_ID_FIELD_NUMBER |
static int |
SCHEMA_FIELD_NUMBER |
static int |
TOPIC_FIELD_NUMBER |
static int |
USER_PROVIDED_PRODUCER_NAME_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
static PulsarApi.CommandProducer |
getDefaultInstance() |
PulsarApi.CommandProducer |
getDefaultInstanceForType() |
boolean |
getEncrypted() |
long |
getEpoch() |
PulsarApi.KeyValue |
getMetadata(int index) |
int |
getMetadataCount() |
List<PulsarApi.KeyValue> |
getMetadataList() |
PulsarApi.KeyValueOrBuilder |
getMetadataOrBuilder(int index) |
List<? extends PulsarApi.KeyValueOrBuilder> |
getMetadataOrBuilderList() |
long |
getProducerId() |
String |
getProducerName() |
long |
getRequestId() |
PulsarApi.Schema |
getSchema() |
int |
getSerializedSize() |
String |
getTopic() |
boolean |
getUserProvidedProducerName() |
boolean |
hasEncrypted() |
boolean |
hasEpoch() |
boolean |
hasProducerId() |
boolean |
hasProducerName() |
boolean |
hasRequestId() |
boolean |
hasSchema() |
boolean |
hasTopic() |
boolean |
hasUserProvidedProducerName() |
boolean |
isInitialized() |
static PulsarApi.CommandProducer.Builder |
newBuilder() |
static PulsarApi.CommandProducer.Builder |
newBuilder(PulsarApi.CommandProducer prototype) |
PulsarApi.CommandProducer.Builder |
newBuilderForType() |
static PulsarApi.CommandProducer |
parseDelimitedFrom(InputStream input) |
static PulsarApi.CommandProducer |
parseDelimitedFrom(InputStream input,
org.apache.pulsar.shaded.com.google.protobuf.v241.ExtensionRegistryLite extensionRegistry) |
static PulsarApi.CommandProducer |
parseFrom(byte[] data) |
static PulsarApi.CommandProducer |
parseFrom(byte[] data,
org.apache.pulsar.shaded.com.google.protobuf.v241.ExtensionRegistryLite extensionRegistry) |
static PulsarApi.CommandProducer |
parseFrom(org.apache.pulsar.shaded.com.google.protobuf.v241.ByteString data) |
static PulsarApi.CommandProducer |
parseFrom(org.apache.pulsar.shaded.com.google.protobuf.v241.ByteString data,
org.apache.pulsar.shaded.com.google.protobuf.v241.ExtensionRegistryLite extensionRegistry) |
static PulsarApi.CommandProducer |
parseFrom(org.apache.pulsar.shaded.com.google.protobuf.v241.CodedInputStream input) |
static PulsarApi.CommandProducer |
parseFrom(org.apache.pulsar.shaded.com.google.protobuf.v241.CodedInputStream input,
org.apache.pulsar.shaded.com.google.protobuf.v241.ExtensionRegistryLite extensionRegistry) |
static PulsarApi.CommandProducer |
parseFrom(InputStream input) |
static PulsarApi.CommandProducer |
parseFrom(InputStream input,
org.apache.pulsar.shaded.com.google.protobuf.v241.ExtensionRegistryLite extensionRegistry) |
void |
recycle() |
PulsarApi.CommandProducer.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(ByteBufCodedOutputStream output) |
void |
writeTo(org.apache.pulsar.shaded.com.google.protobuf.v241.CodedOutputStream output) |
newRepeatedGeneratedExtension, newSingularGeneratedExtensionpublic static final int TOPIC_FIELD_NUMBER
public static final int PRODUCER_ID_FIELD_NUMBER
public static final int REQUEST_ID_FIELD_NUMBER
public static final int PRODUCER_NAME_FIELD_NUMBER
public static final int ENCRYPTED_FIELD_NUMBER
public static final int METADATA_FIELD_NUMBER
public static final int SCHEMA_FIELD_NUMBER
public static final int EPOCH_FIELD_NUMBER
public static final int USER_PROVIDED_PRODUCER_NAME_FIELD_NUMBER
public void recycle()
public static PulsarApi.CommandProducer getDefaultInstance()
public PulsarApi.CommandProducer getDefaultInstanceForType()
getDefaultInstanceForType in interface org.apache.pulsar.shaded.com.google.protobuf.v241.MessageLiteOrBuilderpublic boolean hasTopic()
hasTopic in interface PulsarApi.CommandProducerOrBuilderpublic String getTopic()
getTopic in interface PulsarApi.CommandProducerOrBuilderpublic boolean hasProducerId()
hasProducerId in interface PulsarApi.CommandProducerOrBuilderpublic long getProducerId()
getProducerId in interface PulsarApi.CommandProducerOrBuilderpublic boolean hasRequestId()
hasRequestId in interface PulsarApi.CommandProducerOrBuilderpublic long getRequestId()
getRequestId in interface PulsarApi.CommandProducerOrBuilderpublic boolean hasProducerName()
hasProducerName in interface PulsarApi.CommandProducerOrBuilderpublic String getProducerName()
getProducerName in interface PulsarApi.CommandProducerOrBuilderpublic boolean hasEncrypted()
hasEncrypted in interface PulsarApi.CommandProducerOrBuilderpublic boolean getEncrypted()
getEncrypted in interface PulsarApi.CommandProducerOrBuilderpublic List<PulsarApi.KeyValue> getMetadataList()
getMetadataList in interface PulsarApi.CommandProducerOrBuilderpublic List<? extends PulsarApi.KeyValueOrBuilder> getMetadataOrBuilderList()
public int getMetadataCount()
getMetadataCount in interface PulsarApi.CommandProducerOrBuilderpublic PulsarApi.KeyValue getMetadata(int index)
getMetadata in interface PulsarApi.CommandProducerOrBuilderpublic PulsarApi.KeyValueOrBuilder getMetadataOrBuilder(int index)
public boolean hasSchema()
hasSchema in interface PulsarApi.CommandProducerOrBuilderpublic PulsarApi.Schema getSchema()
getSchema in interface PulsarApi.CommandProducerOrBuilderpublic boolean hasEpoch()
hasEpoch in interface PulsarApi.CommandProducerOrBuilderpublic long getEpoch()
getEpoch in interface PulsarApi.CommandProducerOrBuilderpublic boolean hasUserProvidedProducerName()
hasUserProvidedProducerName in interface PulsarApi.CommandProducerOrBuilderpublic boolean getUserProvidedProducerName()
getUserProvidedProducerName in interface PulsarApi.CommandProducerOrBuilderpublic final boolean isInitialized()
isInitialized in interface org.apache.pulsar.shaded.com.google.protobuf.v241.MessageLiteOrBuilderpublic void writeTo(org.apache.pulsar.shaded.com.google.protobuf.v241.CodedOutputStream output)
throws IOException
writeTo in interface org.apache.pulsar.shaded.com.google.protobuf.v241.MessageLiteIOExceptionpublic void writeTo(ByteBufCodedOutputStream output) throws IOException
writeTo in interface ByteBufCodedOutputStream.ByteBufGeneratedMessageIOExceptionpublic int getSerializedSize()
getSerializedSize in interface ByteBufCodedOutputStream.ByteBufGeneratedMessagegetSerializedSize in interface org.apache.pulsar.shaded.com.google.protobuf.v241.MessageLiteprotected Object writeReplace() throws ObjectStreamException
writeReplace in class org.apache.pulsar.shaded.com.google.protobuf.v241.GeneratedMessageLiteObjectStreamExceptionpublic static PulsarApi.CommandProducer parseFrom(org.apache.pulsar.shaded.com.google.protobuf.v241.ByteString data) throws org.apache.pulsar.shaded.com.google.protobuf.v241.InvalidProtocolBufferException
org.apache.pulsar.shaded.com.google.protobuf.v241.InvalidProtocolBufferExceptionpublic static PulsarApi.CommandProducer parseFrom(org.apache.pulsar.shaded.com.google.protobuf.v241.ByteString data, org.apache.pulsar.shaded.com.google.protobuf.v241.ExtensionRegistryLite extensionRegistry) throws org.apache.pulsar.shaded.com.google.protobuf.v241.InvalidProtocolBufferException
org.apache.pulsar.shaded.com.google.protobuf.v241.InvalidProtocolBufferExceptionpublic static PulsarApi.CommandProducer parseFrom(byte[] data) throws org.apache.pulsar.shaded.com.google.protobuf.v241.InvalidProtocolBufferException
org.apache.pulsar.shaded.com.google.protobuf.v241.InvalidProtocolBufferExceptionpublic static PulsarApi.CommandProducer parseFrom(byte[] data, org.apache.pulsar.shaded.com.google.protobuf.v241.ExtensionRegistryLite extensionRegistry) throws org.apache.pulsar.shaded.com.google.protobuf.v241.InvalidProtocolBufferException
org.apache.pulsar.shaded.com.google.protobuf.v241.InvalidProtocolBufferExceptionpublic static PulsarApi.CommandProducer parseFrom(InputStream input) throws IOException
IOExceptionpublic static PulsarApi.CommandProducer parseFrom(InputStream input, org.apache.pulsar.shaded.com.google.protobuf.v241.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static PulsarApi.CommandProducer parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static PulsarApi.CommandProducer parseDelimitedFrom(InputStream input, org.apache.pulsar.shaded.com.google.protobuf.v241.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static PulsarApi.CommandProducer parseFrom(org.apache.pulsar.shaded.com.google.protobuf.v241.CodedInputStream input) throws IOException
IOExceptionpublic static PulsarApi.CommandProducer parseFrom(org.apache.pulsar.shaded.com.google.protobuf.v241.CodedInputStream input, org.apache.pulsar.shaded.com.google.protobuf.v241.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static PulsarApi.CommandProducer.Builder newBuilder()
public PulsarApi.CommandProducer.Builder newBuilderForType()
newBuilderForType in interface org.apache.pulsar.shaded.com.google.protobuf.v241.MessageLitepublic static PulsarApi.CommandProducer.Builder newBuilder(PulsarApi.CommandProducer prototype)
public PulsarApi.CommandProducer.Builder toBuilder()
toBuilder in interface org.apache.pulsar.shaded.com.google.protobuf.v241.MessageLiteCopyright © 2017–2021 Apache Software Foundation. All rights reserved.