games.mythical.saga.sdk.proto.api.reservation.RedeemItemProtoOrBuilder 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 RedeemItemProtoOrBuilder extends
// @@protoc_insertion_point(interface_extends:saga.api.reservation.RedeemItemProto)
com.google.protobuf.MessageOrBuilder {
/**
* string inventory_id = 1;
* @return The inventoryId.
*/
java.lang.String getInventoryId();
/**
* string inventory_id = 1;
* @return The bytes for inventoryId.
*/
com.google.protobuf.ByteString
getInventoryIdBytes();
/**
* string item_type_id = 2;
* @return The itemTypeId.
*/
java.lang.String getItemTypeId();
/**
* string item_type_id = 2;
* @return The bytes for itemTypeId.
*/
com.google.protobuf.ByteString
getItemTypeIdBytes();
/**
* .saga.common.Metadata metadata = 3;
* @return Whether the metadata field is set.
*/
boolean hasMetadata();
/**
* .saga.common.Metadata metadata = 3;
* @return The metadata.
*/
games.mythical.saga.sdk.proto.common.Metadata getMetadata();
/**
* .saga.common.Metadata metadata = 3;
*/
games.mythical.saga.sdk.proto.common.MetadataOrBuilder getMetadataOrBuilder();
/**
* uint64 token_id = 4;
* @return The tokenId.
*/
long getTokenId();
}