Interface UnsubscribeOpOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UnsubscribeOp, UnsubscribeOp.Builder
public interface UnsubscribeOpOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe consumer ID for subscription managementcom.google.protobuf.ByteStringThe consumer ID for subscription managementMethods 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
-
getConsumerId
String getConsumerId()The consumer ID for subscription management
string consumer_id = 1;- Returns:
- The consumerId.
-
getConsumerIdBytes
com.google.protobuf.ByteString getConsumerIdBytes()The consumer ID for subscription management
string consumer_id = 1;- Returns:
- The bytes for consumerId.
-