games.mythical.saga.sdk.proto.api.offer.Definition 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/definition.proto
package games.mythical.saga.sdk.proto.api.offer;
public final class Definition {
private Definition() {}
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_saga_api_offer_OfferQuoteProto_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_saga_api_offer_OfferQuoteProto_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_saga_api_offer_OfferProto_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_saga_api_offer_OfferProto_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_saga_api_offer_OffersProto_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_saga_api_offer_OffersProto_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_saga_api_offer_CreateOfferQuoteRequest_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_saga_api_offer_CreateOfferQuoteRequest_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_saga_api_offer_ConfirmOfferRequest_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_saga_api_offer_ConfirmOfferRequest_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_saga_api_offer_CancelOfferRequest_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_saga_api_offer_CancelOfferRequest_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_saga_api_offer_GetOffersRequest_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_saga_api_offer_GetOffersRequest_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\032api/offer/definition.proto\022\016saga.api.o" +
"ffer\032\022common/query.proto\032\037google/protobu" +
"f/timestamp.proto\"\321\001\n\017OfferQuoteProto\022\020\n" +
"\010trace_id\030\001 \001(\t\022\020\n\010oauth_id\030\002 \001(\t\022\020\n\010quo" +
"te_id\030\003 \001(\t\022\024\n\014inventory_id\030\004 \001(\t\022\013\n\003tax" +
"\030\005 \001(\t\022\024\n\014tax_currency\030\006 \001(\t\022\r\n\005total\030\007 " +
"\001(\t\022\020\n\010currency\030\010 \001(\t\022.\n\ncreated_at\030? \001(" +
"\0132\032.google.protobuf.Timestamp\"\205\001\n\nOfferP" +
"roto\022\020\n\010oauth_id\030\001 \001(\t\022\024\n\014inventory_id\030\002" +
" \001(\t\022\020\n\010currency\030\003 \001(\t\022\r\n\005total\030\004 \001(\t\022.\n" +
"\ncreated_at\030\005 \001(\0132\032.google.protobuf.Time" +
"stamp\"9\n\013OffersProto\022*\n\006offers\030\001 \003(\0132\032.s" +
"aga.api.offer.OfferProto\"b\n\027CreateOfferQ" +
"uoteRequest\022\020\n\010oauth_id\030\001 \001(\t\022\024\n\014invento" +
"ry_id\030\002 \001(\t\022\r\n\005total\030\003 \001(\t\022\020\n\010currency\030\004" +
" \001(\t\"9\n\023ConfirmOfferRequest\022\020\n\010oauth_id\030" +
"\001 \001(\t\022\020\n\010quote_id\030\002 \001(\t\"8\n\022CancelOfferRe" +
"quest\022\020\n\010oauth_id\030\001 \001(\t\022\020\n\010offer_id\030\002 \001(" +
"\t\"\200\001\n\020GetOffersRequest\0225\n\rquery_options\030" +
"\001 \001(\0132\036.saga.common.QueryOptionsProto\022\024\n" +
"\014item_type_id\030\002 \001(\t\022\r\n\005token\030\003 \001(\t\022\020\n\010oa" +
"uth_id\030\004 \001(\tB+\n\'games.mythical.saga.sdk." +
"proto.api.offerP\001b\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
games.mythical.saga.sdk.proto.common.Query.getDescriptor(),
com.google.protobuf.TimestampProto.getDescriptor(),
});
internal_static_saga_api_offer_OfferQuoteProto_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_saga_api_offer_OfferQuoteProto_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_saga_api_offer_OfferQuoteProto_descriptor,
new java.lang.String[] { "TraceId", "OauthId", "QuoteId", "InventoryId", "Tax", "TaxCurrency", "Total", "Currency", "CreatedAt", });
internal_static_saga_api_offer_OfferProto_descriptor =
getDescriptor().getMessageTypes().get(1);
internal_static_saga_api_offer_OfferProto_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_saga_api_offer_OfferProto_descriptor,
new java.lang.String[] { "OauthId", "InventoryId", "Currency", "Total", "CreatedAt", });
internal_static_saga_api_offer_OffersProto_descriptor =
getDescriptor().getMessageTypes().get(2);
internal_static_saga_api_offer_OffersProto_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_saga_api_offer_OffersProto_descriptor,
new java.lang.String[] { "Offers", });
internal_static_saga_api_offer_CreateOfferQuoteRequest_descriptor =
getDescriptor().getMessageTypes().get(3);
internal_static_saga_api_offer_CreateOfferQuoteRequest_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_saga_api_offer_CreateOfferQuoteRequest_descriptor,
new java.lang.String[] { "OauthId", "InventoryId", "Total", "Currency", });
internal_static_saga_api_offer_ConfirmOfferRequest_descriptor =
getDescriptor().getMessageTypes().get(4);
internal_static_saga_api_offer_ConfirmOfferRequest_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_saga_api_offer_ConfirmOfferRequest_descriptor,
new java.lang.String[] { "OauthId", "QuoteId", });
internal_static_saga_api_offer_CancelOfferRequest_descriptor =
getDescriptor().getMessageTypes().get(5);
internal_static_saga_api_offer_CancelOfferRequest_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_saga_api_offer_CancelOfferRequest_descriptor,
new java.lang.String[] { "OauthId", "OfferId", });
internal_static_saga_api_offer_GetOffersRequest_descriptor =
getDescriptor().getMessageTypes().get(6);
internal_static_saga_api_offer_GetOffersRequest_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_saga_api_offer_GetOffersRequest_descriptor,
new java.lang.String[] { "QueryOptions", "ItemTypeId", "Token", "OauthId", });
games.mythical.saga.sdk.proto.common.Query.getDescriptor();
com.google.protobuf.TimestampProto.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}