All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.hederahashgraph.api.proto.java.ConsensusGetTopicInfoResponse Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: consensus_get_topic_info.proto

package com.hederahashgraph.api.proto.java;

/**
 * 
 **
 * Retrieve the parameters of and state of a consensus topic.
 * 
* * Protobuf type {@code proto.ConsensusGetTopicInfoResponse} */ public final class ConsensusGetTopicInfoResponse extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:proto.ConsensusGetTopicInfoResponse) ConsensusGetTopicInfoResponseOrBuilder { private static final long serialVersionUID = 0L; // Use ConsensusGetTopicInfoResponse.newBuilder() to construct. private ConsensusGetTopicInfoResponse(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private ConsensusGetTopicInfoResponse() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new ConsensusGetTopicInfoResponse(); } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private ConsensusGetTopicInfoResponse( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } com.google.protobuf.UnknownFieldSet.Builder unknownFields = com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { com.hederahashgraph.api.proto.java.ResponseHeader.Builder subBuilder = null; if (header_ != null) { subBuilder = header_.toBuilder(); } header_ = input.readMessage(com.hederahashgraph.api.proto.java.ResponseHeader.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(header_); header_ = subBuilder.buildPartial(); } break; } case 18: { com.hederahashgraph.api.proto.java.TopicID.Builder subBuilder = null; if (topicID_ != null) { subBuilder = topicID_.toBuilder(); } topicID_ = input.readMessage(com.hederahashgraph.api.proto.java.TopicID.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(topicID_); topicID_ = subBuilder.buildPartial(); } break; } case 42: { com.hederahashgraph.api.proto.java.ConsensusTopicInfo.Builder subBuilder = null; if (topicInfo_ != null) { subBuilder = topicInfo_.toBuilder(); } topicInfo_ = input.readMessage(com.hederahashgraph.api.proto.java.ConsensusTopicInfo.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(topicInfo_); topicInfo_ = subBuilder.buildPartial(); } break; } default: { if (!parseUnknownField( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } } } } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.hederahashgraph.api.proto.java.ConsensusGetTopicInfo.internal_static_proto_ConsensusGetTopicInfoResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.hederahashgraph.api.proto.java.ConsensusGetTopicInfo.internal_static_proto_ConsensusGetTopicInfoResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( com.hederahashgraph.api.proto.java.ConsensusGetTopicInfoResponse.class, com.hederahashgraph.api.proto.java.ConsensusGetTopicInfoResponse.Builder.class); } public static final int HEADER_FIELD_NUMBER = 1; private com.hederahashgraph.api.proto.java.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 header_ != null; } /** *
   **
   * 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.hederahashgraph.api.proto.java.ResponseHeader getHeader() { return header_ == null ? com.hederahashgraph.api.proto.java.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.hederahashgraph.api.proto.java.ResponseHeaderOrBuilder getHeaderOrBuilder() { return getHeader(); } public static final int TOPICID_FIELD_NUMBER = 2; private com.hederahashgraph.api.proto.java.TopicID topicID_; /** *
   **
   * Topic identifier.
   * 
* * .proto.TopicID topicID = 2; * @return Whether the topicID field is set. */ @java.lang.Override public boolean hasTopicID() { return topicID_ != null; } /** *
   **
   * Topic identifier.
   * 
* * .proto.TopicID topicID = 2; * @return The topicID. */ @java.lang.Override public com.hederahashgraph.api.proto.java.TopicID getTopicID() { return topicID_ == null ? com.hederahashgraph.api.proto.java.TopicID.getDefaultInstance() : topicID_; } /** *
   **
   * Topic identifier.
   * 
* * .proto.TopicID topicID = 2; */ @java.lang.Override public com.hederahashgraph.api.proto.java.TopicIDOrBuilder getTopicIDOrBuilder() { return getTopicID(); } public static final int TOPICINFO_FIELD_NUMBER = 5; private com.hederahashgraph.api.proto.java.ConsensusTopicInfo topicInfo_; /** *
   **
   * Current state of the topic
   * 
* * .proto.ConsensusTopicInfo topicInfo = 5; * @return Whether the topicInfo field is set. */ @java.lang.Override public boolean hasTopicInfo() { return topicInfo_ != null; } /** *
   **
   * Current state of the topic
   * 
* * .proto.ConsensusTopicInfo topicInfo = 5; * @return The topicInfo. */ @java.lang.Override public com.hederahashgraph.api.proto.java.ConsensusTopicInfo getTopicInfo() { return topicInfo_ == null ? com.hederahashgraph.api.proto.java.ConsensusTopicInfo.getDefaultInstance() : topicInfo_; } /** *
   **
   * Current state of the topic
   * 
* * .proto.ConsensusTopicInfo topicInfo = 5; */ @java.lang.Override public com.hederahashgraph.api.proto.java.ConsensusTopicInfoOrBuilder getTopicInfoOrBuilder() { return getTopicInfo(); } 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 (header_ != null) { output.writeMessage(1, getHeader()); } if (topicID_ != null) { output.writeMessage(2, getTopicID()); } if (topicInfo_ != null) { output.writeMessage(5, getTopicInfo()); } unknownFields.writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (header_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, getHeader()); } if (topicID_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(2, getTopicID()); } if (topicInfo_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(5, getTopicInfo()); } size += unknownFields.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.hederahashgraph.api.proto.java.ConsensusGetTopicInfoResponse)) { return super.equals(obj); } com.hederahashgraph.api.proto.java.ConsensusGetTopicInfoResponse other = (com.hederahashgraph.api.proto.java.ConsensusGetTopicInfoResponse) obj; if (hasHeader() != other.hasHeader()) return false; if (hasHeader()) { if (!getHeader() .equals(other.getHeader())) return false; } if (hasTopicID() != other.hasTopicID()) return false; if (hasTopicID()) { if (!getTopicID() .equals(other.getTopicID())) return false; } if (hasTopicInfo() != other.hasTopicInfo()) return false; if (hasTopicInfo()) { if (!getTopicInfo() .equals(other.getTopicInfo())) return false; } if (!unknownFields.equals(other.unknownFields)) 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 (hasTopicID()) { hash = (37 * hash) + TOPICID_FIELD_NUMBER; hash = (53 * hash) + getTopicID().hashCode(); } if (hasTopicInfo()) { hash = (37 * hash) + TOPICINFO_FIELD_NUMBER; hash = (53 * hash) + getTopicInfo().hashCode(); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static com.hederahashgraph.api.proto.java.ConsensusGetTopicInfoResponse parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.hederahashgraph.api.proto.java.ConsensusGetTopicInfoResponse parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.hederahashgraph.api.proto.java.ConsensusGetTopicInfoResponse parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.hederahashgraph.api.proto.java.ConsensusGetTopicInfoResponse parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.hederahashgraph.api.proto.java.ConsensusGetTopicInfoResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.hederahashgraph.api.proto.java.ConsensusGetTopicInfoResponse parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static com.hederahashgraph.api.proto.java.ConsensusGetTopicInfoResponse parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.hederahashgraph.api.proto.java.ConsensusGetTopicInfoResponse 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.hederahashgraph.api.proto.java.ConsensusGetTopicInfoResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static com.hederahashgraph.api.proto.java.ConsensusGetTopicInfoResponse 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.hederahashgraph.api.proto.java.ConsensusGetTopicInfoResponse parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.hederahashgraph.api.proto.java.ConsensusGetTopicInfoResponse 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.hederahashgraph.api.proto.java.ConsensusGetTopicInfoResponse 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; } /** *
   **
   * Retrieve the parameters of and state of a consensus topic.
   * 
* * Protobuf type {@code proto.ConsensusGetTopicInfoResponse} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:proto.ConsensusGetTopicInfoResponse) com.hederahashgraph.api.proto.java.ConsensusGetTopicInfoResponseOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.hederahashgraph.api.proto.java.ConsensusGetTopicInfo.internal_static_proto_ConsensusGetTopicInfoResponse_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.hederahashgraph.api.proto.java.ConsensusGetTopicInfo.internal_static_proto_ConsensusGetTopicInfoResponse_fieldAccessorTable .ensureFieldAccessorsInitialized( com.hederahashgraph.api.proto.java.ConsensusGetTopicInfoResponse.class, com.hederahashgraph.api.proto.java.ConsensusGetTopicInfoResponse.Builder.class); } // Construct using com.hederahashgraph.api.proto.java.ConsensusGetTopicInfoResponse.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 (headerBuilder_ == null) { header_ = null; } else { header_ = null; headerBuilder_ = null; } if (topicIDBuilder_ == null) { topicID_ = null; } else { topicID_ = null; topicIDBuilder_ = null; } if (topicInfoBuilder_ == null) { topicInfo_ = null; } else { topicInfo_ = null; topicInfoBuilder_ = null; } return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.hederahashgraph.api.proto.java.ConsensusGetTopicInfo.internal_static_proto_ConsensusGetTopicInfoResponse_descriptor; } @java.lang.Override public com.hederahashgraph.api.proto.java.ConsensusGetTopicInfoResponse getDefaultInstanceForType() { return com.hederahashgraph.api.proto.java.ConsensusGetTopicInfoResponse.getDefaultInstance(); } @java.lang.Override public com.hederahashgraph.api.proto.java.ConsensusGetTopicInfoResponse build() { com.hederahashgraph.api.proto.java.ConsensusGetTopicInfoResponse result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.hederahashgraph.api.proto.java.ConsensusGetTopicInfoResponse buildPartial() { com.hederahashgraph.api.proto.java.ConsensusGetTopicInfoResponse result = new com.hederahashgraph.api.proto.java.ConsensusGetTopicInfoResponse(this); if (headerBuilder_ == null) { result.header_ = header_; } else { result.header_ = headerBuilder_.build(); } if (topicIDBuilder_ == null) { result.topicID_ = topicID_; } else { result.topicID_ = topicIDBuilder_.build(); } if (topicInfoBuilder_ == null) { result.topicInfo_ = topicInfo_; } else { result.topicInfo_ = topicInfoBuilder_.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.hederahashgraph.api.proto.java.ConsensusGetTopicInfoResponse) { return mergeFrom((com.hederahashgraph.api.proto.java.ConsensusGetTopicInfoResponse)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.hederahashgraph.api.proto.java.ConsensusGetTopicInfoResponse other) { if (other == com.hederahashgraph.api.proto.java.ConsensusGetTopicInfoResponse.getDefaultInstance()) return this; if (other.hasHeader()) { mergeHeader(other.getHeader()); } if (other.hasTopicID()) { mergeTopicID(other.getTopicID()); } if (other.hasTopicInfo()) { mergeTopicInfo(other.getTopicInfo()); } 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.hederahashgraph.api.proto.java.ConsensusGetTopicInfoResponse parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (com.hederahashgraph.api.proto.java.ConsensusGetTopicInfoResponse) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private com.hederahashgraph.api.proto.java.ResponseHeader header_; private com.google.protobuf.SingleFieldBuilderV3< com.hederahashgraph.api.proto.java.ResponseHeader, com.hederahashgraph.api.proto.java.ResponseHeader.Builder, com.hederahashgraph.api.proto.java.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 headerBuilder_ != null || header_ != null; } /** *
     **
     * 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.hederahashgraph.api.proto.java.ResponseHeader getHeader() { if (headerBuilder_ == null) { return header_ == null ? com.hederahashgraph.api.proto.java.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.hederahashgraph.api.proto.java.ResponseHeader value) { if (headerBuilder_ == null) { if (value == null) { throw new NullPointerException(); } header_ = value; onChanged(); } else { headerBuilder_.setMessage(value); } 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.hederahashgraph.api.proto.java.ResponseHeader.Builder builderForValue) { if (headerBuilder_ == null) { header_ = builderForValue.build(); onChanged(); } else { headerBuilder_.setMessage(builderForValue.build()); } 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.hederahashgraph.api.proto.java.ResponseHeader value) { if (headerBuilder_ == null) { if (header_ != null) { header_ = com.hederahashgraph.api.proto.java.ResponseHeader.newBuilder(header_).mergeFrom(value).buildPartial(); } else { header_ = value; } onChanged(); } else { headerBuilder_.mergeFrom(value); } 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() { if (headerBuilder_ == null) { header_ = null; onChanged(); } else { header_ = null; headerBuilder_ = null; } 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.hederahashgraph.api.proto.java.ResponseHeader.Builder getHeaderBuilder() { 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.hederahashgraph.api.proto.java.ResponseHeaderOrBuilder getHeaderOrBuilder() { if (headerBuilder_ != null) { return headerBuilder_.getMessageOrBuilder(); } else { return header_ == null ? com.hederahashgraph.api.proto.java.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.hederahashgraph.api.proto.java.ResponseHeader, com.hederahashgraph.api.proto.java.ResponseHeader.Builder, com.hederahashgraph.api.proto.java.ResponseHeaderOrBuilder> getHeaderFieldBuilder() { if (headerBuilder_ == null) { headerBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.hederahashgraph.api.proto.java.ResponseHeader, com.hederahashgraph.api.proto.java.ResponseHeader.Builder, com.hederahashgraph.api.proto.java.ResponseHeaderOrBuilder>( getHeader(), getParentForChildren(), isClean()); header_ = null; } return headerBuilder_; } private com.hederahashgraph.api.proto.java.TopicID topicID_; private com.google.protobuf.SingleFieldBuilderV3< com.hederahashgraph.api.proto.java.TopicID, com.hederahashgraph.api.proto.java.TopicID.Builder, com.hederahashgraph.api.proto.java.TopicIDOrBuilder> topicIDBuilder_; /** *
     **
     * Topic identifier.
     * 
* * .proto.TopicID topicID = 2; * @return Whether the topicID field is set. */ public boolean hasTopicID() { return topicIDBuilder_ != null || topicID_ != null; } /** *
     **
     * Topic identifier.
     * 
* * .proto.TopicID topicID = 2; * @return The topicID. */ public com.hederahashgraph.api.proto.java.TopicID getTopicID() { if (topicIDBuilder_ == null) { return topicID_ == null ? com.hederahashgraph.api.proto.java.TopicID.getDefaultInstance() : topicID_; } else { return topicIDBuilder_.getMessage(); } } /** *
     **
     * Topic identifier.
     * 
* * .proto.TopicID topicID = 2; */ public Builder setTopicID(com.hederahashgraph.api.proto.java.TopicID value) { if (topicIDBuilder_ == null) { if (value == null) { throw new NullPointerException(); } topicID_ = value; onChanged(); } else { topicIDBuilder_.setMessage(value); } return this; } /** *
     **
     * Topic identifier.
     * 
* * .proto.TopicID topicID = 2; */ public Builder setTopicID( com.hederahashgraph.api.proto.java.TopicID.Builder builderForValue) { if (topicIDBuilder_ == null) { topicID_ = builderForValue.build(); onChanged(); } else { topicIDBuilder_.setMessage(builderForValue.build()); } return this; } /** *
     **
     * Topic identifier.
     * 
* * .proto.TopicID topicID = 2; */ public Builder mergeTopicID(com.hederahashgraph.api.proto.java.TopicID value) { if (topicIDBuilder_ == null) { if (topicID_ != null) { topicID_ = com.hederahashgraph.api.proto.java.TopicID.newBuilder(topicID_).mergeFrom(value).buildPartial(); } else { topicID_ = value; } onChanged(); } else { topicIDBuilder_.mergeFrom(value); } return this; } /** *
     **
     * Topic identifier.
     * 
* * .proto.TopicID topicID = 2; */ public Builder clearTopicID() { if (topicIDBuilder_ == null) { topicID_ = null; onChanged(); } else { topicID_ = null; topicIDBuilder_ = null; } return this; } /** *
     **
     * Topic identifier.
     * 
* * .proto.TopicID topicID = 2; */ public com.hederahashgraph.api.proto.java.TopicID.Builder getTopicIDBuilder() { onChanged(); return getTopicIDFieldBuilder().getBuilder(); } /** *
     **
     * Topic identifier.
     * 
* * .proto.TopicID topicID = 2; */ public com.hederahashgraph.api.proto.java.TopicIDOrBuilder getTopicIDOrBuilder() { if (topicIDBuilder_ != null) { return topicIDBuilder_.getMessageOrBuilder(); } else { return topicID_ == null ? com.hederahashgraph.api.proto.java.TopicID.getDefaultInstance() : topicID_; } } /** *
     **
     * Topic identifier.
     * 
* * .proto.TopicID topicID = 2; */ private com.google.protobuf.SingleFieldBuilderV3< com.hederahashgraph.api.proto.java.TopicID, com.hederahashgraph.api.proto.java.TopicID.Builder, com.hederahashgraph.api.proto.java.TopicIDOrBuilder> getTopicIDFieldBuilder() { if (topicIDBuilder_ == null) { topicIDBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.hederahashgraph.api.proto.java.TopicID, com.hederahashgraph.api.proto.java.TopicID.Builder, com.hederahashgraph.api.proto.java.TopicIDOrBuilder>( getTopicID(), getParentForChildren(), isClean()); topicID_ = null; } return topicIDBuilder_; } private com.hederahashgraph.api.proto.java.ConsensusTopicInfo topicInfo_; private com.google.protobuf.SingleFieldBuilderV3< com.hederahashgraph.api.proto.java.ConsensusTopicInfo, com.hederahashgraph.api.proto.java.ConsensusTopicInfo.Builder, com.hederahashgraph.api.proto.java.ConsensusTopicInfoOrBuilder> topicInfoBuilder_; /** *
     **
     * Current state of the topic
     * 
* * .proto.ConsensusTopicInfo topicInfo = 5; * @return Whether the topicInfo field is set. */ public boolean hasTopicInfo() { return topicInfoBuilder_ != null || topicInfo_ != null; } /** *
     **
     * Current state of the topic
     * 
* * .proto.ConsensusTopicInfo topicInfo = 5; * @return The topicInfo. */ public com.hederahashgraph.api.proto.java.ConsensusTopicInfo getTopicInfo() { if (topicInfoBuilder_ == null) { return topicInfo_ == null ? com.hederahashgraph.api.proto.java.ConsensusTopicInfo.getDefaultInstance() : topicInfo_; } else { return topicInfoBuilder_.getMessage(); } } /** *
     **
     * Current state of the topic
     * 
* * .proto.ConsensusTopicInfo topicInfo = 5; */ public Builder setTopicInfo(com.hederahashgraph.api.proto.java.ConsensusTopicInfo value) { if (topicInfoBuilder_ == null) { if (value == null) { throw new NullPointerException(); } topicInfo_ = value; onChanged(); } else { topicInfoBuilder_.setMessage(value); } return this; } /** *
     **
     * Current state of the topic
     * 
* * .proto.ConsensusTopicInfo topicInfo = 5; */ public Builder setTopicInfo( com.hederahashgraph.api.proto.java.ConsensusTopicInfo.Builder builderForValue) { if (topicInfoBuilder_ == null) { topicInfo_ = builderForValue.build(); onChanged(); } else { topicInfoBuilder_.setMessage(builderForValue.build()); } return this; } /** *
     **
     * Current state of the topic
     * 
* * .proto.ConsensusTopicInfo topicInfo = 5; */ public Builder mergeTopicInfo(com.hederahashgraph.api.proto.java.ConsensusTopicInfo value) { if (topicInfoBuilder_ == null) { if (topicInfo_ != null) { topicInfo_ = com.hederahashgraph.api.proto.java.ConsensusTopicInfo.newBuilder(topicInfo_).mergeFrom(value).buildPartial(); } else { topicInfo_ = value; } onChanged(); } else { topicInfoBuilder_.mergeFrom(value); } return this; } /** *
     **
     * Current state of the topic
     * 
* * .proto.ConsensusTopicInfo topicInfo = 5; */ public Builder clearTopicInfo() { if (topicInfoBuilder_ == null) { topicInfo_ = null; onChanged(); } else { topicInfo_ = null; topicInfoBuilder_ = null; } return this; } /** *
     **
     * Current state of the topic
     * 
* * .proto.ConsensusTopicInfo topicInfo = 5; */ public com.hederahashgraph.api.proto.java.ConsensusTopicInfo.Builder getTopicInfoBuilder() { onChanged(); return getTopicInfoFieldBuilder().getBuilder(); } /** *
     **
     * Current state of the topic
     * 
* * .proto.ConsensusTopicInfo topicInfo = 5; */ public com.hederahashgraph.api.proto.java.ConsensusTopicInfoOrBuilder getTopicInfoOrBuilder() { if (topicInfoBuilder_ != null) { return topicInfoBuilder_.getMessageOrBuilder(); } else { return topicInfo_ == null ? com.hederahashgraph.api.proto.java.ConsensusTopicInfo.getDefaultInstance() : topicInfo_; } } /** *
     **
     * Current state of the topic
     * 
* * .proto.ConsensusTopicInfo topicInfo = 5; */ private com.google.protobuf.SingleFieldBuilderV3< com.hederahashgraph.api.proto.java.ConsensusTopicInfo, com.hederahashgraph.api.proto.java.ConsensusTopicInfo.Builder, com.hederahashgraph.api.proto.java.ConsensusTopicInfoOrBuilder> getTopicInfoFieldBuilder() { if (topicInfoBuilder_ == null) { topicInfoBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.hederahashgraph.api.proto.java.ConsensusTopicInfo, com.hederahashgraph.api.proto.java.ConsensusTopicInfo.Builder, com.hederahashgraph.api.proto.java.ConsensusTopicInfoOrBuilder>( getTopicInfo(), getParentForChildren(), isClean()); topicInfo_ = null; } return topicInfoBuilder_; } @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.ConsensusGetTopicInfoResponse) } // @@protoc_insertion_point(class_scope:proto.ConsensusGetTopicInfoResponse) private static final com.hederahashgraph.api.proto.java.ConsensusGetTopicInfoResponse DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.hederahashgraph.api.proto.java.ConsensusGetTopicInfoResponse(); } public static com.hederahashgraph.api.proto.java.ConsensusGetTopicInfoResponse getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public ConsensusGetTopicInfoResponse parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new ConsensusGetTopicInfoResponse(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.hederahashgraph.api.proto.java.ConsensusGetTopicInfoResponse getDefaultInstanceForType() { return DEFAULT_INSTANCE; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy