com.hederahashgraph.api.proto.java.NetworkGetVersionInfoResponseOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: network_get_version_info.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;
* @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 Hedera API (HAPI) protobuf version recognized by the responding node.
*
*
* .proto.SemanticVersion hapiProtoVersion = 2;
* @return Whether the hapiProtoVersion field is set.
*/
boolean hasHapiProtoVersion();
/**
*
**
* The Hedera API (HAPI) protobuf version recognized by the responding node.
*
*
* .proto.SemanticVersion hapiProtoVersion = 2;
* @return The hapiProtoVersion.
*/
com.hederahashgraph.api.proto.java.SemanticVersion getHapiProtoVersion();
/**
*
**
* The Hedera API (HAPI) protobuf version recognized by the responding node.
*
*
* .proto.SemanticVersion hapiProtoVersion = 2;
*/
com.hederahashgraph.api.proto.java.SemanticVersionOrBuilder getHapiProtoVersionOrBuilder();
/**
*
**
* The version of the Hedera Services software deployed on the responding node.
*
*
* .proto.SemanticVersion hederaServicesVersion = 3;
* @return Whether the hederaServicesVersion field is set.
*/
boolean hasHederaServicesVersion();
/**
*
**
* The version of the Hedera Services software deployed on the responding node.
*
*
* .proto.SemanticVersion hederaServicesVersion = 3;
* @return The hederaServicesVersion.
*/
com.hederahashgraph.api.proto.java.SemanticVersion getHederaServicesVersion();
/**
*
**
* The version of the Hedera Services software deployed on the responding node.
*
*
* .proto.SemanticVersion hederaServicesVersion = 3;
*/
com.hederahashgraph.api.proto.java.SemanticVersionOrBuilder getHederaServicesVersionOrBuilder();
}