com.hederahashgraph.api.proto.java.ContractGetRecords Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: contract_get_records.proto
package com.hederahashgraph.api.proto.java;
public final class ContractGetRecords {
private ContractGetRecords() {}
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_ContractGetRecordsQuery_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_proto_ContractGetRecordsQuery_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_proto_ContractGetRecordsResponse_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_proto_ContractGetRecordsResponse_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\032contract_get_records.proto\022\005proto\032\021bas" +
"ic_types.proto\032\030transaction_record.proto" +
"\032\022query_header.proto\032\025response_header.pr" +
"oto\"h\n\027ContractGetRecordsQuery\022\"\n\006header" +
"\030\001 \001(\0132\022.proto.QueryHeader\022%\n\ncontractID" +
"\030\002 \001(\0132\021.proto.ContractID:\002\030\001\"\231\001\n\032Contra" +
"ctGetRecordsResponse\022%\n\006header\030\001 \001(\0132\025.p" +
"roto.ResponseHeader\022%\n\ncontractID\030\002 \001(\0132" +
"\021.proto.ContractID\022)\n\007records\030\003 \003(\0132\030.pr" +
"oto.TransactionRecord:\002\030\001B&\n\"com.hederah" +
"ashgraph.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(),
com.hederahashgraph.api.proto.java.TransactionRecordOuterClass.getDescriptor(),
com.hederahashgraph.api.proto.java.QueryHeaderOuterClass.getDescriptor(),
com.hederahashgraph.api.proto.java.ResponseHeaderOuterClass.getDescriptor(),
});
internal_static_proto_ContractGetRecordsQuery_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_proto_ContractGetRecordsQuery_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_proto_ContractGetRecordsQuery_descriptor,
new java.lang.String[] { "Header", "ContractID", });
internal_static_proto_ContractGetRecordsResponse_descriptor =
getDescriptor().getMessageTypes().get(1);
internal_static_proto_ContractGetRecordsResponse_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_proto_ContractGetRecordsResponse_descriptor,
new java.lang.String[] { "Header", "ContractID", "Records", });
com.hederahashgraph.api.proto.java.BasicTypes.getDescriptor();
com.hederahashgraph.api.proto.java.TransactionRecordOuterClass.getDescriptor();
com.hederahashgraph.api.proto.java.QueryHeaderOuterClass.getDescriptor();
com.hederahashgraph.api.proto.java.ResponseHeaderOuterClass.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}