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

games.mythical.saga.sdk.proto.api.item.GetItemsForPlayerRequestOrBuilder 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 GetItemsForPlayerRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:saga.api.item.GetItemsForPlayerRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Player to get Items for 
   * 
* * string oauth_id = 1; * @return The oauthId. */ java.lang.String getOauthId(); /** *
   * Player to get Items for 
   * 
* * string oauth_id = 1; * @return The bytes for oauthId. */ com.google.protobuf.ByteString getOauthIdBytes(); /** *
   * Sort/filter options 
   * 
* * .saga.common.QueryOptionsProto query_options = 2; * @return Whether the queryOptions field is set. */ boolean hasQueryOptions(); /** *
   * Sort/filter options 
   * 
* * .saga.common.QueryOptionsProto query_options = 2; * @return The queryOptions. */ games.mythical.saga.sdk.proto.common.QueryOptionsProto getQueryOptions(); /** *
   * Sort/filter options 
   * 
* * .saga.common.QueryOptionsProto query_options = 2; */ games.mythical.saga.sdk.proto.common.QueryOptionsProtoOrBuilder getQueryOptionsOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy