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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy