com.hedera.hashgraph.sdk.proto.ScheduleCreate 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_create.proto
// Protobuf Java Version: 3.25.3
package com.hedera.hashgraph.sdk.proto;
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\036com.hedera.hashgraph.sdk.protoP\001b\006pro" +
"to3"
};
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(),
});
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.hedera.hashgraph.sdk.proto.BasicTypes.getDescriptor();
com.hedera.hashgraph.sdk.proto.TimestampOuterClass.getDescriptor();
com.hedera.hashgraph.sdk.proto.SchedulableTransactionBodyOuterClass.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}