All Downloads are FREE. Search and download functionalities are using the official Maven repository.

games.mythical.saga.sdk.proto.streams.reservation.Definition Maven / Gradle / Ivy

There is a newer version: 1.1.30
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: streams/reservation/definition.proto

package games.mythical.saga.sdk.proto.streams.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_rpc_streams_reservation_ReservationCreatedProto_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_saga_rpc_streams_reservation_ReservationCreatedProto_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_saga_rpc_streams_reservation_ReservationRedeemedProto_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_saga_rpc_streams_reservation_ReservationRedeemedProto_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_saga_rpc_streams_reservation_ReservationReleasedProto_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_saga_rpc_streams_reservation_ReservationReleasedProto_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_saga_rpc_streams_reservation_ReservationUpdate_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_saga_rpc_streams_reservation_ReservationUpdate_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$streams/reservation/definition.proto\022\034" +
      "saga.rpc.streams.reservation\032\023common/com" +
      "mon.proto\032\031api/item/definition.proto\032\035ap" +
      "i/itemtype/definition.proto\"1\n\027Reservati" +
      "onCreatedProto\022\026\n\016reservation_id\030\001 \001(\t\"\233" +
      "\001\n\030ReservationRedeemedProto\022\026\n\016reservati" +
      "on_id\030\001 \001(\t\022\'\n\005items\030\002 \003(\0132\030.saga.api.it" +
      "em.ItemProto\022>\n\016failed_batches\030\003 \003(\0132&.s" +
      "aga.api.itemtype.FailedItemTypeBatch\"2\n\030" +
      "ReservationReleasedProto\022\026\n\016reservation_" +
      "id\030\001 \001(\t\"\314\002\n\021ReservationUpdate\022\'\n\005error\030" +
      "\001 \001(\0132\026.saga.common.ErrorDataH\000\022T\n\023reser" +
      "vation_created\030\002 \001(\01325.saga.rpc.streams." +
      "reservation.ReservationCreatedProtoH\000\022V\n" +
      "\024reservation_released\030\003 \001(\01326.saga.rpc.s" +
      "treams.reservation.ReservationReleasedPr" +
      "otoH\000\022V\n\024reservation_redeemed\030\004 \001(\01326.sa" +
      "ga.rpc.streams.reservation.ReservationRe" +
      "deemedProtoH\000B\010\n\006updateB5\n1games.mythica" +
      "l.saga.sdk.proto.streams.reservationP\001b\006" +
      "proto3"
    };
    descriptor = com.google.protobuf.Descriptors.FileDescriptor
      .internalBuildGeneratedFileFrom(descriptorData,
        new com.google.protobuf.Descriptors.FileDescriptor[] {
          games.mythical.saga.sdk.proto.common.Common.getDescriptor(),
          games.mythical.saga.sdk.proto.api.item.Definition.getDescriptor(),
          games.mythical.saga.sdk.proto.api.itemtype.Definition.getDescriptor(),
        });
    internal_static_saga_rpc_streams_reservation_ReservationCreatedProto_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_saga_rpc_streams_reservation_ReservationCreatedProto_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_saga_rpc_streams_reservation_ReservationCreatedProto_descriptor,
        new java.lang.String[] { "ReservationId", });
    internal_static_saga_rpc_streams_reservation_ReservationRedeemedProto_descriptor =
      getDescriptor().getMessageTypes().get(1);
    internal_static_saga_rpc_streams_reservation_ReservationRedeemedProto_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_saga_rpc_streams_reservation_ReservationRedeemedProto_descriptor,
        new java.lang.String[] { "ReservationId", "Items", "FailedBatches", });
    internal_static_saga_rpc_streams_reservation_ReservationReleasedProto_descriptor =
      getDescriptor().getMessageTypes().get(2);
    internal_static_saga_rpc_streams_reservation_ReservationReleasedProto_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_saga_rpc_streams_reservation_ReservationReleasedProto_descriptor,
        new java.lang.String[] { "ReservationId", });
    internal_static_saga_rpc_streams_reservation_ReservationUpdate_descriptor =
      getDescriptor().getMessageTypes().get(3);
    internal_static_saga_rpc_streams_reservation_ReservationUpdate_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_saga_rpc_streams_reservation_ReservationUpdate_descriptor,
        new java.lang.String[] { "Error", "ReservationCreated", "ReservationReleased", "ReservationRedeemed", "Update", });
    games.mythical.saga.sdk.proto.common.Common.getDescriptor();
    games.mythical.saga.sdk.proto.api.item.Definition.getDescriptor();
    games.mythical.saga.sdk.proto.api.itemtype.Definition.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy