All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.hederahashgraph.api.proto.java.GetByKey Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: GetByKey.proto

package com.hederahashgraph.api.proto.java;

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\016GetByKey.proto\022\005proto\032\020BasicTypes.prot" +
      "o\032\021QueryHeader.proto\032\024ResponseHeader.pro" +
      "to\032\027CryptoAddLiveHash.proto\"L\n\rGetByKeyQ" +
      "uery\022\"\n\006header\030\001 \001(\0132\022.proto.QueryHeader" +
      "\022\027\n\003key\030\002 \001(\0132\n.proto.Key\"\252\001\n\010EntityID\022%" +
      "\n\taccountID\030\001 \001(\0132\020.proto.AccountIDH\000\022#\n" +
      "\010liveHash\030\002 \001(\0132\017.proto.LiveHashH\000\022\037\n\006fi" +
      "leID\030\003 \001(\0132\r.proto.FileIDH\000\022\'\n\ncontractI" +
      "D\030\004 \001(\0132\021.proto.ContractIDH\000B\010\n\006entity\"\\" +
      "\n\020GetByKeyResponse\022%\n\006header\030\001 \001(\0132\025.pro" +
      "to.ResponseHeader\022!\n\010entities\030\002 \003(\0132\017.pr" +
      "oto.EntityIDB&\n\"com.hederahashgraph.api." +
      "proto.javaP\001b\006proto3"
    };
    com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner =
        new com.google.protobuf.Descriptors.FileDescriptor.    InternalDescriptorAssigner() {
          public com.google.protobuf.ExtensionRegistry assignDescriptors(
              com.google.protobuf.Descriptors.FileDescriptor root) {
            descriptor = root;
            return null;
          }
        };
    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.QueryHeaderOuterClass.getDescriptor(),
          com.hederahashgraph.api.proto.java.ResponseHeaderOuterClass.getDescriptor(),
          com.hederahashgraph.api.proto.java.CryptoAddLiveHash.getDescriptor(),
        }, assigner);
    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.hederahashgraph.api.proto.java.BasicTypes.getDescriptor();
    com.hederahashgraph.api.proto.java.QueryHeaderOuterClass.getDescriptor();
    com.hederahashgraph.api.proto.java.ResponseHeaderOuterClass.getDescriptor();
    com.hederahashgraph.api.proto.java.CryptoAddLiveHash.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy