com.hedera.hashgraph.sdk.proto.ConsensusSubmitMessage Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sdk-full Show documentation
Show all versions of sdk-full Show documentation
Hedera™ Hashgraph SDK for Java
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: consensus_submit_message.proto
// Protobuf Java Version: 3.25.3
package com.hedera.hashgraph.sdk.proto;
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\036c" +
"om.hedera.hashgraph.sdk.protoP\001b\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
com.hedera.hashgraph.sdk.proto.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.hedera.hashgraph.sdk.proto.BasicTypes.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}