com.hedera.hashgraph.sdk.proto.ContractGetRecords 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: contract_get_records.proto
// Protobuf Java Version: 3.25.3
package com.hedera.hashgraph.sdk.proto;
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\036com.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(),
com.hedera.hashgraph.sdk.proto.TransactionRecordOuterClass.getDescriptor(),
com.hedera.hashgraph.sdk.proto.QueryHeaderOuterClass.getDescriptor(),
com.hedera.hashgraph.sdk.proto.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.hedera.hashgraph.sdk.proto.BasicTypes.getDescriptor();
com.hedera.hashgraph.sdk.proto.TransactionRecordOuterClass.getDescriptor();
com.hedera.hashgraph.sdk.proto.QueryHeaderOuterClass.getDescriptor();
com.hedera.hashgraph.sdk.proto.ResponseHeaderOuterClass.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}