games.mythical.saga.sdk.proto.api.currency.GetBalancesOfPlayerRequestOrBuilder 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/currency/definition.proto
package games.mythical.saga.sdk.proto.api.currency;
public interface GetBalancesOfPlayerRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:saga.api.currency.GetBalancesOfPlayerRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
* User to get balances for
*
*
* string oauth_id = 1;
* @return The oauthId.
*/
java.lang.String getOauthId();
/**
*
* User to get balances for
*
*
* string oauth_id = 1;
* @return The bytes for oauthId.
*/
com.google.protobuf.ByteString
getOauthIdBytes();
/**
* .saga.common.QueryOptionsProto query_options = 2;
* @return Whether the queryOptions field is set.
*/
boolean hasQueryOptions();
/**
* .saga.common.QueryOptionsProto query_options = 2;
* @return The queryOptions.
*/
games.mythical.saga.sdk.proto.common.QueryOptionsProto getQueryOptions();
/**
* .saga.common.QueryOptionsProto query_options = 2;
*/
games.mythical.saga.sdk.proto.common.QueryOptionsProtoOrBuilder getQueryOptionsOrBuilder();
}