com.hedera.hashgraph.sdk.proto.GetBySolidityId 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: get_by_solidity_id.proto
// Protobuf Java Version: 3.25.3
package com.hedera.hashgraph.sdk.proto;
public final class GetBySolidityId {
private GetBySolidityId() {}
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_GetBySolidityIDQuery_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_proto_GetBySolidityIDQuery_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_proto_GetBySolidityIDResponse_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_proto_GetBySolidityIDResponse_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\030get_by_solidity_id.proto\022\005proto\032\021basic" +
"_types.proto\032\022query_header.proto\032\025respon" +
"se_header.proto\"N\n\024GetBySolidityIDQuery\022" +
"\"\n\006header\030\001 \001(\0132\022.proto.QueryHeader\022\022\n\ns" +
"olidityID\030\002 \001(\t\"\253\001\n\027GetBySolidityIDRespo" +
"nse\022%\n\006header\030\001 \001(\0132\025.proto.ResponseHead" +
"er\022#\n\taccountID\030\002 \001(\0132\020.proto.AccountID\022" +
"\035\n\006fileID\030\003 \001(\0132\r.proto.FileID\022%\n\ncontra" +
"ctID\030\004 \001(\0132\021.proto.ContractIDB\"\n\036com.hed" +
"era.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.QueryHeaderOuterClass.getDescriptor(),
com.hedera.hashgraph.sdk.proto.ResponseHeaderOuterClass.getDescriptor(),
});
internal_static_proto_GetBySolidityIDQuery_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_proto_GetBySolidityIDQuery_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_proto_GetBySolidityIDQuery_descriptor,
new java.lang.String[] { "Header", "SolidityID", });
internal_static_proto_GetBySolidityIDResponse_descriptor =
getDescriptor().getMessageTypes().get(1);
internal_static_proto_GetBySolidityIDResponse_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_proto_GetBySolidityIDResponse_descriptor,
new java.lang.String[] { "Header", "AccountID", "FileID", "ContractID", });
com.hedera.hashgraph.sdk.proto.BasicTypes.getDescriptor();
com.hedera.hashgraph.sdk.proto.QueryHeaderOuterClass.getDescriptor();
com.hedera.hashgraph.sdk.proto.ResponseHeaderOuterClass.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}