com.hederahashgraph.api.proto.java.ScheduleCreate Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: schedule_create.proto
package com.hederahashgraph.api.proto.java;
public final class ScheduleCreate {
private ScheduleCreate() {}
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_ScheduleCreateTransactionBody_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_proto_ScheduleCreateTransactionBody_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\025schedule_create.proto\022\005proto\032\021basic_ty" +
"pes.proto\032\017timestamp.proto\032\"schedulable_" +
"transaction_body.proto\"\376\001\n\035ScheduleCreat" +
"eTransactionBody\022C\n\030scheduledTransaction" +
"Body\030\001 \001(\0132!.proto.SchedulableTransactio" +
"nBody\022\014\n\004memo\030\002 \001(\t\022\034\n\010adminKey\030\003 \001(\0132\n." +
"proto.Key\022(\n\016payerAccountID\030\004 \001(\0132\020.prot" +
"o.AccountID\022)\n\017expiration_time\030\005 \001(\0132\020.p" +
"roto.Timestamp\022\027\n\017wait_for_expiry\030\r \001(\010B" +
"&\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(),
});
internal_static_proto_ScheduleCreateTransactionBody_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_proto_ScheduleCreateTransactionBody_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_proto_ScheduleCreateTransactionBody_descriptor,
new java.lang.String[] { "ScheduledTransactionBody", "Memo", "AdminKey", "PayerAccountID", "ExpirationTime", "WaitForExpiry", });
com.hederahashgraph.api.proto.java.BasicTypes.getDescriptor();
com.hederahashgraph.api.proto.java.TimestampOuterClass.getDescriptor();
com.hederahashgraph.api.proto.java.SchedulableTransactionBodyOuterClass.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}