Interface NetworkGetVersionInfoResponseOrBuilder

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

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

    Modifier and Type
    Method
    Description
    * An API version.
    * The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
    * A Services version.
    boolean
    * An API version.
    boolean
    * The standard response information for queries.<br/> This includes the values requested in the `QueryHeader` (cost, state proof, both, or neither).
    boolean
    * A Services version.

    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.
    • hasHapiProtoVersion

      boolean hasHapiProtoVersion()
       *
       An API version.
       <p>
       This SHALL be the current Hedera API (HAPI) protobuf message version
       accepted by the network.
       
      .proto.SemanticVersion hapiProtoVersion = 2;
      Returns:
      Whether the hapiProtoVersion field is set.
    • getHapiProtoVersion

      SemanticVersion getHapiProtoVersion()
       *
       An API version.
       <p>
       This SHALL be the current Hedera API (HAPI) protobuf message version
       accepted by the network.
       
      .proto.SemanticVersion hapiProtoVersion = 2;
      Returns:
      The hapiProtoVersion.
    • hasHederaServicesVersion

      boolean hasHederaServicesVersion()
       *
       A Services version.
       <p>
       This SHALL be the current version of the Hedera Services software
       operating the network.
       
      .proto.SemanticVersion hederaServicesVersion = 3;
      Returns:
      Whether the hederaServicesVersion field is set.
    • getHederaServicesVersion

      SemanticVersion getHederaServicesVersion()
       *
       A Services version.
       <p>
       This SHALL be the current version of the Hedera Services software
       operating the network.
       
      .proto.SemanticVersion hederaServicesVersion = 3;
      Returns:
      The hederaServicesVersion.