com.hedera.hashgraph.sdk.proto.mirror.ConsensusServiceOuterClass 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
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: mirror/consensus_service.proto
// Protobuf Java Version: 3.25.3
package com.hedera.hashgraph.sdk.proto.mirror;
public final class ConsensusServiceOuterClass {
private ConsensusServiceOuterClass() {}
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_com_hedera_mirror_api_proto_ConsensusTopicQuery_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_com_hedera_mirror_api_proto_ConsensusTopicQuery_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_com_hedera_mirror_api_proto_ConsensusTopicResponse_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_com_hedera_mirror_api_proto_ConsensusTopicResponse_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\036mirror/consensus_service.proto\022\033com.he" +
"dera.mirror.api.proto\032\021basic_types.proto" +
"\032\017timestamp.proto\032\036consensus_submit_mess" +
"age.proto\"\237\001\n\023ConsensusTopicQuery\022\037\n\007top" +
"icID\030\001 \001(\0132\016.proto.TopicID\022,\n\022consensusS" +
"tartTime\030\002 \001(\0132\020.proto.Timestamp\022*\n\020cons" +
"ensusEndTime\030\003 \001(\0132\020.proto.Timestamp\022\r\n\005" +
"limit\030\004 \001(\004\"\325\001\n\026ConsensusTopicResponse\022," +
"\n\022consensusTimestamp\030\001 \001(\0132\020.proto.Times" +
"tamp\022\017\n\007message\030\002 \001(\014\022\023\n\013runningHash\030\003 \001" +
"(\014\022\026\n\016sequenceNumber\030\004 \001(\004\022\032\n\022runningHas" +
"hVersion\030\005 \001(\004\0223\n\tchunkInfo\030\006 \001(\0132 .prot" +
"o.ConsensusMessageChunkInfo2\215\001\n\020Consensu" +
"sService\022y\n\016subscribeTopic\0220.com.hedera." +
"mirror.api.proto.ConsensusTopicQuery\0323.c" +
"om.hedera.mirror.api.proto.ConsensusTopi" +
"cResponse0\001B)\n%com.hedera.hashgraph.sdk." +
"proto.mirrorP\001b\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
com.hedera.hashgraph.sdk.proto.BasicTypes.getDescriptor(),
com.hedera.hashgraph.sdk.proto.TimestampOuterClass.getDescriptor(),
com.hedera.hashgraph.sdk.proto.ConsensusSubmitMessage.getDescriptor(),
});
internal_static_com_hedera_mirror_api_proto_ConsensusTopicQuery_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_com_hedera_mirror_api_proto_ConsensusTopicQuery_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_com_hedera_mirror_api_proto_ConsensusTopicQuery_descriptor,
new java.lang.String[] { "TopicID", "ConsensusStartTime", "ConsensusEndTime", "Limit", });
internal_static_com_hedera_mirror_api_proto_ConsensusTopicResponse_descriptor =
getDescriptor().getMessageTypes().get(1);
internal_static_com_hedera_mirror_api_proto_ConsensusTopicResponse_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_com_hedera_mirror_api_proto_ConsensusTopicResponse_descriptor,
new java.lang.String[] { "ConsensusTimestamp", "Message", "RunningHash", "SequenceNumber", "RunningHashVersion", "ChunkInfo", });
com.hedera.hashgraph.sdk.proto.BasicTypes.getDescriptor();
com.hedera.hashgraph.sdk.proto.TimestampOuterClass.getDescriptor();
com.hedera.hashgraph.sdk.proto.ConsensusSubmitMessage.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}