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

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

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: consensus_submit_message.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\036consensus_submit_message.proto\022\005proto\032" +
      "\021basic_types.proto\"n\n\031ConsensusMessageCh" +
      "unkInfo\0222\n\024initialTransactionID\030\001 \001(\0132\024." +
      "proto.TransactionID\022\r\n\005total\030\002 \001(\005\022\016\n\006nu" +
      "mber\030\003 \001(\005\"\216\001\n%ConsensusSubmitMessageTra" +
      "nsactionBody\022\037\n\007topicID\030\001 \001(\0132\016.proto.To" +
      "picID\022\017\n\007message\030\002 \001(\014\0223\n\tchunkInfo\030\003 \001(" +
      "\0132 .proto.ConsensusMessageChunkInfoB&\n\"c" +
      "om.hederahashgraph.api.proto.javaP\001b\006pro" +
      "to3"
    };
    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 - 2024 Weber Informatics LLC | Privacy Policy