com.hederahashgraph.api.proto.java.ScheduleOuterClass Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: state/schedule/schedule.proto
package com.hederahashgraph.api.proto.java;
public final class ScheduleOuterClass {
private ScheduleOuterClass() {}
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_Schedule_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_proto_Schedule_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_proto_ScheduleList_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_proto_ScheduleList_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\035state/schedule/schedule.proto\022\005proto\032\021" +
"basic_types.proto\032\017timestamp.proto\032\"sche" +
"dulable_transaction_body.proto\032\026transact" +
"ion_body.proto\"\274\004\n\010Schedule\022&\n\013schedule_" +
"id\030\001 \001(\0132\021.proto.ScheduleID\022\017\n\007deleted\030\002" +
" \001(\010\022\020\n\010executed\030\003 \001(\010\022\027\n\017wait_for_expir" +
"y\030\004 \001(\010\022\014\n\004memo\030\005 \001(\t\022.\n\024scheduler_accou" +
"nt_id\030\006 \001(\0132\020.proto.AccountID\022*\n\020payer_a" +
"ccount_id\030\007 \001(\0132\020.proto.AccountID\022\035\n\tadm" +
"in_key\030\010 \001(\0132\n.proto.Key\022.\n\024schedule_val" +
"id_start\030\t \001(\0132\020.proto.Timestamp\022\"\n\032prov" +
"ided_expiration_second\030\n \001(\003\022$\n\034calculat" +
"ed_expiration_second\030\013 \001(\003\022)\n\017resolution" +
"_time\030\014 \001(\0132\020.proto.Timestamp\022@\n\025schedul" +
"ed_transaction\030\r \001(\0132!.proto.Schedulable" +
"TransactionBody\022;\n\033original_create_trans" +
"action\030\016 \001(\0132\026.proto.TransactionBody\022\037\n\013" +
"signatories\030\017 \003(\0132\n.proto.Key\"2\n\014Schedul" +
"eList\022\"\n\tschedules\030\001 \003(\0132\017.proto.Schedul" +
"eB&\n\"com.hederahashgraph.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.TimestampOuterClass.getDescriptor(),
com.hederahashgraph.api.proto.java.SchedulableTransactionBodyOuterClass.getDescriptor(),
com.hederahashgraph.api.proto.java.TransactionBodyOuterClass.getDescriptor(),
});
internal_static_proto_Schedule_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_proto_Schedule_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_proto_Schedule_descriptor,
new java.lang.String[] { "ScheduleId", "Deleted", "Executed", "WaitForExpiry", "Memo", "SchedulerAccountId", "PayerAccountId", "AdminKey", "ScheduleValidStart", "ProvidedExpirationSecond", "CalculatedExpirationSecond", "ResolutionTime", "ScheduledTransaction", "OriginalCreateTransaction", "Signatories", });
internal_static_proto_ScheduleList_descriptor =
getDescriptor().getMessageTypes().get(1);
internal_static_proto_ScheduleList_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_proto_ScheduleList_descriptor,
new java.lang.String[] { "Schedules", });
com.hederahashgraph.api.proto.java.BasicTypes.getDescriptor();
com.hederahashgraph.api.proto.java.TimestampOuterClass.getDescriptor();
com.hederahashgraph.api.proto.java.SchedulableTransactionBodyOuterClass.getDescriptor();
com.hederahashgraph.api.proto.java.TransactionBodyOuterClass.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}