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

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

There is a newer version: 0.55.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: get_by_key.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\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\"com.hederahashgr" +
      "aph.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.QueryHeaderOuterClass.getDescriptor(),
          com.hederahashgraph.api.proto.java.ResponseHeaderOuterClass.getDescriptor(),
          com.hederahashgraph.api.proto.java.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.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 - 2024 Weber Informatics LLC | Privacy Policy