games.mythical.saga.sdk.proto.api.currency.BalanceOfPlayerProtoOrBuilder 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 BalanceOfPlayerProtoOrBuilder extends
// @@protoc_insertion_point(interface_extends:saga.api.currency.BalanceOfPlayerProto)
com.google.protobuf.MessageOrBuilder {
/**
* string oauth_id = 1;
* @return The oauthId.
*/
java.lang.String getOauthId();
/**
* string oauth_id = 1;
* @return The bytes for oauthId.
*/
com.google.protobuf.ByteString
getOauthIdBytes();
/**
* .saga.api.currency.BalanceProto balance = 2;
* @return Whether the balance field is set.
*/
boolean hasBalance();
/**
* .saga.api.currency.BalanceProto balance = 2;
* @return The balance.
*/
games.mythical.saga.sdk.proto.api.currency.BalanceProto getBalance();
/**
* .saga.api.currency.BalanceProto balance = 2;
*/
games.mythical.saga.sdk.proto.api.currency.BalanceProtoOrBuilder getBalanceOrBuilder();
/**
* string trace_id = 3;
* @return The traceId.
*/
java.lang.String getTraceId();
/**
* string trace_id = 3;
* @return The bytes for traceId.
*/
com.google.protobuf.ByteString
getTraceIdBytes();
}