com.hederahashgraph.api.proto.java.FileGetContentsQueryOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: file_get_contents.proto
package com.hederahashgraph.api.proto.java;
public interface FileGetContentsQueryOrBuilder extends
// @@protoc_insertion_point(interface_extends:proto.FileGetContentsQuery)
com.google.protobuf.MessageOrBuilder {
/**
*
**
* Standard info sent from client to node, including the signed payment, and what kind of
* response is requested (cost, state proof, both, or neither).
*
*
* .proto.QueryHeader header = 1;
* @return Whether the header field is set.
*/
boolean hasHeader();
/**
*
**
* Standard info sent from client to node, including the signed payment, and what kind of
* response is requested (cost, state proof, both, or neither).
*
*
* .proto.QueryHeader header = 1;
* @return The header.
*/
com.hederahashgraph.api.proto.java.QueryHeader getHeader();
/**
*
**
* Standard info sent from client to node, including the signed payment, and what kind of
* response is requested (cost, state proof, both, or neither).
*
*
* .proto.QueryHeader header = 1;
*/
com.hederahashgraph.api.proto.java.QueryHeaderOrBuilder getHeaderOrBuilder();
/**
*
**
* The file ID of the file whose contents are requested
*
*
* .proto.FileID fileID = 2;
* @return Whether the fileID field is set.
*/
boolean hasFileID();
/**
*
**
* The file ID of the file whose contents are requested
*
*
* .proto.FileID fileID = 2;
* @return The fileID.
*/
com.hederahashgraph.api.proto.java.FileID getFileID();
/**
*
**
* The file ID of the file whose contents are requested
*
*
* .proto.FileID fileID = 2;
*/
com.hederahashgraph.api.proto.java.FileIDOrBuilder getFileIDOrBuilder();
}