games.mythical.saga.sdk.proto.streams.playerwallet.PlayerWalletStatusUpdateOrBuilder 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: streams/playerwallet/definition.proto
package games.mythical.saga.sdk.proto.streams.playerwallet;
public interface PlayerWalletStatusUpdateOrBuilder extends
// @@protoc_insertion_point(interface_extends:saga.rpc.streams.playerwallet.PlayerWalletStatusUpdate)
com.google.protobuf.MessageOrBuilder {
/**
*
* Wallet owner OAuth ID
*
*
* string oauth_id = 1;
* @return The oauthId.
*/
java.lang.String getOauthId();
/**
*
* Wallet owner OAuth ID
*
*
* string oauth_id = 1;
* @return The bytes for oauthId.
*/
com.google.protobuf.ByteString
getOauthIdBytes();
}