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

com.hederahashgraph.api.proto.java.NetworkGetVersionInfoResponseOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: NetworkGetVersionInfo.proto

package com.hederahashgraph.api.proto.java;

public interface NetworkGetVersionInfoResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:proto.NetworkGetVersionInfoResponse)
    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; */ boolean hasHeader(); /** *
   *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.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(); /** * .proto.SemanticVersion hapiProtoVersion = 2; */ boolean hasHapiProtoVersion(); /** * .proto.SemanticVersion hapiProtoVersion = 2; */ com.hederahashgraph.api.proto.java.SemanticVersion getHapiProtoVersion(); /** * .proto.SemanticVersion hapiProtoVersion = 2; */ com.hederahashgraph.api.proto.java.SemanticVersionOrBuilder getHapiProtoVersionOrBuilder(); /** * .proto.SemanticVersion hederaServicesVersion = 3; */ boolean hasHederaServicesVersion(); /** * .proto.SemanticVersion hederaServicesVersion = 3; */ com.hederahashgraph.api.proto.java.SemanticVersion getHederaServicesVersion(); /** * .proto.SemanticVersion hederaServicesVersion = 3; */ com.hederahashgraph.api.proto.java.SemanticVersionOrBuilder getHederaServicesVersionOrBuilder(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy