Interface FileGetInfoResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
FileGetInfoResponse, FileGetInfoResponse.Builder

@Generated public interface FileGetInfoResponseOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    * A combination of fields from the requested file metadata.
    * The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
    boolean
    * A combination of fields from the requested file metadata.
    boolean
    * The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • hasHeader

      boolean hasHeader()
       *
       The standard response information for queries.<br/>
       This includes the values requested in the `QueryHeader`
       (cost, state proof, both, or neither).
       
      .proto.ResponseHeader header = 1;
      Returns:
      Whether the header field is set.
    • getHeader

      ResponseHeader getHeader()
       *
       The standard response information for queries.<br/>
       This includes the values requested in the `QueryHeader`
       (cost, state proof, both, or neither).
       
      .proto.ResponseHeader header = 1;
      Returns:
      The header.
    • hasFileInfo

      boolean hasFileInfo()
       *
       A combination of fields from the requested file metadata.
       <p>
       This SHALL NOT be set if the identified file does not exist
       or has expired.
       
      .proto.FileGetInfoResponse.FileInfo fileInfo = 2;
      Returns:
      Whether the fileInfo field is set.
    • getFileInfo

       *
       A combination of fields from the requested file metadata.
       <p>
       This SHALL NOT be set if the identified file does not exist
       or has expired.
       
      .proto.FileGetInfoResponse.FileInfo fileInfo = 2;
      Returns:
      The fileInfo.