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

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

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

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_api_playerwallet_PlayerWalletProto_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_saga_api_playerwallet_PlayerWalletProto_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_saga_api_playerwallet_CreatePlayerWalletRequest_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_saga_api_playerwallet_CreatePlayerWalletRequest_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_saga_api_playerwallet_GetPlayerWalletRequest_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_saga_api_playerwallet_GetPlayerWalletRequest_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!api/playerwallet/definition.proto\022\025sag" +
      "a.api.playerwallet\032\037google/protobuf/time" +
      "stamp.proto\"\343\001\n\021PlayerWalletProto\022\020\n\010tra" +
      "ce_id\030\001 \001(\t\022\020\n\010oauth_id\030\002 \001(\t\022\017\n\007address" +
      "\030\003 \001(\t\022\026\n\016balance_in_wei\030\004 \001(\t\022.\n\ncreate" +
      "d_at\030\005 \001(\0132\032.google.protobuf.Timestamp\022." +
      "\n\nupdated_at\030\006 \001(\0132\032.google.protobuf.Tim" +
      "estamp\022!\n\031withdrawable_limit_in_wei\030\007 \001(" +
      "\t\"-\n\031CreatePlayerWalletRequest\022\020\n\010oauth_" +
      "id\030\001 \001(\t\"B\n\026GetPlayerWalletRequest\022\020\n\010oa" +
      "uth_id\030\001 \001(\t\022\026\n\016wallet_address\030\002 \001(\tB2\n." +
      "games.mythical.saga.sdk.proto.api.player" +
      "walletP\001b\006proto3"
    };
    descriptor = com.google.protobuf.Descriptors.FileDescriptor
      .internalBuildGeneratedFileFrom(descriptorData,
        new com.google.protobuf.Descriptors.FileDescriptor[] {
          com.google.protobuf.TimestampProto.getDescriptor(),
        });
    internal_static_saga_api_playerwallet_PlayerWalletProto_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_saga_api_playerwallet_PlayerWalletProto_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_saga_api_playerwallet_PlayerWalletProto_descriptor,
        new java.lang.String[] { "TraceId", "OauthId", "Address", "BalanceInWei", "CreatedAt", "UpdatedAt", "WithdrawableLimitInWei", });
    internal_static_saga_api_playerwallet_CreatePlayerWalletRequest_descriptor =
      getDescriptor().getMessageTypes().get(1);
    internal_static_saga_api_playerwallet_CreatePlayerWalletRequest_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_saga_api_playerwallet_CreatePlayerWalletRequest_descriptor,
        new java.lang.String[] { "OauthId", });
    internal_static_saga_api_playerwallet_GetPlayerWalletRequest_descriptor =
      getDescriptor().getMessageTypes().get(2);
    internal_static_saga_api_playerwallet_GetPlayerWalletRequest_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_saga_api_playerwallet_GetPlayerWalletRequest_descriptor,
        new java.lang.String[] { "OauthId", "WalletAddress", });
    com.google.protobuf.TimestampProto.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy