Interface TopicIDOrBuilder

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

@Generated public interface TopicIDOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    * A whole number realm identifier.
    long
    * A whole number shard identifier.
    long
    * A whole number topic identifier, unique within its realm and shard.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getShardNum

      long getShardNum()
       *
       A whole number shard identifier.
       
      int64 shardNum = 1;
      Returns:
      The shardNum.
    • getRealmNum

      long getRealmNum()
       *
       A whole number realm identifier.
       
      int64 realmNum = 2;
      Returns:
      The realmNum.
    • getTopicNum

      long getTopicNum()
       *
       A whole number topic identifier, unique within its realm and shard.
       
      int64 topicNum = 3;
      Returns:
      The topicNum.