com.hedera.hashgraph.sdk.proto.BlockInfoOuterClass 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: block_info.proto
// Protobuf Java Version: 3.25.3
package com.hedera.hashgraph.sdk.proto;
public final class BlockInfoOuterClass {
private BlockInfoOuterClass() {}
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_BlockInfo_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_proto_BlockInfo_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\020block_info.proto\022\005proto\032\017timestamp.pro" +
"to\"\216\002\n\tBlockInfo\022\031\n\021last_block_number\030\001 " +
"\001(\003\0227\n\035first_cons_time_of_last_block\030\002 \001" +
"(\0132\020.proto.Timestamp\022\024\n\014block_hashes\030\003 \001" +
"(\014\0227\n\035cons_time_of_last_handled_txn\030\004 \001(" +
"\0132\020.proto.Timestamp\022\"\n\032migration_records" +
"_streamed\030\005 \001(\010\022:\n first_cons_time_of_cu" +
"rrent_block\030\006 \001(\0132\020.proto.TimestampB\"\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.TimestampOuterClass.getDescriptor(),
});
internal_static_proto_BlockInfo_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_proto_BlockInfo_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_proto_BlockInfo_descriptor,
new java.lang.String[] { "LastBlockNumber", "FirstConsTimeOfLastBlock", "BlockHashes", "ConsTimeOfLastHandledTxn", "MigrationRecordsStreamed", "FirstConsTimeOfCurrentBlock", });
com.hedera.hashgraph.sdk.proto.TimestampOuterClass.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}