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

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

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

public interface BalancesOfPlayerProtoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:saga.api.currency.BalancesOfPlayerProto)
    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();

  /**
   * repeated .saga.api.currency.BalanceProto balances = 2;
   */
  java.util.List 
      getBalancesList();
  /**
   * repeated .saga.api.currency.BalanceProto balances = 2;
   */
  games.mythical.saga.sdk.proto.api.currency.BalanceProto getBalances(int index);
  /**
   * repeated .saga.api.currency.BalanceProto balances = 2;
   */
  int getBalancesCount();
  /**
   * repeated .saga.api.currency.BalanceProto balances = 2;
   */
  java.util.List 
      getBalancesOrBuilderList();
  /**
   * repeated .saga.api.currency.BalanceProto balances = 2;
   */
  games.mythical.saga.sdk.proto.api.currency.BalanceProtoOrBuilder getBalancesOrBuilder(
      int index);

  /**
   * 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();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy