games.mythical.saga.sdk.proto.api.reservation.ItemReservationProtoOrBuilder 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 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();
}