com.hedera.hashgraph.sdk.proto.ScheduleOuterClass Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sdk-full Show documentation
Show all versions of sdk-full Show documentation
Hedera™ Hashgraph SDK for Java
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: schedule.proto
// Protobuf Java Version: 3.25.3
package com.hedera.hashgraph.sdk.proto;
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\016schedule.proto\022\005proto\032\021basic_types.pro" +
"to\032\017timestamp.proto\032\"schedulable_transac" +
"tion_body.proto\032\026transaction_body.proto\"" +
"\274\004\n\010Schedule\022&\n\013schedule_id\030\001 \001(\0132\021.prot" +
"o.ScheduleID\022\017\n\007deleted\030\002 \001(\010\022\020\n\010execute" +
"d\030\003 \001(\010\022\027\n\017wait_for_expiry\030\004 \001(\010\022\014\n\004memo" +
"\030\005 \001(\t\022.\n\024scheduler_account_id\030\006 \001(\0132\020.p" +
"roto.AccountID\022*\n\020payer_account_id\030\007 \001(\013" +
"2\020.proto.AccountID\022\035\n\tadmin_key\030\010 \001(\0132\n." +
"proto.Key\022.\n\024schedule_valid_start\030\t \001(\0132" +
"\020.proto.Timestamp\022\"\n\032provided_expiration" +
"_second\030\n \001(\003\022$\n\034calculated_expiration_s" +
"econd\030\013 \001(\003\022)\n\017resolution_time\030\014 \001(\0132\020.p" +
"roto.Timestamp\022@\n\025scheduled_transaction\030" +
"\r \001(\0132!.proto.SchedulableTransactionBody" +
"\022;\n\033original_create_transaction\030\016 \001(\0132\026." +
"proto.TransactionBody\022\037\n\013signatories\030\017 \003" +
"(\0132\n.proto.Key\"2\n\014ScheduleList\022\"\n\tschedu" +
"les\030\001 \003(\0132\017.proto.ScheduleB\"\n\036com.hedera" +
".hashgraph.sdk.protoP\001b\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
com.hedera.hashgraph.sdk.proto.BasicTypes.getDescriptor(),
com.hedera.hashgraph.sdk.proto.TimestampOuterClass.getDescriptor(),
com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOuterClass.getDescriptor(),
com.hedera.hashgraph.sdk.proto.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.hedera.hashgraph.sdk.proto.BasicTypes.getDescriptor();
com.hedera.hashgraph.sdk.proto.TimestampOuterClass.getDescriptor();
com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOuterClass.getDescriptor();
com.hedera.hashgraph.sdk.proto.TransactionBodyOuterClass.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}