com.hedera.hashgraph.sdk.proto.ScheduleServiceOuterClass 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_service.proto
// Protobuf Java Version: 3.25.3
package com.hedera.hashgraph.sdk.proto;
public final class ScheduleServiceOuterClass {
private ScheduleServiceOuterClass() {}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistryLite registry) {
}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistry registry) {
registerAllExtensions(
(com.google.protobuf.ExtensionRegistryLite) registry);
}
public static com.google.protobuf.Descriptors.FileDescriptor
getDescriptor() {
return descriptor;
}
private static com.google.protobuf.Descriptors.FileDescriptor
descriptor;
static {
java.lang.String[] descriptorData = {
"\n\026schedule_service.proto\022\005proto\032\013query.p" +
"roto\032\016response.proto\032\032transaction_respon" +
"se.proto\032\021transaction.proto2\207\002\n\017Schedule" +
"Service\022@\n\016createSchedule\022\022.proto.Transa" +
"ction\032\032.proto.TransactionResponse\022>\n\014sig" +
"nSchedule\022\022.proto.Transaction\032\032.proto.Tr" +
"ansactionResponse\022@\n\016deleteSchedule\022\022.pr" +
"oto.Transaction\032\032.proto.TransactionRespo" +
"nse\0220\n\017getScheduleInfo\022\014.proto.Query\032\017.p" +
"roto.ResponseB \n\036com.hedera.hashgraph.sd" +
"k.protob\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
com.hedera.hashgraph.sdk.proto.QueryOuterClass.getDescriptor(),
com.hedera.hashgraph.sdk.proto.ResponseOuterClass.getDescriptor(),
com.hedera.hashgraph.sdk.proto.TransactionResponseOuterClass.getDescriptor(),
com.hedera.hashgraph.sdk.proto.TransactionOuterClass.getDescriptor(),
});
com.hedera.hashgraph.sdk.proto.QueryOuterClass.getDescriptor();
com.hedera.hashgraph.sdk.proto.ResponseOuterClass.getDescriptor();
com.hedera.hashgraph.sdk.proto.TransactionResponseOuterClass.getDescriptor();
com.hedera.hashgraph.sdk.proto.TransactionOuterClass.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}