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

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

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: ConsensusSubmitMessage.proto

package com.hederahashgraph.api.proto.java;

public final class ConsensusSubmitMessage {
  private ConsensusSubmitMessage() {}
  public static void registerAllExtensions(
      com.google.protobuf.ExtensionRegistryLite registry) {
  }

  public static void registerAllExtensions(
      com.google.protobuf.ExtensionRegistry registry) {
    registerAllExtensions(
        (com.google.protobuf.ExtensionRegistryLite) registry);
  }
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_proto_ConsensusMessageChunkInfo_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_proto_ConsensusMessageChunkInfo_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_proto_ConsensusSubmitMessageTransactionBody_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_proto_ConsensusSubmitMessageTransactionBody_fieldAccessorTable;

  public static com.google.protobuf.Descriptors.FileDescriptor
      getDescriptor() {
    return descriptor;
  }
  private static  com.google.protobuf.Descriptors.FileDescriptor
      descriptor;
  static {
    java.lang.String[] descriptorData = {
      "\n\034ConsensusSubmitMessage.proto\022\005proto\032\020B" +
      "asicTypes.proto\"n\n\031ConsensusMessageChunk" +
      "Info\0222\n\024initialTransactionID\030\001 \001(\0132\024.pro" +
      "to.TransactionID\022\r\n\005total\030\002 \001(\005\022\016\n\006numbe" +
      "r\030\003 \001(\005\"\216\001\n%ConsensusSubmitMessageTransa" +
      "ctionBody\022\037\n\007topicID\030\001 \001(\0132\016.proto.Topic" +
      "ID\022\017\n\007message\030\002 \001(\014\0223\n\tchunkInfo\030\003 \001(\0132 " +
      ".proto.ConsensusMessageChunkInfoB&\n\"com." +
      "hederahashgraph.api.proto.javaP\001b\006proto3"
    };
    descriptor = com.google.protobuf.Descriptors.FileDescriptor
      .internalBuildGeneratedFileFrom(descriptorData,
        new com.google.protobuf.Descriptors.FileDescriptor[] {
          com.hederahashgraph.api.proto.java.BasicTypes.getDescriptor(),
        });
    internal_static_proto_ConsensusMessageChunkInfo_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_proto_ConsensusMessageChunkInfo_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_proto_ConsensusMessageChunkInfo_descriptor,
        new java.lang.String[] { "InitialTransactionID", "Total", "Number", });
    internal_static_proto_ConsensusSubmitMessageTransactionBody_descriptor =
      getDescriptor().getMessageTypes().get(1);
    internal_static_proto_ConsensusSubmitMessageTransactionBody_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_proto_ConsensusSubmitMessageTransactionBody_descriptor,
        new java.lang.String[] { "TopicID", "Message", "ChunkInfo", });
    com.hederahashgraph.api.proto.java.BasicTypes.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy