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

games.mythical.saga.sdk.proto.streams.reservation.ReservationRedeemedProtoOrBuilder 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 interface ReservationRedeemedProtoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:saga.rpc.streams.reservation.ReservationRedeemedProto)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string reservation_id = 1;
   * @return The reservationId.
   */
  java.lang.String getReservationId();
  /**
   * string reservation_id = 1;
   * @return The bytes for reservationId.
   */
  com.google.protobuf.ByteString
      getReservationIdBytes();

  /**
   * repeated .saga.api.item.ItemProto items = 2;
   */
  java.util.List 
      getItemsList();
  /**
   * repeated .saga.api.item.ItemProto items = 2;
   */
  games.mythical.saga.sdk.proto.api.item.ItemProto getItems(int index);
  /**
   * repeated .saga.api.item.ItemProto items = 2;
   */
  int getItemsCount();
  /**
   * repeated .saga.api.item.ItemProto items = 2;
   */
  java.util.List 
      getItemsOrBuilderList();
  /**
   * repeated .saga.api.item.ItemProto items = 2;
   */
  games.mythical.saga.sdk.proto.api.item.ItemProtoOrBuilder getItemsOrBuilder(
      int index);

  /**
   * repeated .saga.api.itemtype.FailedItemTypeBatch failed_batches = 3;
   */
  java.util.List 
      getFailedBatchesList();
  /**
   * repeated .saga.api.itemtype.FailedItemTypeBatch failed_batches = 3;
   */
  games.mythical.saga.sdk.proto.api.itemtype.FailedItemTypeBatch getFailedBatches(int index);
  /**
   * repeated .saga.api.itemtype.FailedItemTypeBatch failed_batches = 3;
   */
  int getFailedBatchesCount();
  /**
   * repeated .saga.api.itemtype.FailedItemTypeBatch failed_batches = 3;
   */
  java.util.List 
      getFailedBatchesOrBuilderList();
  /**
   * repeated .saga.api.itemtype.FailedItemTypeBatch failed_batches = 3;
   */
  games.mythical.saga.sdk.proto.api.itemtype.FailedItemTypeBatchOrBuilder getFailedBatchesOrBuilder(
      int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy