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-full Show documentation
Show all versions of sdk-full 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
// Protobuf Java Version: 3.25.3
package com.hedera.hashgraph.sdk.proto;
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.hedera.hashgraph.sdk.proto.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.hedera.hashgraph.sdk.proto.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.hedera.hashgraph.sdk.proto.SemanticVersion getHapiProtoVersion();
/**
*
**
* The Hedera API (HAPI) protobuf version recognized by the responding node.
*
*
* .proto.SemanticVersion hapiProtoVersion = 2;
*/
com.hedera.hashgraph.sdk.proto.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.hedera.hashgraph.sdk.proto.SemanticVersion getHederaServicesVersion();
/**
*
**
* The version of the Hedera Services software deployed on the responding node.
*
*
* .proto.SemanticVersion hederaServicesVersion = 3;
*/
com.hedera.hashgraph.sdk.proto.SemanticVersionOrBuilder getHederaServicesVersionOrBuilder();
}