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

games.mythical.saga.sdk.proto.api.item.GetItemRequestOrBuilder 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/item/definition.proto

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

public interface GetItemRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:saga.api.item.GetItemRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Game's id for the Item to retrieve 
   * 
* * string inventory_id = 1; * @return The inventoryId. */ java.lang.String getInventoryId(); /** *
   * Game's id for the Item to retrieve 
   * 
* * string inventory_id = 1; * @return The bytes for inventoryId. */ com.google.protobuf.ByteString getInventoryIdBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy