games.mythical.saga.sdk.proto.api.reservation.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/reservation/definition.proto
package games.mythical.saga.sdk.proto.api.reservation;
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_reservation_ItemReservationProto_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_saga_api_reservation_ItemReservationProto_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_saga_api_reservation_CreateReservationRequest_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_saga_api_reservation_CreateReservationRequest_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_saga_api_reservation_RedeemItemProto_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_saga_api_reservation_RedeemItemProto_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_saga_api_reservation_RedeemReservationRequest_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_saga_api_reservation_RedeemReservationRequest_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_saga_api_reservation_ReleaseReservationRequest_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_saga_api_reservation_ReleaseReservationRequest_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 api/reservation/definition.proto\022\024saga" +
".api.reservation\032\023common/common.proto\032\036g" +
"oogle/protobuf/wrappers.proto\";\n\024ItemRes" +
"ervationProto\022\024\n\014item_type_id\030\001 \001(\t\022\r\n\005c" +
"ount\030\002 \001(\003\"\265\001\n\030CreateReservationRequest\022" +
"\026\n\016reservation_id\030\001 \001(\t\022\020\n\010oauth_id\030\002 \001(" +
"\t\022E\n\021item_reservations\030\003 \003(\0132*.saga.api." +
"reservation.ItemReservationProto\022(\n\003ttl\030" +
"\004 \001(\0132\033.google.protobuf.Int64Value\"x\n\017Re" +
"deemItemProto\022\024\n\014inventory_id\030\001 \001(\t\022\024\n\014i" +
"tem_type_id\030\002 \001(\t\022\'\n\010metadata\030\003 \001(\0132\025.sa" +
"ga.common.Metadata\022\020\n\010token_id\030\004 \001(\004\"z\n\030" +
"RedeemReservationRequest\022\026\n\016reservation_" +
"id\030\001 \001(\t\022\020\n\010oauth_id\030\002 \001(\t\0224\n\005items\030\003 \003(" +
"\0132%.saga.api.reservation.RedeemItemProto" +
"\"E\n\031ReleaseReservationRequest\022\026\n\016reserva" +
"tion_id\030\001 \001(\t\022\020\n\010oauth_id\030\002 \001(\tB1\n-games" +
".mythical.saga.sdk.proto.api.reservation" +
"P\001b\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
games.mythical.saga.sdk.proto.common.Common.getDescriptor(),
com.google.protobuf.WrappersProto.getDescriptor(),
});
internal_static_saga_api_reservation_ItemReservationProto_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_saga_api_reservation_ItemReservationProto_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_saga_api_reservation_ItemReservationProto_descriptor,
new java.lang.String[] { "ItemTypeId", "Count", });
internal_static_saga_api_reservation_CreateReservationRequest_descriptor =
getDescriptor().getMessageTypes().get(1);
internal_static_saga_api_reservation_CreateReservationRequest_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_saga_api_reservation_CreateReservationRequest_descriptor,
new java.lang.String[] { "ReservationId", "OauthId", "ItemReservations", "Ttl", });
internal_static_saga_api_reservation_RedeemItemProto_descriptor =
getDescriptor().getMessageTypes().get(2);
internal_static_saga_api_reservation_RedeemItemProto_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_saga_api_reservation_RedeemItemProto_descriptor,
new java.lang.String[] { "InventoryId", "ItemTypeId", "Metadata", "TokenId", });
internal_static_saga_api_reservation_RedeemReservationRequest_descriptor =
getDescriptor().getMessageTypes().get(3);
internal_static_saga_api_reservation_RedeemReservationRequest_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_saga_api_reservation_RedeemReservationRequest_descriptor,
new java.lang.String[] { "ReservationId", "OauthId", "Items", });
internal_static_saga_api_reservation_ReleaseReservationRequest_descriptor =
getDescriptor().getMessageTypes().get(4);
internal_static_saga_api_reservation_ReleaseReservationRequest_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_saga_api_reservation_ReleaseReservationRequest_descriptor,
new java.lang.String[] { "ReservationId", "OauthId", });
games.mythical.saga.sdk.proto.common.Common.getDescriptor();
com.google.protobuf.WrappersProto.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}