Interface GetGroupRequestOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder
    All Known Implementing Classes:
    GetGroupRequest, GetGroupRequest.Builder

    public interface GetGroupRequestOrBuilder
    extends com.google.protobuf.MessageLiteOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getTopicId()
      string topic_id = 1 [json_name = "topicId"];
      com.google.protobuf.ByteString getTopicIdBytes()
      string topic_id = 1 [json_name = "topicId"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getTopicId

        java.lang.String getTopicId()
        string topic_id = 1 [json_name = "topicId"];
        Returns:
        The topicId.
      • getTopicIdBytes

        com.google.protobuf.ByteString getTopicIdBytes()
        string topic_id = 1 [json_name = "topicId"];
        Returns:
        The bytes for topicId.