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

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

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

package com.hedera.hashgraph.sdk.proto;

public interface FileGetInfoResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:proto.FileGetInfoResponse)
    com.google.protobuf.MessageLiteOrBuilder {

  /**
   * 
   **
   * Standard response from node to client, including the requested fields: cost, or state proof,
   * or both, or neither
   * 
* * .proto.ResponseHeader header = 1; * @return Whether the header field is set. */ boolean hasHeader(); /** *
   **
   * Standard response from node to client, including the requested fields: cost, or state proof,
   * or both, or neither
   * 
* * .proto.ResponseHeader header = 1; * @return The header. */ com.hedera.hashgraph.sdk.proto.ResponseHeader getHeader(); /** *
   **
   * The information about the file
   * 
* * .proto.FileGetInfoResponse.FileInfo fileInfo = 2; * @return Whether the fileInfo field is set. */ boolean hasFileInfo(); /** *
   **
   * The information about the file
   * 
* * .proto.FileGetInfoResponse.FileInfo fileInfo = 2; * @return The fileInfo. */ com.hedera.hashgraph.sdk.proto.FileGetInfoResponse.FileInfo getFileInfo(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy