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

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

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: contract_get_info.proto

package com.hederahashgraph.api.proto.java;

public final class ContractGetInfo {
  private ContractGetInfo() {}
  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_ContractGetInfoQuery_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_proto_ContractGetInfoQuery_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_proto_ContractGetInfoResponse_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_proto_ContractGetInfoResponse_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_proto_ContractGetInfoResponse_ContractInfo_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_proto_ContractGetInfoResponse_ContractInfo_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\027contract_get_info.proto\022\005proto\032\017timest" +
      "amp.proto\032\016duration.proto\032\021basic_types.p" +
      "roto\032\022query_header.proto\032\025response_heade" +
      "r.proto\"a\n\024ContractGetInfoQuery\022\"\n\006heade" +
      "r\030\001 \001(\0132\022.proto.QueryHeader\022%\n\ncontractI" +
      "D\030\002 \001(\0132\021.proto.ContractID\"\200\005\n\027ContractG" +
      "etInfoResponse\022%\n\006header\030\001 \001(\0132\025.proto.R" +
      "esponseHeader\022A\n\014contractInfo\030\002 \001(\0132+.pr" +
      "oto.ContractGetInfoResponse.ContractInfo" +
      "\032\372\003\n\014ContractInfo\022%\n\ncontractID\030\001 \001(\0132\021." +
      "proto.ContractID\022#\n\taccountID\030\002 \001(\0132\020.pr" +
      "oto.AccountID\022\031\n\021contractAccountID\030\003 \001(\t" +
      "\022\034\n\010adminKey\030\004 \001(\0132\n.proto.Key\022(\n\016expira" +
      "tionTime\030\005 \001(\0132\020.proto.Timestamp\022(\n\017auto" +
      "RenewPeriod\030\006 \001(\0132\017.proto.Duration\022\017\n\007st" +
      "orage\030\007 \001(\003\022\014\n\004memo\030\010 \001(\t\022\017\n\007balance\030\t \001" +
      "(\004\022\017\n\007deleted\030\n \001(\010\0228\n\022tokenRelationship" +
      "s\030\013 \003(\0132\030.proto.TokenRelationshipB\002\030\001\022\021\n" +
      "\tledger_id\030\014 \001(\014\022/\n\025auto_renew_account_i" +
      "d\030\r \001(\0132\020.proto.AccountID\022(\n max_automat" +
      "ic_token_associations\030\016 \001(\005\022(\n\014staking_i" +
      "nfo\030\017 \001(\0132\022.proto.StakingInfoB&\n\"com.hed" +
      "erahashgraph.api.proto.javaP\001b\006proto3"
    };
    descriptor = com.google.protobuf.Descriptors.FileDescriptor
      .internalBuildGeneratedFileFrom(descriptorData,
        new com.google.protobuf.Descriptors.FileDescriptor[] {
          com.hederahashgraph.api.proto.java.TimestampOuterClass.getDescriptor(),
          com.hederahashgraph.api.proto.java.DurationOuterClass.getDescriptor(),
          com.hederahashgraph.api.proto.java.BasicTypes.getDescriptor(),
          com.hederahashgraph.api.proto.java.QueryHeaderOuterClass.getDescriptor(),
          com.hederahashgraph.api.proto.java.ResponseHeaderOuterClass.getDescriptor(),
        });
    internal_static_proto_ContractGetInfoQuery_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_proto_ContractGetInfoQuery_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_proto_ContractGetInfoQuery_descriptor,
        new java.lang.String[] { "Header", "ContractID", });
    internal_static_proto_ContractGetInfoResponse_descriptor =
      getDescriptor().getMessageTypes().get(1);
    internal_static_proto_ContractGetInfoResponse_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_proto_ContractGetInfoResponse_descriptor,
        new java.lang.String[] { "Header", "ContractInfo", });
    internal_static_proto_ContractGetInfoResponse_ContractInfo_descriptor =
      internal_static_proto_ContractGetInfoResponse_descriptor.getNestedTypes().get(0);
    internal_static_proto_ContractGetInfoResponse_ContractInfo_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_proto_ContractGetInfoResponse_ContractInfo_descriptor,
        new java.lang.String[] { "ContractID", "AccountID", "ContractAccountID", "AdminKey", "ExpirationTime", "AutoRenewPeriod", "Storage", "Memo", "Balance", "Deleted", "TokenRelationships", "LedgerId", "AutoRenewAccountId", "MaxAutomaticTokenAssociations", "StakingInfo", });
    com.hederahashgraph.api.proto.java.TimestampOuterClass.getDescriptor();
    com.hederahashgraph.api.proto.java.DurationOuterClass.getDescriptor();
    com.hederahashgraph.api.proto.java.BasicTypes.getDescriptor();
    com.hederahashgraph.api.proto.java.QueryHeaderOuterClass.getDescriptor();
    com.hederahashgraph.api.proto.java.ResponseHeaderOuterClass.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy