com.hederahashgraph.api.proto.java.FileGetContentsResponseOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: file_get_contents.proto
package com.hederahashgraph.api.proto.java;
public interface FileGetContentsResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:proto.FileGetContentsResponse)
com.google.protobuf.MessageOrBuilder {
/**
*
**
* 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.hederahashgraph.api.proto.java.ResponseHeader getHeader();
/**
*
**
* Standard response from node to client, including the requested fields: cost, or state proof,
* or both, or neither
*
*
* .proto.ResponseHeader header = 1;
*/
com.hederahashgraph.api.proto.java.ResponseHeaderOrBuilder getHeaderOrBuilder();
/**
*
**
* the file ID and contents (a state proof can be generated for this)
*
*
* .proto.FileGetContentsResponse.FileContents fileContents = 2;
* @return Whether the fileContents field is set.
*/
boolean hasFileContents();
/**
*
**
* the file ID and contents (a state proof can be generated for this)
*
*
* .proto.FileGetContentsResponse.FileContents fileContents = 2;
* @return The fileContents.
*/
com.hederahashgraph.api.proto.java.FileGetContentsResponse.FileContents getFileContents();
/**
*
**
* the file ID and contents (a state proof can be generated for this)
*
*
* .proto.FileGetContentsResponse.FileContents fileContents = 2;
*/
com.hederahashgraph.api.proto.java.FileGetContentsResponse.FileContentsOrBuilder getFileContentsOrBuilder();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy