games.mythical.saga.sdk.proto.streams.currency.Definition 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/currency/definition.proto
package games.mythical.saga.sdk.proto.streams.currency;
public final class Definition {
private Definition() {}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistryLite registry) {
}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistry registry) {
registerAllExtensions(
(com.google.protobuf.ExtensionRegistryLite) registry);
}
static final com.google.protobuf.Descriptors.Descriptor
internal_static_saga_rpc_streams_currency_CurrencyStatusUpdate_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_saga_rpc_streams_currency_CurrencyStatusUpdate_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_saga_rpc_streams_currency_BalanceProto_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_saga_rpc_streams_currency_BalanceProto_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_saga_rpc_streams_currency_CurrencyUpdate_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_saga_rpc_streams_currency_CurrencyUpdate_fieldAccessorTable;
public static com.google.protobuf.Descriptors.FileDescriptor
getDescriptor() {
return descriptor;
}
private static com.google.protobuf.Descriptors.FileDescriptor
descriptor;
static {
java.lang.String[] descriptorData = {
"\n!streams/currency/definition.proto\022\031sag" +
"a.rpc.streams.currency\032\023common/common.pr" +
"oto\032 common/currency/definition.proto\"\304\001" +
"\n\024CurrencyStatusUpdate\022\026\n\016transaction_id" +
"\030\001 \001(\t\0229\n\010balances\030\002 \003(\0132\'.saga.rpc.stre" +
"ams.currency.BalanceProto\022\026\n\016idempotency" +
"_id\030\003 \001(\t\022A\n\016currency_state\030\010 \001(\0162).saga" +
".proto.common.currency.CurrencyState\"R\n\014" +
"BalanceProto\022\020\n\010oauth_id\030\001 \001(\t\022\030\n\020curren" +
"cy_type_id\030\002 \001(\t\022\026\n\016balance_in_wei\030\003 \001(\t" +
"\"\215\001\n\016CurrencyUpdate\022\'\n\005error\030\001 \001(\0132\026.sag" +
"a.common.ErrorDataH\000\022H\n\rstatus_update\030\002 " +
"\001(\0132/.saga.rpc.streams.currency.Currency" +
"StatusUpdateH\000B\010\n\006updateB2\n.games.mythic" +
"al.saga.sdk.proto.streams.currencyP\001b\006pr" +
"oto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
games.mythical.saga.sdk.proto.common.Common.getDescriptor(),
games.mythical.saga.sdk.proto.common.currency.Definition.getDescriptor(),
});
internal_static_saga_rpc_streams_currency_CurrencyStatusUpdate_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_saga_rpc_streams_currency_CurrencyStatusUpdate_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_saga_rpc_streams_currency_CurrencyStatusUpdate_descriptor,
new java.lang.String[] { "TransactionId", "Balances", "IdempotencyId", "CurrencyState", });
internal_static_saga_rpc_streams_currency_BalanceProto_descriptor =
getDescriptor().getMessageTypes().get(1);
internal_static_saga_rpc_streams_currency_BalanceProto_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_saga_rpc_streams_currency_BalanceProto_descriptor,
new java.lang.String[] { "OauthId", "CurrencyTypeId", "BalanceInWei", });
internal_static_saga_rpc_streams_currency_CurrencyUpdate_descriptor =
getDescriptor().getMessageTypes().get(2);
internal_static_saga_rpc_streams_currency_CurrencyUpdate_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_saga_rpc_streams_currency_CurrencyUpdate_descriptor,
new java.lang.String[] { "Error", "StatusUpdate", "Update", });
games.mythical.saga.sdk.proto.common.Common.getDescriptor();
games.mythical.saga.sdk.proto.common.currency.Definition.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}