com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoResponse 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;
/**
*
**
* Response when the client sends the node NetworkGetVersionInfoQuery
*
*
* Protobuf type {@code proto.NetworkGetVersionInfoResponse}
*/
public final class NetworkGetVersionInfoResponse extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:proto.NetworkGetVersionInfoResponse)
NetworkGetVersionInfoResponseOrBuilder {
private static final long serialVersionUID = 0L;
// Use NetworkGetVersionInfoResponse.newBuilder() to construct.
private NetworkGetVersionInfoResponse(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private NetworkGetVersionInfoResponse() {
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new NetworkGetVersionInfoResponse();
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfo.internal_static_proto_NetworkGetVersionInfoResponse_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfo.internal_static_proto_NetworkGetVersionInfoResponse_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoResponse.class, com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoResponse.Builder.class);
}
private int bitField0_;
public static final int HEADER_FIELD_NUMBER = 1;
private com.hedera.hashgraph.sdk.proto.ResponseHeader header_;
/**
*
**
* 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.
*/
@java.lang.Override
public boolean hasHeader() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
*
**
* 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.
*/
@java.lang.Override
public com.hedera.hashgraph.sdk.proto.ResponseHeader getHeader() {
return header_ == null ? com.hedera.hashgraph.sdk.proto.ResponseHeader.getDefaultInstance() : header_;
}
/**
*
**
* Standard response from node to client, including the requested fields: cost, or state proof,
* or both, or neither
*
*
* .proto.ResponseHeader header = 1;
*/
@java.lang.Override
public com.hedera.hashgraph.sdk.proto.ResponseHeaderOrBuilder getHeaderOrBuilder() {
return header_ == null ? com.hedera.hashgraph.sdk.proto.ResponseHeader.getDefaultInstance() : header_;
}
public static final int HAPIPROTOVERSION_FIELD_NUMBER = 2;
private com.hedera.hashgraph.sdk.proto.SemanticVersion hapiProtoVersion_;
/**
*
**
* The Hedera API (HAPI) protobuf version recognized by the responding node.
*
*
* .proto.SemanticVersion hapiProtoVersion = 2;
* @return Whether the hapiProtoVersion field is set.
*/
@java.lang.Override
public boolean hasHapiProtoVersion() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
*
**
* The Hedera API (HAPI) protobuf version recognized by the responding node.
*
*
* .proto.SemanticVersion hapiProtoVersion = 2;
* @return The hapiProtoVersion.
*/
@java.lang.Override
public com.hedera.hashgraph.sdk.proto.SemanticVersion getHapiProtoVersion() {
return hapiProtoVersion_ == null ? com.hedera.hashgraph.sdk.proto.SemanticVersion.getDefaultInstance() : hapiProtoVersion_;
}
/**
*
**
* The Hedera API (HAPI) protobuf version recognized by the responding node.
*
*
* .proto.SemanticVersion hapiProtoVersion = 2;
*/
@java.lang.Override
public com.hedera.hashgraph.sdk.proto.SemanticVersionOrBuilder getHapiProtoVersionOrBuilder() {
return hapiProtoVersion_ == null ? com.hedera.hashgraph.sdk.proto.SemanticVersion.getDefaultInstance() : hapiProtoVersion_;
}
public static final int HEDERASERVICESVERSION_FIELD_NUMBER = 3;
private com.hedera.hashgraph.sdk.proto.SemanticVersion hederaServicesVersion_;
/**
*
**
* The version of the Hedera Services software deployed on the responding node.
*
*
* .proto.SemanticVersion hederaServicesVersion = 3;
* @return Whether the hederaServicesVersion field is set.
*/
@java.lang.Override
public boolean hasHederaServicesVersion() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
*
**
* The version of the Hedera Services software deployed on the responding node.
*
*
* .proto.SemanticVersion hederaServicesVersion = 3;
* @return The hederaServicesVersion.
*/
@java.lang.Override
public com.hedera.hashgraph.sdk.proto.SemanticVersion getHederaServicesVersion() {
return hederaServicesVersion_ == null ? com.hedera.hashgraph.sdk.proto.SemanticVersion.getDefaultInstance() : hederaServicesVersion_;
}
/**
*
**
* The version of the Hedera Services software deployed on the responding node.
*
*
* .proto.SemanticVersion hederaServicesVersion = 3;
*/
@java.lang.Override
public com.hedera.hashgraph.sdk.proto.SemanticVersionOrBuilder getHederaServicesVersionOrBuilder() {
return hederaServicesVersion_ == null ? com.hedera.hashgraph.sdk.proto.SemanticVersion.getDefaultInstance() : hederaServicesVersion_;
}
private byte memoizedIsInitialized = -1;
@java.lang.Override
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized == 1) return true;
if (isInitialized == 0) return false;
memoizedIsInitialized = 1;
return true;
}
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
if (((bitField0_ & 0x00000001) != 0)) {
output.writeMessage(1, getHeader());
}
if (((bitField0_ & 0x00000002) != 0)) {
output.writeMessage(2, getHapiProtoVersion());
}
if (((bitField0_ & 0x00000004) != 0)) {
output.writeMessage(3, getHederaServicesVersion());
}
getUnknownFields().writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (((bitField0_ & 0x00000001) != 0)) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(1, getHeader());
}
if (((bitField0_ & 0x00000002) != 0)) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(2, getHapiProtoVersion());
}
if (((bitField0_ & 0x00000004) != 0)) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(3, getHederaServicesVersion());
}
size += getUnknownFields().getSerializedSize();
memoizedSize = size;
return size;
}
@java.lang.Override
public boolean equals(final java.lang.Object obj) {
if (obj == this) {
return true;
}
if (!(obj instanceof com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoResponse)) {
return super.equals(obj);
}
com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoResponse other = (com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoResponse) obj;
if (hasHeader() != other.hasHeader()) return false;
if (hasHeader()) {
if (!getHeader()
.equals(other.getHeader())) return false;
}
if (hasHapiProtoVersion() != other.hasHapiProtoVersion()) return false;
if (hasHapiProtoVersion()) {
if (!getHapiProtoVersion()
.equals(other.getHapiProtoVersion())) return false;
}
if (hasHederaServicesVersion() != other.hasHederaServicesVersion()) return false;
if (hasHederaServicesVersion()) {
if (!getHederaServicesVersion()
.equals(other.getHederaServicesVersion())) return false;
}
if (!getUnknownFields().equals(other.getUnknownFields())) return false;
return true;
}
@java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
if (hasHeader()) {
hash = (37 * hash) + HEADER_FIELD_NUMBER;
hash = (53 * hash) + getHeader().hashCode();
}
if (hasHapiProtoVersion()) {
hash = (37 * hash) + HAPIPROTOVERSION_FIELD_NUMBER;
hash = (53 * hash) + getHapiProtoVersion().hashCode();
}
if (hasHederaServicesVersion()) {
hash = (37 * hash) + HEDERASERVICESVERSION_FIELD_NUMBER;
hash = (53 * hash) + getHederaServicesVersion().hashCode();
}
hash = (29 * hash) + getUnknownFields().hashCode();
memoizedHashCode = hash;
return hash;
}
public static com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoResponse parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoResponse parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoResponse parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoResponse parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoResponse parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoResponse parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoResponse parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoResponse parseFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
public static com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoResponse parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoResponse parseDelimitedFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
}
public static com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoResponse parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoResponse parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
@java.lang.Override
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder() {
return DEFAULT_INSTANCE.toBuilder();
}
public static Builder newBuilder(com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoResponse prototype) {
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
}
@java.lang.Override
public Builder toBuilder() {
return this == DEFAULT_INSTANCE
? new Builder() : new Builder().mergeFrom(this);
}
@java.lang.Override
protected Builder newBuilderForType(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
/**
*
**
* Response when the client sends the node NetworkGetVersionInfoQuery
*
*
* Protobuf type {@code proto.NetworkGetVersionInfoResponse}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:proto.NetworkGetVersionInfoResponse)
com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoResponseOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfo.internal_static_proto_NetworkGetVersionInfoResponse_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfo.internal_static_proto_NetworkGetVersionInfoResponse_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoResponse.class, com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoResponse.Builder.class);
}
// Construct using com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoResponse.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessageV3
.alwaysUseFieldBuilders) {
getHeaderFieldBuilder();
getHapiProtoVersionFieldBuilder();
getHederaServicesVersionFieldBuilder();
}
}
@java.lang.Override
public Builder clear() {
super.clear();
bitField0_ = 0;
header_ = null;
if (headerBuilder_ != null) {
headerBuilder_.dispose();
headerBuilder_ = null;
}
hapiProtoVersion_ = null;
if (hapiProtoVersionBuilder_ != null) {
hapiProtoVersionBuilder_.dispose();
hapiProtoVersionBuilder_ = null;
}
hederaServicesVersion_ = null;
if (hederaServicesVersionBuilder_ != null) {
hederaServicesVersionBuilder_.dispose();
hederaServicesVersionBuilder_ = null;
}
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfo.internal_static_proto_NetworkGetVersionInfoResponse_descriptor;
}
@java.lang.Override
public com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoResponse getDefaultInstanceForType() {
return com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoResponse.getDefaultInstance();
}
@java.lang.Override
public com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoResponse build() {
com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoResponse result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoResponse buildPartial() {
com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoResponse result = new com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoResponse(this);
if (bitField0_ != 0) { buildPartial0(result); }
onBuilt();
return result;
}
private void buildPartial0(com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoResponse result) {
int from_bitField0_ = bitField0_;
int to_bitField0_ = 0;
if (((from_bitField0_ & 0x00000001) != 0)) {
result.header_ = headerBuilder_ == null
? header_
: headerBuilder_.build();
to_bitField0_ |= 0x00000001;
}
if (((from_bitField0_ & 0x00000002) != 0)) {
result.hapiProtoVersion_ = hapiProtoVersionBuilder_ == null
? hapiProtoVersion_
: hapiProtoVersionBuilder_.build();
to_bitField0_ |= 0x00000002;
}
if (((from_bitField0_ & 0x00000004) != 0)) {
result.hederaServicesVersion_ = hederaServicesVersionBuilder_ == null
? hederaServicesVersion_
: hederaServicesVersionBuilder_.build();
to_bitField0_ |= 0x00000004;
}
result.bitField0_ |= to_bitField0_;
}
@java.lang.Override
public Builder clone() {
return super.clone();
}
@java.lang.Override
public Builder setField(
com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) {
return super.setField(field, value);
}
@java.lang.Override
public Builder clearField(
com.google.protobuf.Descriptors.FieldDescriptor field) {
return super.clearField(field);
}
@java.lang.Override
public Builder clearOneof(
com.google.protobuf.Descriptors.OneofDescriptor oneof) {
return super.clearOneof(oneof);
}
@java.lang.Override
public Builder setRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field,
int index, java.lang.Object value) {
return super.setRepeatedField(field, index, value);
}
@java.lang.Override
public Builder addRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) {
return super.addRepeatedField(field, value);
}
@java.lang.Override
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoResponse) {
return mergeFrom((com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoResponse)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoResponse other) {
if (other == com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoResponse.getDefaultInstance()) return this;
if (other.hasHeader()) {
mergeHeader(other.getHeader());
}
if (other.hasHapiProtoVersion()) {
mergeHapiProtoVersion(other.getHapiProtoVersion());
}
if (other.hasHederaServicesVersion()) {
mergeHederaServicesVersion(other.getHederaServicesVersion());
}
this.mergeUnknownFields(other.getUnknownFields());
onChanged();
return this;
}
@java.lang.Override
public final boolean isInitialized() {
return true;
}
@java.lang.Override
public Builder mergeFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
if (extensionRegistry == null) {
throw new java.lang.NullPointerException();
}
try {
boolean done = false;
while (!done) {
int tag = input.readTag();
switch (tag) {
case 0:
done = true;
break;
case 10: {
input.readMessage(
getHeaderFieldBuilder().getBuilder(),
extensionRegistry);
bitField0_ |= 0x00000001;
break;
} // case 10
case 18: {
input.readMessage(
getHapiProtoVersionFieldBuilder().getBuilder(),
extensionRegistry);
bitField0_ |= 0x00000002;
break;
} // case 18
case 26: {
input.readMessage(
getHederaServicesVersionFieldBuilder().getBuilder(),
extensionRegistry);
bitField0_ |= 0x00000004;
break;
} // case 26
default: {
if (!super.parseUnknownField(input, extensionRegistry, tag)) {
done = true; // was an endgroup tag
}
break;
} // default:
} // switch (tag)
} // while (!done)
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.unwrapIOException();
} finally {
onChanged();
} // finally
return this;
}
private int bitField0_;
private com.hedera.hashgraph.sdk.proto.ResponseHeader header_;
private com.google.protobuf.SingleFieldBuilderV3<
com.hedera.hashgraph.sdk.proto.ResponseHeader, com.hedera.hashgraph.sdk.proto.ResponseHeader.Builder, com.hedera.hashgraph.sdk.proto.ResponseHeaderOrBuilder> headerBuilder_;
/**
*
**
* 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.
*/
public boolean hasHeader() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
*
**
* 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.
*/
public com.hedera.hashgraph.sdk.proto.ResponseHeader getHeader() {
if (headerBuilder_ == null) {
return header_ == null ? com.hedera.hashgraph.sdk.proto.ResponseHeader.getDefaultInstance() : header_;
} else {
return headerBuilder_.getMessage();
}
}
/**
*
**
* Standard response from node to client, including the requested fields: cost, or state proof,
* or both, or neither
*
*
* .proto.ResponseHeader header = 1;
*/
public Builder setHeader(com.hedera.hashgraph.sdk.proto.ResponseHeader value) {
if (headerBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
header_ = value;
} else {
headerBuilder_.setMessage(value);
}
bitField0_ |= 0x00000001;
onChanged();
return this;
}
/**
*
**
* Standard response from node to client, including the requested fields: cost, or state proof,
* or both, or neither
*
*
* .proto.ResponseHeader header = 1;
*/
public Builder setHeader(
com.hedera.hashgraph.sdk.proto.ResponseHeader.Builder builderForValue) {
if (headerBuilder_ == null) {
header_ = builderForValue.build();
} else {
headerBuilder_.setMessage(builderForValue.build());
}
bitField0_ |= 0x00000001;
onChanged();
return this;
}
/**
*
**
* Standard response from node to client, including the requested fields: cost, or state proof,
* or both, or neither
*
*
* .proto.ResponseHeader header = 1;
*/
public Builder mergeHeader(com.hedera.hashgraph.sdk.proto.ResponseHeader value) {
if (headerBuilder_ == null) {
if (((bitField0_ & 0x00000001) != 0) &&
header_ != null &&
header_ != com.hedera.hashgraph.sdk.proto.ResponseHeader.getDefaultInstance()) {
getHeaderBuilder().mergeFrom(value);
} else {
header_ = value;
}
} else {
headerBuilder_.mergeFrom(value);
}
if (header_ != null) {
bitField0_ |= 0x00000001;
onChanged();
}
return this;
}
/**
*
**
* Standard response from node to client, including the requested fields: cost, or state proof,
* or both, or neither
*
*
* .proto.ResponseHeader header = 1;
*/
public Builder clearHeader() {
bitField0_ = (bitField0_ & ~0x00000001);
header_ = null;
if (headerBuilder_ != null) {
headerBuilder_.dispose();
headerBuilder_ = null;
}
onChanged();
return this;
}
/**
*
**
* Standard response from node to client, including the requested fields: cost, or state proof,
* or both, or neither
*
*
* .proto.ResponseHeader header = 1;
*/
public com.hedera.hashgraph.sdk.proto.ResponseHeader.Builder getHeaderBuilder() {
bitField0_ |= 0x00000001;
onChanged();
return getHeaderFieldBuilder().getBuilder();
}
/**
*
**
* Standard response from node to client, including the requested fields: cost, or state proof,
* or both, or neither
*
*
* .proto.ResponseHeader header = 1;
*/
public com.hedera.hashgraph.sdk.proto.ResponseHeaderOrBuilder getHeaderOrBuilder() {
if (headerBuilder_ != null) {
return headerBuilder_.getMessageOrBuilder();
} else {
return header_ == null ?
com.hedera.hashgraph.sdk.proto.ResponseHeader.getDefaultInstance() : header_;
}
}
/**
*
**
* Standard response from node to client, including the requested fields: cost, or state proof,
* or both, or neither
*
*
* .proto.ResponseHeader header = 1;
*/
private com.google.protobuf.SingleFieldBuilderV3<
com.hedera.hashgraph.sdk.proto.ResponseHeader, com.hedera.hashgraph.sdk.proto.ResponseHeader.Builder, com.hedera.hashgraph.sdk.proto.ResponseHeaderOrBuilder>
getHeaderFieldBuilder() {
if (headerBuilder_ == null) {
headerBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
com.hedera.hashgraph.sdk.proto.ResponseHeader, com.hedera.hashgraph.sdk.proto.ResponseHeader.Builder, com.hedera.hashgraph.sdk.proto.ResponseHeaderOrBuilder>(
getHeader(),
getParentForChildren(),
isClean());
header_ = null;
}
return headerBuilder_;
}
private com.hedera.hashgraph.sdk.proto.SemanticVersion hapiProtoVersion_;
private com.google.protobuf.SingleFieldBuilderV3<
com.hedera.hashgraph.sdk.proto.SemanticVersion, com.hedera.hashgraph.sdk.proto.SemanticVersion.Builder, com.hedera.hashgraph.sdk.proto.SemanticVersionOrBuilder> hapiProtoVersionBuilder_;
/**
*
**
* The Hedera API (HAPI) protobuf version recognized by the responding node.
*
*
* .proto.SemanticVersion hapiProtoVersion = 2;
* @return Whether the hapiProtoVersion field is set.
*/
public boolean hasHapiProtoVersion() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
*
**
* The Hedera API (HAPI) protobuf version recognized by the responding node.
*
*
* .proto.SemanticVersion hapiProtoVersion = 2;
* @return The hapiProtoVersion.
*/
public com.hedera.hashgraph.sdk.proto.SemanticVersion getHapiProtoVersion() {
if (hapiProtoVersionBuilder_ == null) {
return hapiProtoVersion_ == null ? com.hedera.hashgraph.sdk.proto.SemanticVersion.getDefaultInstance() : hapiProtoVersion_;
} else {
return hapiProtoVersionBuilder_.getMessage();
}
}
/**
*
**
* The Hedera API (HAPI) protobuf version recognized by the responding node.
*
*
* .proto.SemanticVersion hapiProtoVersion = 2;
*/
public Builder setHapiProtoVersion(com.hedera.hashgraph.sdk.proto.SemanticVersion value) {
if (hapiProtoVersionBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
hapiProtoVersion_ = value;
} else {
hapiProtoVersionBuilder_.setMessage(value);
}
bitField0_ |= 0x00000002;
onChanged();
return this;
}
/**
*
**
* The Hedera API (HAPI) protobuf version recognized by the responding node.
*
*
* .proto.SemanticVersion hapiProtoVersion = 2;
*/
public Builder setHapiProtoVersion(
com.hedera.hashgraph.sdk.proto.SemanticVersion.Builder builderForValue) {
if (hapiProtoVersionBuilder_ == null) {
hapiProtoVersion_ = builderForValue.build();
} else {
hapiProtoVersionBuilder_.setMessage(builderForValue.build());
}
bitField0_ |= 0x00000002;
onChanged();
return this;
}
/**
*
**
* The Hedera API (HAPI) protobuf version recognized by the responding node.
*
*
* .proto.SemanticVersion hapiProtoVersion = 2;
*/
public Builder mergeHapiProtoVersion(com.hedera.hashgraph.sdk.proto.SemanticVersion value) {
if (hapiProtoVersionBuilder_ == null) {
if (((bitField0_ & 0x00000002) != 0) &&
hapiProtoVersion_ != null &&
hapiProtoVersion_ != com.hedera.hashgraph.sdk.proto.SemanticVersion.getDefaultInstance()) {
getHapiProtoVersionBuilder().mergeFrom(value);
} else {
hapiProtoVersion_ = value;
}
} else {
hapiProtoVersionBuilder_.mergeFrom(value);
}
if (hapiProtoVersion_ != null) {
bitField0_ |= 0x00000002;
onChanged();
}
return this;
}
/**
*
**
* The Hedera API (HAPI) protobuf version recognized by the responding node.
*
*
* .proto.SemanticVersion hapiProtoVersion = 2;
*/
public Builder clearHapiProtoVersion() {
bitField0_ = (bitField0_ & ~0x00000002);
hapiProtoVersion_ = null;
if (hapiProtoVersionBuilder_ != null) {
hapiProtoVersionBuilder_.dispose();
hapiProtoVersionBuilder_ = null;
}
onChanged();
return this;
}
/**
*
**
* The Hedera API (HAPI) protobuf version recognized by the responding node.
*
*
* .proto.SemanticVersion hapiProtoVersion = 2;
*/
public com.hedera.hashgraph.sdk.proto.SemanticVersion.Builder getHapiProtoVersionBuilder() {
bitField0_ |= 0x00000002;
onChanged();
return getHapiProtoVersionFieldBuilder().getBuilder();
}
/**
*
**
* The Hedera API (HAPI) protobuf version recognized by the responding node.
*
*
* .proto.SemanticVersion hapiProtoVersion = 2;
*/
public com.hedera.hashgraph.sdk.proto.SemanticVersionOrBuilder getHapiProtoVersionOrBuilder() {
if (hapiProtoVersionBuilder_ != null) {
return hapiProtoVersionBuilder_.getMessageOrBuilder();
} else {
return hapiProtoVersion_ == null ?
com.hedera.hashgraph.sdk.proto.SemanticVersion.getDefaultInstance() : hapiProtoVersion_;
}
}
/**
*
**
* The Hedera API (HAPI) protobuf version recognized by the responding node.
*
*
* .proto.SemanticVersion hapiProtoVersion = 2;
*/
private com.google.protobuf.SingleFieldBuilderV3<
com.hedera.hashgraph.sdk.proto.SemanticVersion, com.hedera.hashgraph.sdk.proto.SemanticVersion.Builder, com.hedera.hashgraph.sdk.proto.SemanticVersionOrBuilder>
getHapiProtoVersionFieldBuilder() {
if (hapiProtoVersionBuilder_ == null) {
hapiProtoVersionBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
com.hedera.hashgraph.sdk.proto.SemanticVersion, com.hedera.hashgraph.sdk.proto.SemanticVersion.Builder, com.hedera.hashgraph.sdk.proto.SemanticVersionOrBuilder>(
getHapiProtoVersion(),
getParentForChildren(),
isClean());
hapiProtoVersion_ = null;
}
return hapiProtoVersionBuilder_;
}
private com.hedera.hashgraph.sdk.proto.SemanticVersion hederaServicesVersion_;
private com.google.protobuf.SingleFieldBuilderV3<
com.hedera.hashgraph.sdk.proto.SemanticVersion, com.hedera.hashgraph.sdk.proto.SemanticVersion.Builder, com.hedera.hashgraph.sdk.proto.SemanticVersionOrBuilder> hederaServicesVersionBuilder_;
/**
*
**
* The version of the Hedera Services software deployed on the responding node.
*
*
* .proto.SemanticVersion hederaServicesVersion = 3;
* @return Whether the hederaServicesVersion field is set.
*/
public boolean hasHederaServicesVersion() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
*
**
* The version of the Hedera Services software deployed on the responding node.
*
*
* .proto.SemanticVersion hederaServicesVersion = 3;
* @return The hederaServicesVersion.
*/
public com.hedera.hashgraph.sdk.proto.SemanticVersion getHederaServicesVersion() {
if (hederaServicesVersionBuilder_ == null) {
return hederaServicesVersion_ == null ? com.hedera.hashgraph.sdk.proto.SemanticVersion.getDefaultInstance() : hederaServicesVersion_;
} else {
return hederaServicesVersionBuilder_.getMessage();
}
}
/**
*
**
* The version of the Hedera Services software deployed on the responding node.
*
*
* .proto.SemanticVersion hederaServicesVersion = 3;
*/
public Builder setHederaServicesVersion(com.hedera.hashgraph.sdk.proto.SemanticVersion value) {
if (hederaServicesVersionBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
hederaServicesVersion_ = value;
} else {
hederaServicesVersionBuilder_.setMessage(value);
}
bitField0_ |= 0x00000004;
onChanged();
return this;
}
/**
*
**
* The version of the Hedera Services software deployed on the responding node.
*
*
* .proto.SemanticVersion hederaServicesVersion = 3;
*/
public Builder setHederaServicesVersion(
com.hedera.hashgraph.sdk.proto.SemanticVersion.Builder builderForValue) {
if (hederaServicesVersionBuilder_ == null) {
hederaServicesVersion_ = builderForValue.build();
} else {
hederaServicesVersionBuilder_.setMessage(builderForValue.build());
}
bitField0_ |= 0x00000004;
onChanged();
return this;
}
/**
*
**
* The version of the Hedera Services software deployed on the responding node.
*
*
* .proto.SemanticVersion hederaServicesVersion = 3;
*/
public Builder mergeHederaServicesVersion(com.hedera.hashgraph.sdk.proto.SemanticVersion value) {
if (hederaServicesVersionBuilder_ == null) {
if (((bitField0_ & 0x00000004) != 0) &&
hederaServicesVersion_ != null &&
hederaServicesVersion_ != com.hedera.hashgraph.sdk.proto.SemanticVersion.getDefaultInstance()) {
getHederaServicesVersionBuilder().mergeFrom(value);
} else {
hederaServicesVersion_ = value;
}
} else {
hederaServicesVersionBuilder_.mergeFrom(value);
}
if (hederaServicesVersion_ != null) {
bitField0_ |= 0x00000004;
onChanged();
}
return this;
}
/**
*
**
* The version of the Hedera Services software deployed on the responding node.
*
*
* .proto.SemanticVersion hederaServicesVersion = 3;
*/
public Builder clearHederaServicesVersion() {
bitField0_ = (bitField0_ & ~0x00000004);
hederaServicesVersion_ = null;
if (hederaServicesVersionBuilder_ != null) {
hederaServicesVersionBuilder_.dispose();
hederaServicesVersionBuilder_ = null;
}
onChanged();
return this;
}
/**
*
**
* The version of the Hedera Services software deployed on the responding node.
*
*
* .proto.SemanticVersion hederaServicesVersion = 3;
*/
public com.hedera.hashgraph.sdk.proto.SemanticVersion.Builder getHederaServicesVersionBuilder() {
bitField0_ |= 0x00000004;
onChanged();
return getHederaServicesVersionFieldBuilder().getBuilder();
}
/**
*
**
* The version of the Hedera Services software deployed on the responding node.
*
*
* .proto.SemanticVersion hederaServicesVersion = 3;
*/
public com.hedera.hashgraph.sdk.proto.SemanticVersionOrBuilder getHederaServicesVersionOrBuilder() {
if (hederaServicesVersionBuilder_ != null) {
return hederaServicesVersionBuilder_.getMessageOrBuilder();
} else {
return hederaServicesVersion_ == null ?
com.hedera.hashgraph.sdk.proto.SemanticVersion.getDefaultInstance() : hederaServicesVersion_;
}
}
/**
*
**
* The version of the Hedera Services software deployed on the responding node.
*
*
* .proto.SemanticVersion hederaServicesVersion = 3;
*/
private com.google.protobuf.SingleFieldBuilderV3<
com.hedera.hashgraph.sdk.proto.SemanticVersion, com.hedera.hashgraph.sdk.proto.SemanticVersion.Builder, com.hedera.hashgraph.sdk.proto.SemanticVersionOrBuilder>
getHederaServicesVersionFieldBuilder() {
if (hederaServicesVersionBuilder_ == null) {
hederaServicesVersionBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
com.hedera.hashgraph.sdk.proto.SemanticVersion, com.hedera.hashgraph.sdk.proto.SemanticVersion.Builder, com.hedera.hashgraph.sdk.proto.SemanticVersionOrBuilder>(
getHederaServicesVersion(),
getParentForChildren(),
isClean());
hederaServicesVersion_ = null;
}
return hederaServicesVersionBuilder_;
}
@java.lang.Override
public final Builder setUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.setUnknownFields(unknownFields);
}
@java.lang.Override
public final Builder mergeUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.mergeUnknownFields(unknownFields);
}
// @@protoc_insertion_point(builder_scope:proto.NetworkGetVersionInfoResponse)
}
// @@protoc_insertion_point(class_scope:proto.NetworkGetVersionInfoResponse)
private static final com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoResponse DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoResponse();
}
public static com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoResponse getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
@java.lang.Override
public NetworkGetVersionInfoResponse parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
Builder builder = newBuilder();
try {
builder.mergeFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.setUnfinishedMessage(builder.buildPartial());
} catch (com.google.protobuf.UninitializedMessageException e) {
throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
} catch (java.io.IOException e) {
throw new com.google.protobuf.InvalidProtocolBufferException(e)
.setUnfinishedMessage(builder.buildPartial());
}
return builder.buildPartial();
}
};
public static com.google.protobuf.Parser parser() {
return PARSER;
}
@java.lang.Override
public com.google.protobuf.Parser getParserForType() {
return PARSER;
}
@java.lang.Override
public com.hedera.hashgraph.sdk.proto.NetworkGetVersionInfoResponse getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}