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

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

There is a newer version: 0.57.3
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: ConsensusSubmitMessage.proto

package com.hederahashgraph.api.proto.java;

/**
 * Protobuf type {@code proto.ConsensusSubmitMessageTransactionBody}
 */
public  final class ConsensusSubmitMessageTransactionBody extends
    com.google.protobuf.GeneratedMessageV3 implements
    // @@protoc_insertion_point(message_implements:proto.ConsensusSubmitMessageTransactionBody)
    ConsensusSubmitMessageTransactionBodyOrBuilder {
private static final long serialVersionUID = 0L;
  // Use ConsensusSubmitMessageTransactionBody.newBuilder() to construct.
  private ConsensusSubmitMessageTransactionBody(com.google.protobuf.GeneratedMessageV3.Builder builder) {
    super(builder);
  }
  private ConsensusSubmitMessageTransactionBody() {
    message_ = com.google.protobuf.ByteString.EMPTY;
  }

  @java.lang.Override
  @SuppressWarnings({"unused"})
  protected java.lang.Object newInstance(
      UnusedPrivateParameter unused) {
    return new ConsensusSubmitMessageTransactionBody();
  }

  @java.lang.Override
  public final com.google.protobuf.UnknownFieldSet
  getUnknownFields() {
    return this.unknownFields;
  }
  private ConsensusSubmitMessageTransactionBody(
      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.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 18: {

            message_ = input.readBytes();
            break;
          }
          case 26: {
            com.hederahashgraph.api.proto.java.ConsensusMessageChunkInfo.Builder subBuilder = null;
            if (chunkInfo_ != null) {
              subBuilder = chunkInfo_.toBuilder();
            }
            chunkInfo_ = input.readMessage(com.hederahashgraph.api.proto.java.ConsensusMessageChunkInfo.parser(), extensionRegistry);
            if (subBuilder != null) {
              subBuilder.mergeFrom(chunkInfo_);
              chunkInfo_ = 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.ConsensusSubmitMessage.internal_static_proto_ConsensusSubmitMessageTransactionBody_descriptor;
  }

  @java.lang.Override
  protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internalGetFieldAccessorTable() {
    return com.hederahashgraph.api.proto.java.ConsensusSubmitMessage.internal_static_proto_ConsensusSubmitMessageTransactionBody_fieldAccessorTable
        .ensureFieldAccessorsInitialized(
            com.hederahashgraph.api.proto.java.ConsensusSubmitMessageTransactionBody.class, com.hederahashgraph.api.proto.java.ConsensusSubmitMessageTransactionBody.Builder.class);
  }

  public static final int TOPICID_FIELD_NUMBER = 1;
  private com.hederahashgraph.api.proto.java.TopicID topicID_;
  /**
   * 
   * Topic to submit message to.
   * 
* * .proto.TopicID topicID = 1; */ public boolean hasTopicID() { return topicID_ != null; } /** *
   * Topic to submit message to.
   * 
* * .proto.TopicID topicID = 1; */ public com.hederahashgraph.api.proto.java.TopicID getTopicID() { return topicID_ == null ? com.hederahashgraph.api.proto.java.TopicID.getDefaultInstance() : topicID_; } /** *
   * Topic to submit message to.
   * 
* * .proto.TopicID topicID = 1; */ public com.hederahashgraph.api.proto.java.TopicIDOrBuilder getTopicIDOrBuilder() { return getTopicID(); } public static final int MESSAGE_FIELD_NUMBER = 2; private com.google.protobuf.ByteString message_; /** *
   * Message to be submitted. Max size of the Transaction (including signatures) is 6KiB.
   * 
* * bytes message = 2; */ public com.google.protobuf.ByteString getMessage() { return message_; } public static final int CHUNKINFO_FIELD_NUMBER = 3; private com.hederahashgraph.api.proto.java.ConsensusMessageChunkInfo chunkInfo_; /** *
   * Optional information of the current chunk in a fragmented message.
   * 
* * .proto.ConsensusMessageChunkInfo chunkInfo = 3; */ public boolean hasChunkInfo() { return chunkInfo_ != null; } /** *
   * Optional information of the current chunk in a fragmented message.
   * 
* * .proto.ConsensusMessageChunkInfo chunkInfo = 3; */ public com.hederahashgraph.api.proto.java.ConsensusMessageChunkInfo getChunkInfo() { return chunkInfo_ == null ? com.hederahashgraph.api.proto.java.ConsensusMessageChunkInfo.getDefaultInstance() : chunkInfo_; } /** *
   * Optional information of the current chunk in a fragmented message.
   * 
* * .proto.ConsensusMessageChunkInfo chunkInfo = 3; */ public com.hederahashgraph.api.proto.java.ConsensusMessageChunkInfoOrBuilder getChunkInfoOrBuilder() { return getChunkInfo(); } 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 (topicID_ != null) { output.writeMessage(1, getTopicID()); } if (!message_.isEmpty()) { output.writeBytes(2, message_); } if (chunkInfo_ != null) { output.writeMessage(3, getChunkInfo()); } unknownFields.writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (topicID_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, getTopicID()); } if (!message_.isEmpty()) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(2, message_); } if (chunkInfo_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(3, getChunkInfo()); } 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.ConsensusSubmitMessageTransactionBody)) { return super.equals(obj); } com.hederahashgraph.api.proto.java.ConsensusSubmitMessageTransactionBody other = (com.hederahashgraph.api.proto.java.ConsensusSubmitMessageTransactionBody) obj; if (hasTopicID() != other.hasTopicID()) return false; if (hasTopicID()) { if (!getTopicID() .equals(other.getTopicID())) return false; } if (!getMessage() .equals(other.getMessage())) return false; if (hasChunkInfo() != other.hasChunkInfo()) return false; if (hasChunkInfo()) { if (!getChunkInfo() .equals(other.getChunkInfo())) 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 (hasTopicID()) { hash = (37 * hash) + TOPICID_FIELD_NUMBER; hash = (53 * hash) + getTopicID().hashCode(); } hash = (37 * hash) + MESSAGE_FIELD_NUMBER; hash = (53 * hash) + getMessage().hashCode(); if (hasChunkInfo()) { hash = (37 * hash) + CHUNKINFO_FIELD_NUMBER; hash = (53 * hash) + getChunkInfo().hashCode(); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static com.hederahashgraph.api.proto.java.ConsensusSubmitMessageTransactionBody parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.hederahashgraph.api.proto.java.ConsensusSubmitMessageTransactionBody 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.ConsensusSubmitMessageTransactionBody parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.hederahashgraph.api.proto.java.ConsensusSubmitMessageTransactionBody 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.ConsensusSubmitMessageTransactionBody parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.hederahashgraph.api.proto.java.ConsensusSubmitMessageTransactionBody 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.ConsensusSubmitMessageTransactionBody parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.hederahashgraph.api.proto.java.ConsensusSubmitMessageTransactionBody 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.ConsensusSubmitMessageTransactionBody parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static com.hederahashgraph.api.proto.java.ConsensusSubmitMessageTransactionBody 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.ConsensusSubmitMessageTransactionBody 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.ConsensusSubmitMessageTransactionBody 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.ConsensusSubmitMessageTransactionBody 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; } /** * Protobuf type {@code proto.ConsensusSubmitMessageTransactionBody} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:proto.ConsensusSubmitMessageTransactionBody) com.hederahashgraph.api.proto.java.ConsensusSubmitMessageTransactionBodyOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.hederahashgraph.api.proto.java.ConsensusSubmitMessage.internal_static_proto_ConsensusSubmitMessageTransactionBody_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.hederahashgraph.api.proto.java.ConsensusSubmitMessage.internal_static_proto_ConsensusSubmitMessageTransactionBody_fieldAccessorTable .ensureFieldAccessorsInitialized( com.hederahashgraph.api.proto.java.ConsensusSubmitMessageTransactionBody.class, com.hederahashgraph.api.proto.java.ConsensusSubmitMessageTransactionBody.Builder.class); } // Construct using com.hederahashgraph.api.proto.java.ConsensusSubmitMessageTransactionBody.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 (topicIDBuilder_ == null) { topicID_ = null; } else { topicID_ = null; topicIDBuilder_ = null; } message_ = com.google.protobuf.ByteString.EMPTY; if (chunkInfoBuilder_ == null) { chunkInfo_ = null; } else { chunkInfo_ = null; chunkInfoBuilder_ = null; } return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.hederahashgraph.api.proto.java.ConsensusSubmitMessage.internal_static_proto_ConsensusSubmitMessageTransactionBody_descriptor; } @java.lang.Override public com.hederahashgraph.api.proto.java.ConsensusSubmitMessageTransactionBody getDefaultInstanceForType() { return com.hederahashgraph.api.proto.java.ConsensusSubmitMessageTransactionBody.getDefaultInstance(); } @java.lang.Override public com.hederahashgraph.api.proto.java.ConsensusSubmitMessageTransactionBody build() { com.hederahashgraph.api.proto.java.ConsensusSubmitMessageTransactionBody result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.hederahashgraph.api.proto.java.ConsensusSubmitMessageTransactionBody buildPartial() { com.hederahashgraph.api.proto.java.ConsensusSubmitMessageTransactionBody result = new com.hederahashgraph.api.proto.java.ConsensusSubmitMessageTransactionBody(this); if (topicIDBuilder_ == null) { result.topicID_ = topicID_; } else { result.topicID_ = topicIDBuilder_.build(); } result.message_ = message_; if (chunkInfoBuilder_ == null) { result.chunkInfo_ = chunkInfo_; } else { result.chunkInfo_ = chunkInfoBuilder_.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.ConsensusSubmitMessageTransactionBody) { return mergeFrom((com.hederahashgraph.api.proto.java.ConsensusSubmitMessageTransactionBody)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.hederahashgraph.api.proto.java.ConsensusSubmitMessageTransactionBody other) { if (other == com.hederahashgraph.api.proto.java.ConsensusSubmitMessageTransactionBody.getDefaultInstance()) return this; if (other.hasTopicID()) { mergeTopicID(other.getTopicID()); } if (other.getMessage() != com.google.protobuf.ByteString.EMPTY) { setMessage(other.getMessage()); } if (other.hasChunkInfo()) { mergeChunkInfo(other.getChunkInfo()); } 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.ConsensusSubmitMessageTransactionBody parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (com.hederahashgraph.api.proto.java.ConsensusSubmitMessageTransactionBody) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } 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 to submit message to.
     * 
* * .proto.TopicID topicID = 1; */ public boolean hasTopicID() { return topicIDBuilder_ != null || topicID_ != null; } /** *
     * Topic to submit message to.
     * 
* * .proto.TopicID topicID = 1; */ 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 to submit message to.
     * 
* * .proto.TopicID topicID = 1; */ 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 to submit message to.
     * 
* * .proto.TopicID topicID = 1; */ 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 to submit message to.
     * 
* * .proto.TopicID topicID = 1; */ 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 to submit message to.
     * 
* * .proto.TopicID topicID = 1; */ public Builder clearTopicID() { if (topicIDBuilder_ == null) { topicID_ = null; onChanged(); } else { topicID_ = null; topicIDBuilder_ = null; } return this; } /** *
     * Topic to submit message to.
     * 
* * .proto.TopicID topicID = 1; */ public com.hederahashgraph.api.proto.java.TopicID.Builder getTopicIDBuilder() { onChanged(); return getTopicIDFieldBuilder().getBuilder(); } /** *
     * Topic to submit message to.
     * 
* * .proto.TopicID topicID = 1; */ 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 to submit message to.
     * 
* * .proto.TopicID topicID = 1; */ 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.google.protobuf.ByteString message_ = com.google.protobuf.ByteString.EMPTY; /** *
     * Message to be submitted. Max size of the Transaction (including signatures) is 6KiB.
     * 
* * bytes message = 2; */ public com.google.protobuf.ByteString getMessage() { return message_; } /** *
     * Message to be submitted. Max size of the Transaction (including signatures) is 6KiB.
     * 
* * bytes message = 2; */ public Builder setMessage(com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } message_ = value; onChanged(); return this; } /** *
     * Message to be submitted. Max size of the Transaction (including signatures) is 6KiB.
     * 
* * bytes message = 2; */ public Builder clearMessage() { message_ = getDefaultInstance().getMessage(); onChanged(); return this; } private com.hederahashgraph.api.proto.java.ConsensusMessageChunkInfo chunkInfo_; private com.google.protobuf.SingleFieldBuilderV3< com.hederahashgraph.api.proto.java.ConsensusMessageChunkInfo, com.hederahashgraph.api.proto.java.ConsensusMessageChunkInfo.Builder, com.hederahashgraph.api.proto.java.ConsensusMessageChunkInfoOrBuilder> chunkInfoBuilder_; /** *
     * Optional information of the current chunk in a fragmented message.
     * 
* * .proto.ConsensusMessageChunkInfo chunkInfo = 3; */ public boolean hasChunkInfo() { return chunkInfoBuilder_ != null || chunkInfo_ != null; } /** *
     * Optional information of the current chunk in a fragmented message.
     * 
* * .proto.ConsensusMessageChunkInfo chunkInfo = 3; */ public com.hederahashgraph.api.proto.java.ConsensusMessageChunkInfo getChunkInfo() { if (chunkInfoBuilder_ == null) { return chunkInfo_ == null ? com.hederahashgraph.api.proto.java.ConsensusMessageChunkInfo.getDefaultInstance() : chunkInfo_; } else { return chunkInfoBuilder_.getMessage(); } } /** *
     * Optional information of the current chunk in a fragmented message.
     * 
* * .proto.ConsensusMessageChunkInfo chunkInfo = 3; */ public Builder setChunkInfo(com.hederahashgraph.api.proto.java.ConsensusMessageChunkInfo value) { if (chunkInfoBuilder_ == null) { if (value == null) { throw new NullPointerException(); } chunkInfo_ = value; onChanged(); } else { chunkInfoBuilder_.setMessage(value); } return this; } /** *
     * Optional information of the current chunk in a fragmented message.
     * 
* * .proto.ConsensusMessageChunkInfo chunkInfo = 3; */ public Builder setChunkInfo( com.hederahashgraph.api.proto.java.ConsensusMessageChunkInfo.Builder builderForValue) { if (chunkInfoBuilder_ == null) { chunkInfo_ = builderForValue.build(); onChanged(); } else { chunkInfoBuilder_.setMessage(builderForValue.build()); } return this; } /** *
     * Optional information of the current chunk in a fragmented message.
     * 
* * .proto.ConsensusMessageChunkInfo chunkInfo = 3; */ public Builder mergeChunkInfo(com.hederahashgraph.api.proto.java.ConsensusMessageChunkInfo value) { if (chunkInfoBuilder_ == null) { if (chunkInfo_ != null) { chunkInfo_ = com.hederahashgraph.api.proto.java.ConsensusMessageChunkInfo.newBuilder(chunkInfo_).mergeFrom(value).buildPartial(); } else { chunkInfo_ = value; } onChanged(); } else { chunkInfoBuilder_.mergeFrom(value); } return this; } /** *
     * Optional information of the current chunk in a fragmented message.
     * 
* * .proto.ConsensusMessageChunkInfo chunkInfo = 3; */ public Builder clearChunkInfo() { if (chunkInfoBuilder_ == null) { chunkInfo_ = null; onChanged(); } else { chunkInfo_ = null; chunkInfoBuilder_ = null; } return this; } /** *
     * Optional information of the current chunk in a fragmented message.
     * 
* * .proto.ConsensusMessageChunkInfo chunkInfo = 3; */ public com.hederahashgraph.api.proto.java.ConsensusMessageChunkInfo.Builder getChunkInfoBuilder() { onChanged(); return getChunkInfoFieldBuilder().getBuilder(); } /** *
     * Optional information of the current chunk in a fragmented message.
     * 
* * .proto.ConsensusMessageChunkInfo chunkInfo = 3; */ public com.hederahashgraph.api.proto.java.ConsensusMessageChunkInfoOrBuilder getChunkInfoOrBuilder() { if (chunkInfoBuilder_ != null) { return chunkInfoBuilder_.getMessageOrBuilder(); } else { return chunkInfo_ == null ? com.hederahashgraph.api.proto.java.ConsensusMessageChunkInfo.getDefaultInstance() : chunkInfo_; } } /** *
     * Optional information of the current chunk in a fragmented message.
     * 
* * .proto.ConsensusMessageChunkInfo chunkInfo = 3; */ private com.google.protobuf.SingleFieldBuilderV3< com.hederahashgraph.api.proto.java.ConsensusMessageChunkInfo, com.hederahashgraph.api.proto.java.ConsensusMessageChunkInfo.Builder, com.hederahashgraph.api.proto.java.ConsensusMessageChunkInfoOrBuilder> getChunkInfoFieldBuilder() { if (chunkInfoBuilder_ == null) { chunkInfoBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.hederahashgraph.api.proto.java.ConsensusMessageChunkInfo, com.hederahashgraph.api.proto.java.ConsensusMessageChunkInfo.Builder, com.hederahashgraph.api.proto.java.ConsensusMessageChunkInfoOrBuilder>( getChunkInfo(), getParentForChildren(), isClean()); chunkInfo_ = null; } return chunkInfoBuilder_; } @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.ConsensusSubmitMessageTransactionBody) } // @@protoc_insertion_point(class_scope:proto.ConsensusSubmitMessageTransactionBody) private static final com.hederahashgraph.api.proto.java.ConsensusSubmitMessageTransactionBody DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.hederahashgraph.api.proto.java.ConsensusSubmitMessageTransactionBody(); } public static com.hederahashgraph.api.proto.java.ConsensusSubmitMessageTransactionBody getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public ConsensusSubmitMessageTransactionBody parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new ConsensusSubmitMessageTransactionBody(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.ConsensusSubmitMessageTransactionBody getDefaultInstanceForType() { return DEFAULT_INSTANCE; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy