com.hedera.hashgraph.sdk.proto.GetByKey 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: get_by_key.proto
// Protobuf Java Version: 3.25.3
package com.hedera.hashgraph.sdk.proto;
public final class GetByKey {
private GetByKey() {}
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_GetByKeyQuery_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_proto_GetByKeyQuery_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_proto_EntityID_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_proto_EntityID_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_proto_GetByKeyResponse_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_proto_GetByKeyResponse_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\020get_by_key.proto\022\005proto\032\021basic_types.p" +
"roto\032\022query_header.proto\032\025response_heade" +
"r.proto\032\032crypto_add_live_hash.proto\"L\n\rG" +
"etByKeyQuery\022\"\n\006header\030\001 \001(\0132\022.proto.Que" +
"ryHeader\022\027\n\003key\030\002 \001(\0132\n.proto.Key\"\252\001\n\010En" +
"tityID\022%\n\taccountID\030\001 \001(\0132\020.proto.Accoun" +
"tIDH\000\022#\n\010liveHash\030\002 \001(\0132\017.proto.LiveHash" +
"H\000\022\037\n\006fileID\030\003 \001(\0132\r.proto.FileIDH\000\022\'\n\nc" +
"ontractID\030\004 \001(\0132\021.proto.ContractIDH\000B\010\n\006" +
"entity\"\\\n\020GetByKeyResponse\022%\n\006header\030\001 \001" +
"(\0132\025.proto.ResponseHeader\022!\n\010entities\030\002 " +
"\003(\0132\017.proto.EntityIDB\"\n\036com.hedera.hashg" +
"raph.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(),
com.hedera.hashgraph.sdk.proto.CryptoAddLiveHash.getDescriptor(),
});
internal_static_proto_GetByKeyQuery_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_proto_GetByKeyQuery_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_proto_GetByKeyQuery_descriptor,
new java.lang.String[] { "Header", "Key", });
internal_static_proto_EntityID_descriptor =
getDescriptor().getMessageTypes().get(1);
internal_static_proto_EntityID_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_proto_EntityID_descriptor,
new java.lang.String[] { "AccountID", "LiveHash", "FileID", "ContractID", "Entity", });
internal_static_proto_GetByKeyResponse_descriptor =
getDescriptor().getMessageTypes().get(2);
internal_static_proto_GetByKeyResponse_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_proto_GetByKeyResponse_descriptor,
new java.lang.String[] { "Header", "Entities", });
com.hedera.hashgraph.sdk.proto.BasicTypes.getDescriptor();
com.hedera.hashgraph.sdk.proto.QueryHeaderOuterClass.getDescriptor();
com.hedera.hashgraph.sdk.proto.ResponseHeaderOuterClass.getDescriptor();
com.hedera.hashgraph.sdk.proto.CryptoAddLiveHash.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}