
com.hedera.hashgraph.sdk.proto.TopicIDOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: basic_types.proto
package com.hedera.hashgraph.sdk.proto;
public interface TopicIDOrBuilder extends
// @@protoc_insertion_point(interface_extends:proto.TopicID)
com.google.protobuf.MessageLiteOrBuilder {
/**
*
**
* The shard number (nonnegative)
*
*
* int64 shardNum = 1;
* @return The shardNum.
*/
long getShardNum();
/**
*
**
* The realm number (nonnegative)
*
*
* int64 realmNum = 2;
* @return The realmNum.
*/
long getRealmNum();
/**
*
**
* Unique topic identifier within a realm (nonnegative).
*
*
* int64 topicNum = 3;
* @return The topicNum.
*/
long getTopicNum();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy