games.mythical.saga.sdk.proto.api.offer.Rpc Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of saga-sdk-proto Show documentation
Show all versions of saga-sdk-proto Show documentation
Saga SDK for Java game servers
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: api/offer/rpc.proto
package games.mythical.saga.sdk.proto.api.offer;
public final class Rpc {
private Rpc() {}
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\023api/offer/rpc.proto\022\016saga.api.offer\032\032a" +
"pi/offer/definition.proto\032\023common/common" +
".proto2\334\002\n\014OfferService\022Z\n\020CreateOfferQu" +
"ote\022\'.saga.api.offer.CreateOfferQuoteReq" +
"uest\032\035.saga.common.ReceivedResponse\022R\n\014C" +
"onfirmOffer\022#.saga.api.offer.ConfirmOffe" +
"rRequest\032\035.saga.common.ReceivedResponse\022" +
"P\n\013CancelOffer\022\".saga.api.offer.CancelOf" +
"ferRequest\032\035.saga.common.ReceivedRespons" +
"e\022J\n\tGetOffers\022 .saga.api.offer.GetOffer" +
"sRequest\032\033.saga.api.offer.OffersProtoB+\n" +
"\'games.mythical.saga.sdk.proto.api.offer" +
"P\001b\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
games.mythical.saga.sdk.proto.api.offer.Definition.getDescriptor(),
games.mythical.saga.sdk.proto.common.Common.getDescriptor(),
});
games.mythical.saga.sdk.proto.api.offer.Definition.getDescriptor();
games.mythical.saga.sdk.proto.common.Common.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}