games.mythical.saga.sdk.proto.api.offer.GetOffersRequestOrBuilder 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/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();
}