com.hederahashgraph.api.proto.java.ShardIDOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: basic_types.proto
package com.hederahashgraph.api.proto.java;
public interface ShardIDOrBuilder extends
// @@protoc_insertion_point(interface_extends:proto.ShardID)
com.google.protobuf.MessageOrBuilder {
/**
*
**
* the shard number (nonnegative)
*
*
* int64 shardNum = 1;
* @return The shardNum.
*/
long getShardNum();
}