com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoResponseOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sdk-jdk7 Show documentation
Show all versions of sdk-jdk7 Show documentation
Hedera™ Hashgraph SDK for Java
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: network_get_version_info.proto
package com.hedera.hashgraph.sdk.proto;
public interface NetworkGetVersionInfoResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:proto.NetworkGetVersionInfoResponse)
com.google.protobuf.MessageLiteOrBuilder {
/**
*
**
* 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.hedera.hashgraph.sdk.proto.ResponseHeader getHeader();
/**
*
**
* 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.hedera.hashgraph.sdk.proto.SemanticVersion getHapiProtoVersion();
/**
*
**
* 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.hedera.hashgraph.sdk.proto.SemanticVersion getHederaServicesVersion();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy