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 Type
    Method
    Description
    The consumer ID for subscription management
    com.google.protobuf.ByteString
    The consumer ID for subscription management

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.