All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.hederahashgraph.api.proto.java.TopicIDOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.57.3
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: BasicTypes.proto

package com.hederahashgraph.api.proto.java;

public interface TopicIDOrBuilder extends
    // @@protoc_insertion_point(interface_extends:proto.TopicID)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The shard number (nonnegative)
   * 
* * int64 shardNum = 1; */ long getShardNum(); /** *
   * The realm number (nonnegative)
   * 
* * int64 realmNum = 2; */ long getRealmNum(); /** *
   * Unique topic identifier within a realm (nonnegative).
   * 
* * int64 topicNum = 3; */ long getTopicNum(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy