implements
// @@protoc_insertion_point(builder_implements:com.hedera.hapi.block.BlockNodeVersions)
com.hedera.hapi.block.protoc.BlockNodeVersionsOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.hedera.hapi.block.protoc.BlockService.internal_static_com_hedera_hapi_block_BlockNodeVersions_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.hedera.hapi.block.protoc.BlockService.internal_static_com_hedera_hapi_block_BlockNodeVersions_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.hedera.hapi.block.protoc.BlockNodeVersions.class, com.hedera.hapi.block.protoc.BlockNodeVersions.Builder.class);
}
// Construct using com.hedera.hapi.block.protoc.BlockNodeVersions.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessageV3
.alwaysUseFieldBuilders) {
}
}
@java.lang.Override
public Builder clear() {
super.clear();
if (addressBookVersionBuilder_ == null) {
addressBookVersion_ = null;
} else {
addressBookVersion_ = null;
addressBookVersionBuilder_ = null;
}
if (streamProtoVersionBuilder_ == null) {
streamProtoVersion_ = null;
} else {
streamProtoVersion_ = null;
streamProtoVersionBuilder_ = null;
}
if (softwareVersionBuilder_ == null) {
softwareVersion_ = null;
} else {
softwareVersion_ = null;
softwareVersionBuilder_ = null;
}
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return com.hedera.hapi.block.protoc.BlockService.internal_static_com_hedera_hapi_block_BlockNodeVersions_descriptor;
}
@java.lang.Override
public com.hedera.hapi.block.protoc.BlockNodeVersions getDefaultInstanceForType() {
return com.hedera.hapi.block.protoc.BlockNodeVersions.getDefaultInstance();
}
@java.lang.Override
public com.hedera.hapi.block.protoc.BlockNodeVersions build() {
com.hedera.hapi.block.protoc.BlockNodeVersions result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public com.hedera.hapi.block.protoc.BlockNodeVersions buildPartial() {
com.hedera.hapi.block.protoc.BlockNodeVersions result = new com.hedera.hapi.block.protoc.BlockNodeVersions(this);
if (addressBookVersionBuilder_ == null) {
result.addressBookVersion_ = addressBookVersion_;
} else {
result.addressBookVersion_ = addressBookVersionBuilder_.build();
}
if (streamProtoVersionBuilder_ == null) {
result.streamProtoVersion_ = streamProtoVersion_;
} else {
result.streamProtoVersion_ = streamProtoVersionBuilder_.build();
}
if (softwareVersionBuilder_ == null) {
result.softwareVersion_ = softwareVersion_;
} else {
result.softwareVersion_ = softwareVersionBuilder_.build();
}
onBuilt();
return result;
}
@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.hapi.block.protoc.BlockNodeVersions) {
return mergeFrom((com.hedera.hapi.block.protoc.BlockNodeVersions)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(com.hedera.hapi.block.protoc.BlockNodeVersions other) {
if (other == com.hedera.hapi.block.protoc.BlockNodeVersions.getDefaultInstance()) return this;
if (other.hasAddressBookVersion()) {
mergeAddressBookVersion(other.getAddressBookVersion());
}
if (other.hasStreamProtoVersion()) {
mergeStreamProtoVersion(other.getStreamProtoVersion());
}
if (other.hasSoftwareVersion()) {
mergeSoftwareVersion(other.getSoftwareVersion());
}
this.mergeUnknownFields(other.unknownFields);
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 {
com.hedera.hapi.block.protoc.BlockNodeVersions parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (com.hedera.hapi.block.protoc.BlockNodeVersions) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private com.hederahashgraph.api.proto.java.SemanticVersion addressBookVersion_;
private com.google.protobuf.SingleFieldBuilderV3<
com.hederahashgraph.api.proto.java.SemanticVersion, com.hederahashgraph.api.proto.java.SemanticVersion.Builder, com.hederahashgraph.api.proto.java.SemanticVersionOrBuilder> addressBookVersionBuilder_;
/**
*
**
* A version of the Block Node network address book.<br/>
* The address book version describes what version of address book
* this block node holds for discovering and identifying other block nodes.
* <p>
* This version SHALL be specific to each "network" of interconnected
* Block Nodes.
*
*
* .proto.SemanticVersion address_book_version = 1;
* @return Whether the addressBookVersion field is set.
*/
public boolean hasAddressBookVersion() {
return addressBookVersionBuilder_ != null || addressBookVersion_ != null;
}
/**
*
**
* A version of the Block Node network address book.<br/>
* The address book version describes what version of address book
* this block node holds for discovering and identifying other block nodes.
* <p>
* This version SHALL be specific to each "network" of interconnected
* Block Nodes.
*
*
* .proto.SemanticVersion address_book_version = 1;
* @return The addressBookVersion.
*/
public com.hederahashgraph.api.proto.java.SemanticVersion getAddressBookVersion() {
if (addressBookVersionBuilder_ == null) {
return addressBookVersion_ == null ? com.hederahashgraph.api.proto.java.SemanticVersion.getDefaultInstance() : addressBookVersion_;
} else {
return addressBookVersionBuilder_.getMessage();
}
}
/**
*
**
* A version of the Block Node network address book.<br/>
* The address book version describes what version of address book
* this block node holds for discovering and identifying other block nodes.
* <p>
* This version SHALL be specific to each "network" of interconnected
* Block Nodes.
*
*
* .proto.SemanticVersion address_book_version = 1;
*/
public Builder setAddressBookVersion(com.hederahashgraph.api.proto.java.SemanticVersion value) {
if (addressBookVersionBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
addressBookVersion_ = value;
onChanged();
} else {
addressBookVersionBuilder_.setMessage(value);
}
return this;
}
/**
*
**
* A version of the Block Node network address book.<br/>
* The address book version describes what version of address book
* this block node holds for discovering and identifying other block nodes.
* <p>
* This version SHALL be specific to each "network" of interconnected
* Block Nodes.
*
*
* .proto.SemanticVersion address_book_version = 1;
*/
public Builder setAddressBookVersion(
com.hederahashgraph.api.proto.java.SemanticVersion.Builder builderForValue) {
if (addressBookVersionBuilder_ == null) {
addressBookVersion_ = builderForValue.build();
onChanged();
} else {
addressBookVersionBuilder_.setMessage(builderForValue.build());
}
return this;
}
/**
*
**
* A version of the Block Node network address book.<br/>
* The address book version describes what version of address book
* this block node holds for discovering and identifying other block nodes.
* <p>
* This version SHALL be specific to each "network" of interconnected
* Block Nodes.
*
*
* .proto.SemanticVersion address_book_version = 1;
*/
public Builder mergeAddressBookVersion(com.hederahashgraph.api.proto.java.SemanticVersion value) {
if (addressBookVersionBuilder_ == null) {
if (addressBookVersion_ != null) {
addressBookVersion_ =
com.hederahashgraph.api.proto.java.SemanticVersion.newBuilder(addressBookVersion_).mergeFrom(value).buildPartial();
} else {
addressBookVersion_ = value;
}
onChanged();
} else {
addressBookVersionBuilder_.mergeFrom(value);
}
return this;
}
/**
*
**
* A version of the Block Node network address book.<br/>
* The address book version describes what version of address book
* this block node holds for discovering and identifying other block nodes.
* <p>
* This version SHALL be specific to each "network" of interconnected
* Block Nodes.
*
*
* .proto.SemanticVersion address_book_version = 1;
*/
public Builder clearAddressBookVersion() {
if (addressBookVersionBuilder_ == null) {
addressBookVersion_ = null;
onChanged();
} else {
addressBookVersion_ = null;
addressBookVersionBuilder_ = null;
}
return this;
}
/**
*
**
* A version of the Block Node network address book.<br/>
* The address book version describes what version of address book
* this block node holds for discovering and identifying other block nodes.
* <p>
* This version SHALL be specific to each "network" of interconnected
* Block Nodes.
*
*
* .proto.SemanticVersion address_book_version = 1;
*/
public com.hederahashgraph.api.proto.java.SemanticVersion.Builder getAddressBookVersionBuilder() {
onChanged();
return getAddressBookVersionFieldBuilder().getBuilder();
}
/**
*
**
* A version of the Block Node network address book.<br/>
* The address book version describes what version of address book
* this block node holds for discovering and identifying other block nodes.
* <p>
* This version SHALL be specific to each "network" of interconnected
* Block Nodes.
*
*
* .proto.SemanticVersion address_book_version = 1;
*/
public com.hederahashgraph.api.proto.java.SemanticVersionOrBuilder getAddressBookVersionOrBuilder() {
if (addressBookVersionBuilder_ != null) {
return addressBookVersionBuilder_.getMessageOrBuilder();
} else {
return addressBookVersion_ == null ?
com.hederahashgraph.api.proto.java.SemanticVersion.getDefaultInstance() : addressBookVersion_;
}
}
/**
*
**
* A version of the Block Node network address book.<br/>
* The address book version describes what version of address book
* this block node holds for discovering and identifying other block nodes.
* <p>
* This version SHALL be specific to each "network" of interconnected
* Block Nodes.
*
*
* .proto.SemanticVersion address_book_version = 1;
*/
private com.google.protobuf.SingleFieldBuilderV3<
com.hederahashgraph.api.proto.java.SemanticVersion, com.hederahashgraph.api.proto.java.SemanticVersion.Builder, com.hederahashgraph.api.proto.java.SemanticVersionOrBuilder>
getAddressBookVersionFieldBuilder() {
if (addressBookVersionBuilder_ == null) {
addressBookVersionBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
com.hederahashgraph.api.proto.java.SemanticVersion, com.hederahashgraph.api.proto.java.SemanticVersion.Builder, com.hederahashgraph.api.proto.java.SemanticVersionOrBuilder>(
getAddressBookVersion(),
getParentForChildren(),
isClean());
addressBookVersion_ = null;
}
return addressBookVersionBuilder_;
}
private com.hederahashgraph.api.proto.java.SemanticVersion streamProtoVersion_;
private com.google.protobuf.SingleFieldBuilderV3<
com.hederahashgraph.api.proto.java.SemanticVersion, com.hederahashgraph.api.proto.java.SemanticVersion.Builder, com.hederahashgraph.api.proto.java.SemanticVersionOrBuilder> streamProtoVersionBuilder_;
/**
*
**
* A version of the Block Stream specification.<br/>
* This is the Stream version currently supported by this Block Node.
* <p>
* Implementations SHOULD make reasonable effort to ensure the latest
* released Block Stream version is supported.<br/>
* This version MUST be an officially released Block Stream version if
* the responding block node is not private.
*
*
* .proto.SemanticVersion stream_proto_version = 2;
* @return Whether the streamProtoVersion field is set.
*/
public boolean hasStreamProtoVersion() {
return streamProtoVersionBuilder_ != null || streamProtoVersion_ != null;
}
/**
*
**
* A version of the Block Stream specification.<br/>
* This is the Stream version currently supported by this Block Node.
* <p>
* Implementations SHOULD make reasonable effort to ensure the latest
* released Block Stream version is supported.<br/>
* This version MUST be an officially released Block Stream version if
* the responding block node is not private.
*
*
* .proto.SemanticVersion stream_proto_version = 2;
* @return The streamProtoVersion.
*/
public com.hederahashgraph.api.proto.java.SemanticVersion getStreamProtoVersion() {
if (streamProtoVersionBuilder_ == null) {
return streamProtoVersion_ == null ? com.hederahashgraph.api.proto.java.SemanticVersion.getDefaultInstance() : streamProtoVersion_;
} else {
return streamProtoVersionBuilder_.getMessage();
}
}
/**
*
**
* A version of the Block Stream specification.<br/>
* This is the Stream version currently supported by this Block Node.
* <p>
* Implementations SHOULD make reasonable effort to ensure the latest
* released Block Stream version is supported.<br/>
* This version MUST be an officially released Block Stream version if
* the responding block node is not private.
*
*
* .proto.SemanticVersion stream_proto_version = 2;
*/
public Builder setStreamProtoVersion(com.hederahashgraph.api.proto.java.SemanticVersion value) {
if (streamProtoVersionBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
streamProtoVersion_ = value;
onChanged();
} else {
streamProtoVersionBuilder_.setMessage(value);
}
return this;
}
/**
*
**
* A version of the Block Stream specification.<br/>
* This is the Stream version currently supported by this Block Node.
* <p>
* Implementations SHOULD make reasonable effort to ensure the latest
* released Block Stream version is supported.<br/>
* This version MUST be an officially released Block Stream version if
* the responding block node is not private.
*
*
* .proto.SemanticVersion stream_proto_version = 2;
*/
public Builder setStreamProtoVersion(
com.hederahashgraph.api.proto.java.SemanticVersion.Builder builderForValue) {
if (streamProtoVersionBuilder_ == null) {
streamProtoVersion_ = builderForValue.build();
onChanged();
} else {
streamProtoVersionBuilder_.setMessage(builderForValue.build());
}
return this;
}
/**
*
**
* A version of the Block Stream specification.<br/>
* This is the Stream version currently supported by this Block Node.
* <p>
* Implementations SHOULD make reasonable effort to ensure the latest
* released Block Stream version is supported.<br/>
* This version MUST be an officially released Block Stream version if
* the responding block node is not private.
*
*
* .proto.SemanticVersion stream_proto_version = 2;
*/
public Builder mergeStreamProtoVersion(com.hederahashgraph.api.proto.java.SemanticVersion value) {
if (streamProtoVersionBuilder_ == null) {
if (streamProtoVersion_ != null) {
streamProtoVersion_ =
com.hederahashgraph.api.proto.java.SemanticVersion.newBuilder(streamProtoVersion_).mergeFrom(value).buildPartial();
} else {
streamProtoVersion_ = value;
}
onChanged();
} else {
streamProtoVersionBuilder_.mergeFrom(value);
}
return this;
}
/**
*
**
* A version of the Block Stream specification.<br/>
* This is the Stream version currently supported by this Block Node.
* <p>
* Implementations SHOULD make reasonable effort to ensure the latest
* released Block Stream version is supported.<br/>
* This version MUST be an officially released Block Stream version if
* the responding block node is not private.
*
*
* .proto.SemanticVersion stream_proto_version = 2;
*/
public Builder clearStreamProtoVersion() {
if (streamProtoVersionBuilder_ == null) {
streamProtoVersion_ = null;
onChanged();
} else {
streamProtoVersion_ = null;
streamProtoVersionBuilder_ = null;
}
return this;
}
/**
*
**
* A version of the Block Stream specification.<br/>
* This is the Stream version currently supported by this Block Node.
* <p>
* Implementations SHOULD make reasonable effort to ensure the latest
* released Block Stream version is supported.<br/>
* This version MUST be an officially released Block Stream version if
* the responding block node is not private.
*
*
* .proto.SemanticVersion stream_proto_version = 2;
*/
public com.hederahashgraph.api.proto.java.SemanticVersion.Builder getStreamProtoVersionBuilder() {
onChanged();
return getStreamProtoVersionFieldBuilder().getBuilder();
}
/**
*
**
* A version of the Block Stream specification.<br/>
* This is the Stream version currently supported by this Block Node.
* <p>
* Implementations SHOULD make reasonable effort to ensure the latest
* released Block Stream version is supported.<br/>
* This version MUST be an officially released Block Stream version if
* the responding block node is not private.
*
*
* .proto.SemanticVersion stream_proto_version = 2;
*/
public com.hederahashgraph.api.proto.java.SemanticVersionOrBuilder getStreamProtoVersionOrBuilder() {
if (streamProtoVersionBuilder_ != null) {
return streamProtoVersionBuilder_.getMessageOrBuilder();
} else {
return streamProtoVersion_ == null ?
com.hederahashgraph.api.proto.java.SemanticVersion.getDefaultInstance() : streamProtoVersion_;
}
}
/**
*
**
* A version of the Block Stream specification.<br/>
* This is the Stream version currently supported by this Block Node.
* <p>
* Implementations SHOULD make reasonable effort to ensure the latest
* released Block Stream version is supported.<br/>
* This version MUST be an officially released Block Stream version if
* the responding block node is not private.
*
*
* .proto.SemanticVersion stream_proto_version = 2;
*/
private com.google.protobuf.SingleFieldBuilderV3<
com.hederahashgraph.api.proto.java.SemanticVersion, com.hederahashgraph.api.proto.java.SemanticVersion.Builder, com.hederahashgraph.api.proto.java.SemanticVersionOrBuilder>
getStreamProtoVersionFieldBuilder() {
if (streamProtoVersionBuilder_ == null) {
streamProtoVersionBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
com.hederahashgraph.api.proto.java.SemanticVersion, com.hederahashgraph.api.proto.java.SemanticVersion.Builder, com.hederahashgraph.api.proto.java.SemanticVersionOrBuilder>(
getStreamProtoVersion(),
getParentForChildren(),
isClean());
streamProtoVersion_ = null;
}
return streamProtoVersionBuilder_;
}
private com.hederahashgraph.api.proto.java.SemanticVersion softwareVersion_;
private com.google.protobuf.SingleFieldBuilderV3<
com.hederahashgraph.api.proto.java.SemanticVersion, com.hederahashgraph.api.proto.java.SemanticVersion.Builder, com.hederahashgraph.api.proto.java.SemanticVersionOrBuilder> softwareVersionBuilder_;
/**
*
**
* A version of the block node software.<br/>
* This is the software version that this block node is currently
* running.
* <p>
* This value is implementation-defined.
*
*
* .proto.SemanticVersion software_version = 3;
* @return Whether the softwareVersion field is set.
*/
public boolean hasSoftwareVersion() {
return softwareVersionBuilder_ != null || softwareVersion_ != null;
}
/**
*
**
* A version of the block node software.<br/>
* This is the software version that this block node is currently
* running.
* <p>
* This value is implementation-defined.
*
*
* .proto.SemanticVersion software_version = 3;
* @return The softwareVersion.
*/
public com.hederahashgraph.api.proto.java.SemanticVersion getSoftwareVersion() {
if (softwareVersionBuilder_ == null) {
return softwareVersion_ == null ? com.hederahashgraph.api.proto.java.SemanticVersion.getDefaultInstance() : softwareVersion_;
} else {
return softwareVersionBuilder_.getMessage();
}
}
/**
*
**
* A version of the block node software.<br/>
* This is the software version that this block node is currently
* running.
* <p>
* This value is implementation-defined.
*
*
* .proto.SemanticVersion software_version = 3;
*/
public Builder setSoftwareVersion(com.hederahashgraph.api.proto.java.SemanticVersion value) {
if (softwareVersionBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
softwareVersion_ = value;
onChanged();
} else {
softwareVersionBuilder_.setMessage(value);
}
return this;
}
/**
*
**
* A version of the block node software.<br/>
* This is the software version that this block node is currently
* running.
* <p>
* This value is implementation-defined.
*
*
* .proto.SemanticVersion software_version = 3;
*/
public Builder setSoftwareVersion(
com.hederahashgraph.api.proto.java.SemanticVersion.Builder builderForValue) {
if (softwareVersionBuilder_ == null) {
softwareVersion_ = builderForValue.build();
onChanged();
} else {
softwareVersionBuilder_.setMessage(builderForValue.build());
}
return this;
}
/**
*
**
* A version of the block node software.<br/>
* This is the software version that this block node is currently
* running.
* <p>
* This value is implementation-defined.
*
*
* .proto.SemanticVersion software_version = 3;
*/
public Builder mergeSoftwareVersion(com.hederahashgraph.api.proto.java.SemanticVersion value) {
if (softwareVersionBuilder_ == null) {
if (softwareVersion_ != null) {
softwareVersion_ =
com.hederahashgraph.api.proto.java.SemanticVersion.newBuilder(softwareVersion_).mergeFrom(value).buildPartial();
} else {
softwareVersion_ = value;
}
onChanged();
} else {
softwareVersionBuilder_.mergeFrom(value);
}
return this;
}
/**
*
**
* A version of the block node software.<br/>
* This is the software version that this block node is currently
* running.
* <p>
* This value is implementation-defined.
*
*
* .proto.SemanticVersion software_version = 3;
*/
public Builder clearSoftwareVersion() {
if (softwareVersionBuilder_ == null) {
softwareVersion_ = null;
onChanged();
} else {
softwareVersion_ = null;
softwareVersionBuilder_ = null;
}
return this;
}
/**
*
**
* A version of the block node software.<br/>
* This is the software version that this block node is currently
* running.
* <p>
* This value is implementation-defined.
*
*
* .proto.SemanticVersion software_version = 3;
*/
public com.hederahashgraph.api.proto.java.SemanticVersion.Builder getSoftwareVersionBuilder() {
onChanged();
return getSoftwareVersionFieldBuilder().getBuilder();
}
/**
*
**
* A version of the block node software.<br/>
* This is the software version that this block node is currently
* running.
* <p>
* This value is implementation-defined.
*
*
* .proto.SemanticVersion software_version = 3;
*/
public com.hederahashgraph.api.proto.java.SemanticVersionOrBuilder getSoftwareVersionOrBuilder() {
if (softwareVersionBuilder_ != null) {
return softwareVersionBuilder_.getMessageOrBuilder();
} else {
return softwareVersion_ == null ?
com.hederahashgraph.api.proto.java.SemanticVersion.getDefaultInstance() : softwareVersion_;
}
}
/**
*
**
* A version of the block node software.<br/>
* This is the software version that this block node is currently
* running.
* <p>
* This value is implementation-defined.
*
*
* .proto.SemanticVersion software_version = 3;
*/
private com.google.protobuf.SingleFieldBuilderV3<
com.hederahashgraph.api.proto.java.SemanticVersion, com.hederahashgraph.api.proto.java.SemanticVersion.Builder, com.hederahashgraph.api.proto.java.SemanticVersionOrBuilder>
getSoftwareVersionFieldBuilder() {
if (softwareVersionBuilder_ == null) {
softwareVersionBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
com.hederahashgraph.api.proto.java.SemanticVersion, com.hederahashgraph.api.proto.java.SemanticVersion.Builder, com.hederahashgraph.api.proto.java.SemanticVersionOrBuilder>(
getSoftwareVersion(),
getParentForChildren(),
isClean());
softwareVersion_ = null;
}
return softwareVersionBuilder_;
}
@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:com.hedera.hapi.block.BlockNodeVersions)
}
// @@protoc_insertion_point(class_scope:com.hedera.hapi.block.BlockNodeVersions)
private static final com.hedera.hapi.block.protoc.BlockNodeVersions DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new com.hedera.hapi.block.protoc.BlockNodeVersions();
}
public static com.hedera.hapi.block.protoc.BlockNodeVersions getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
@java.lang.Override
public BlockNodeVersions parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return new BlockNodeVersions(input, extensionRegistry);
}
};
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.hapi.block.protoc.BlockNodeVersions getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}