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

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

There is a newer version: 0.54.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: schedule_get_info.proto

package com.hederahashgraph.api.proto.java;

public final class ScheduleGetInfo {
  private ScheduleGetInfo() {}
  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_ScheduleGetInfoQuery_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_proto_ScheduleGetInfoQuery_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_proto_ScheduleInfo_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_proto_ScheduleInfo_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_proto_ScheduleGetInfoResponse_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_proto_ScheduleGetInfoResponse_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\027schedule_get_info.proto\022\005proto\032\021basic_" +
      "types.proto\032\017timestamp.proto\032\022query_head" +
      "er.proto\032\025response_header.proto\032\"schedul" +
      "able_transaction_body.proto\"a\n\024ScheduleG" +
      "etInfoQuery\022\"\n\006header\030\001 \001(\0132\022.proto.Quer" +
      "yHeader\022%\n\nscheduleID\030\002 \001(\0132\021.proto.Sche" +
      "duleID\"\210\004\n\014ScheduleInfo\022%\n\nscheduleID\030\001 " +
      "\001(\0132\021.proto.ScheduleID\022)\n\rdeletion_time\030" +
      "\002 \001(\0132\020.proto.TimestampH\000\022*\n\016execution_t" +
      "ime\030\003 \001(\0132\020.proto.TimestampH\000\022(\n\016expirat" +
      "ionTime\030\004 \001(\0132\020.proto.Timestamp\022C\n\030sched" +
      "uledTransactionBody\030\005 \001(\0132!.proto.Schedu" +
      "lableTransactionBody\022\014\n\004memo\030\006 \001(\t\022\034\n\010ad" +
      "minKey\030\007 \001(\0132\n.proto.Key\022\037\n\007signers\030\010 \001(" +
      "\0132\016.proto.KeyList\022*\n\020creatorAccountID\030\t " +
      "\001(\0132\020.proto.AccountID\022(\n\016payerAccountID\030" +
      "\n \001(\0132\020.proto.AccountID\0224\n\026scheduledTran" +
      "sactionID\030\013 \001(\0132\024.proto.TransactionID\022\021\n" +
      "\tledger_id\030\014 \001(\014\022\027\n\017wait_for_expiry\030\r \001(" +
      "\010B\006\n\004data\"k\n\027ScheduleGetInfoResponse\022%\n\006" +
      "header\030\001 \001(\0132\025.proto.ResponseHeader\022)\n\014s" +
      "cheduleInfo\030\002 \001(\0132\023.proto.ScheduleInfoB&" +
      "\n\"com.hederahashgraph.api.proto.javaP\001b\006" +
      "proto3"
    };
    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.TimestampOuterClass.getDescriptor(),
          com.hederahashgraph.api.proto.java.QueryHeaderOuterClass.getDescriptor(),
          com.hederahashgraph.api.proto.java.ResponseHeaderOuterClass.getDescriptor(),
          com.hederahashgraph.api.proto.java.SchedulableTransactionBodyOuterClass.getDescriptor(),
        });
    internal_static_proto_ScheduleGetInfoQuery_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_proto_ScheduleGetInfoQuery_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_proto_ScheduleGetInfoQuery_descriptor,
        new java.lang.String[] { "Header", "ScheduleID", });
    internal_static_proto_ScheduleInfo_descriptor =
      getDescriptor().getMessageTypes().get(1);
    internal_static_proto_ScheduleInfo_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_proto_ScheduleInfo_descriptor,
        new java.lang.String[] { "ScheduleID", "DeletionTime", "ExecutionTime", "ExpirationTime", "ScheduledTransactionBody", "Memo", "AdminKey", "Signers", "CreatorAccountID", "PayerAccountID", "ScheduledTransactionID", "LedgerId", "WaitForExpiry", "Data", });
    internal_static_proto_ScheduleGetInfoResponse_descriptor =
      getDescriptor().getMessageTypes().get(2);
    internal_static_proto_ScheduleGetInfoResponse_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_proto_ScheduleGetInfoResponse_descriptor,
        new java.lang.String[] { "Header", "ScheduleInfo", });
    com.hederahashgraph.api.proto.java.BasicTypes.getDescriptor();
    com.hederahashgraph.api.proto.java.TimestampOuterClass.getDescriptor();
    com.hederahashgraph.api.proto.java.QueryHeaderOuterClass.getDescriptor();
    com.hederahashgraph.api.proto.java.ResponseHeaderOuterClass.getDescriptor();
    com.hederahashgraph.api.proto.java.SchedulableTransactionBodyOuterClass.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy