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

com.hedera.hashgraph.sdk.proto.FileIDOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: basic_types.proto

// Protobuf Java Version: 3.25.3
package com.hedera.hashgraph.sdk.proto;

public interface FileIDOrBuilder extends
    // @@protoc_insertion_point(interface_extends:proto.FileID)
    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(); /** *
   **
   * A nonnegative File number unique within its realm
   * 
* * int64 fileNum = 3; * @return The fileNum. */ long getFileNum(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy