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

games.mythical.saga.sdk.proto.api.reservation.ItemReservationProtoOrBuilder Maven / Gradle / Ivy

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

package games.mythical.saga.sdk.proto.api.reservation;

public interface ItemReservationProtoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:saga.api.reservation.ItemReservationProto)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string item_type_id = 1;
   * @return The itemTypeId.
   */
  java.lang.String getItemTypeId();
  /**
   * string item_type_id = 1;
   * @return The bytes for itemTypeId.
   */
  com.google.protobuf.ByteString
      getItemTypeIdBytes();

  /**
   * int64 count = 2;
   * @return The count.
   */
  long getCount();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy