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

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

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

public interface GetOffersRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:saga.api.offer.GetOffersRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Filter/Sort options for the call 
   * 
* * .saga.common.QueryOptionsProto query_options = 1; * @return Whether the queryOptions field is set. */ boolean hasQueryOptions(); /** *
   * Filter/Sort options for the call 
   * 
* * .saga.common.QueryOptionsProto query_options = 1; * @return The queryOptions. */ games.mythical.saga.sdk.proto.common.QueryOptionsProto getQueryOptions(); /** *
   * Filter/Sort options for the call 
   * 
* * .saga.common.QueryOptionsProto query_options = 1; */ games.mythical.saga.sdk.proto.common.QueryOptionsProtoOrBuilder getQueryOptionsOrBuilder(); /** *
   * Id of ItemType to get Offers for 
   * 
* * string item_type_id = 2; * @return The itemTypeId. */ java.lang.String getItemTypeId(); /** *
   * Id of ItemType to get Offers for 
   * 
* * string item_type_id = 2; * @return The bytes for itemTypeId. */ com.google.protobuf.ByteString getItemTypeIdBytes(); /** *
   * Token to get Offers for 
   * 
* * string token = 3; * @return The token. */ java.lang.String getToken(); /** *
   * Token to get Offers for 
   * 
* * string token = 3; * @return The bytes for token. */ com.google.protobuf.ByteString getTokenBytes(); /** *
   * User to get Offers for 
   * 
* * string oauth_id = 4; * @return The oauthId. */ java.lang.String getOauthId(); /** *
   * User to get Offers for 
   * 
* * string oauth_id = 4; * @return The bytes for oauthId. */ com.google.protobuf.ByteString getOauthIdBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy