games.mythical.saga.sdk.proto.api.playerwallet.PlayerWalletProto 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/playerwallet/definition.proto
package games.mythical.saga.sdk.proto.api.playerwallet;
/**
* Protobuf type {@code saga.api.playerwallet.PlayerWalletProto}
*/
public final class PlayerWalletProto extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:saga.api.playerwallet.PlayerWalletProto)
PlayerWalletProtoOrBuilder {
private static final long serialVersionUID = 0L;
// Use PlayerWalletProto.newBuilder() to construct.
private PlayerWalletProto(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private PlayerWalletProto() {
traceId_ = "";
oauthId_ = "";
address_ = "";
balanceInWei_ = "";
withdrawableLimitInWei_ = "";
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new PlayerWalletProto();
}
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return games.mythical.saga.sdk.proto.api.playerwallet.Definition.internal_static_saga_api_playerwallet_PlayerWalletProto_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return games.mythical.saga.sdk.proto.api.playerwallet.Definition.internal_static_saga_api_playerwallet_PlayerWalletProto_fieldAccessorTable
.ensureFieldAccessorsInitialized(
games.mythical.saga.sdk.proto.api.playerwallet.PlayerWalletProto.class, games.mythical.saga.sdk.proto.api.playerwallet.PlayerWalletProto.Builder.class);
}
public static final int TRACE_ID_FIELD_NUMBER = 1;
private volatile java.lang.Object traceId_;
/**
* string trace_id = 1;
* @return The traceId.
*/
@java.lang.Override
public java.lang.String getTraceId() {
java.lang.Object ref = traceId_;
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
traceId_ = s;
return s;
}
}
/**
* string trace_id = 1;
* @return The bytes for traceId.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getTraceIdBytes() {
java.lang.Object ref = traceId_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
traceId_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int OAUTH_ID_FIELD_NUMBER = 2;
private volatile java.lang.Object oauthId_;
/**
* string oauth_id = 2;
* @return The oauthId.
*/
@java.lang.Override
public java.lang.String getOauthId() {
java.lang.Object ref = oauthId_;
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
oauthId_ = s;
return s;
}
}
/**
* string oauth_id = 2;
* @return The bytes for oauthId.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getOauthIdBytes() {
java.lang.Object ref = oauthId_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
oauthId_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int ADDRESS_FIELD_NUMBER = 3;
private volatile java.lang.Object address_;
/**
* string address = 3;
* @return The address.
*/
@java.lang.Override
public java.lang.String getAddress() {
java.lang.Object ref = address_;
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
address_ = s;
return s;
}
}
/**
* string address = 3;
* @return The bytes for address.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getAddressBytes() {
java.lang.Object ref = address_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
address_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int BALANCE_IN_WEI_FIELD_NUMBER = 4;
private volatile java.lang.Object balanceInWei_;
/**
* string balance_in_wei = 4;
* @return The balanceInWei.
*/
@java.lang.Override
public java.lang.String getBalanceInWei() {
java.lang.Object ref = balanceInWei_;
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
balanceInWei_ = s;
return s;
}
}
/**
* string balance_in_wei = 4;
* @return The bytes for balanceInWei.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getBalanceInWeiBytes() {
java.lang.Object ref = balanceInWei_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
balanceInWei_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int CREATED_AT_FIELD_NUMBER = 5;
private com.google.protobuf.Timestamp createdAt_;
/**
* .google.protobuf.Timestamp created_at = 5;
* @return Whether the createdAt field is set.
*/
@java.lang.Override
public boolean hasCreatedAt() {
return createdAt_ != null;
}
/**
* .google.protobuf.Timestamp created_at = 5;
* @return The createdAt.
*/
@java.lang.Override
public com.google.protobuf.Timestamp getCreatedAt() {
return createdAt_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : createdAt_;
}
/**
* .google.protobuf.Timestamp created_at = 5;
*/
@java.lang.Override
public com.google.protobuf.TimestampOrBuilder getCreatedAtOrBuilder() {
return getCreatedAt();
}
public static final int UPDATED_AT_FIELD_NUMBER = 6;
private com.google.protobuf.Timestamp updatedAt_;
/**
* .google.protobuf.Timestamp updated_at = 6;
* @return Whether the updatedAt field is set.
*/
@java.lang.Override
public boolean hasUpdatedAt() {
return updatedAt_ != null;
}
/**
* .google.protobuf.Timestamp updated_at = 6;
* @return The updatedAt.
*/
@java.lang.Override
public com.google.protobuf.Timestamp getUpdatedAt() {
return updatedAt_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : updatedAt_;
}
/**
* .google.protobuf.Timestamp updated_at = 6;
*/
@java.lang.Override
public com.google.protobuf.TimestampOrBuilder getUpdatedAtOrBuilder() {
return getUpdatedAt();
}
public static final int WITHDRAWABLE_LIMIT_IN_WEI_FIELD_NUMBER = 7;
private volatile java.lang.Object withdrawableLimitInWei_;
/**
* string withdrawable_limit_in_wei = 7;
* @return The withdrawableLimitInWei.
*/
@java.lang.Override
public java.lang.String getWithdrawableLimitInWei() {
java.lang.Object ref = withdrawableLimitInWei_;
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
withdrawableLimitInWei_ = s;
return s;
}
}
/**
* string withdrawable_limit_in_wei = 7;
* @return The bytes for withdrawableLimitInWei.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getWithdrawableLimitInWeiBytes() {
java.lang.Object ref = withdrawableLimitInWei_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
withdrawableLimitInWei_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
private byte memoizedIsInitialized = -1;
@java.lang.Override
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized == 1) return true;
if (isInitialized == 0) return false;
memoizedIsInitialized = 1;
return true;
}
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(traceId_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, traceId_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(oauthId_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 2, oauthId_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(address_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 3, address_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(balanceInWei_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 4, balanceInWei_);
}
if (createdAt_ != null) {
output.writeMessage(5, getCreatedAt());
}
if (updatedAt_ != null) {
output.writeMessage(6, getUpdatedAt());
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(withdrawableLimitInWei_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 7, withdrawableLimitInWei_);
}
getUnknownFields().writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(traceId_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, traceId_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(oauthId_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, oauthId_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(address_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, address_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(balanceInWei_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, balanceInWei_);
}
if (createdAt_ != null) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(5, getCreatedAt());
}
if (updatedAt_ != null) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(6, getUpdatedAt());
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(withdrawableLimitInWei_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(7, withdrawableLimitInWei_);
}
size += getUnknownFields().getSerializedSize();
memoizedSize = size;
return size;
}
@java.lang.Override
public boolean equals(final java.lang.Object obj) {
if (obj == this) {
return true;
}
if (!(obj instanceof games.mythical.saga.sdk.proto.api.playerwallet.PlayerWalletProto)) {
return super.equals(obj);
}
games.mythical.saga.sdk.proto.api.playerwallet.PlayerWalletProto other = (games.mythical.saga.sdk.proto.api.playerwallet.PlayerWalletProto) obj;
if (!getTraceId()
.equals(other.getTraceId())) return false;
if (!getOauthId()
.equals(other.getOauthId())) return false;
if (!getAddress()
.equals(other.getAddress())) return false;
if (!getBalanceInWei()
.equals(other.getBalanceInWei())) return false;
if (hasCreatedAt() != other.hasCreatedAt()) return false;
if (hasCreatedAt()) {
if (!getCreatedAt()
.equals(other.getCreatedAt())) return false;
}
if (hasUpdatedAt() != other.hasUpdatedAt()) return false;
if (hasUpdatedAt()) {
if (!getUpdatedAt()
.equals(other.getUpdatedAt())) return false;
}
if (!getWithdrawableLimitInWei()
.equals(other.getWithdrawableLimitInWei())) return false;
if (!getUnknownFields().equals(other.getUnknownFields())) return false;
return true;
}
@java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
hash = (37 * hash) + TRACE_ID_FIELD_NUMBER;
hash = (53 * hash) + getTraceId().hashCode();
hash = (37 * hash) + OAUTH_ID_FIELD_NUMBER;
hash = (53 * hash) + getOauthId().hashCode();
hash = (37 * hash) + ADDRESS_FIELD_NUMBER;
hash = (53 * hash) + getAddress().hashCode();
hash = (37 * hash) + BALANCE_IN_WEI_FIELD_NUMBER;
hash = (53 * hash) + getBalanceInWei().hashCode();
if (hasCreatedAt()) {
hash = (37 * hash) + CREATED_AT_FIELD_NUMBER;
hash = (53 * hash) + getCreatedAt().hashCode();
}
if (hasUpdatedAt()) {
hash = (37 * hash) + UPDATED_AT_FIELD_NUMBER;
hash = (53 * hash) + getUpdatedAt().hashCode();
}
hash = (37 * hash) + WITHDRAWABLE_LIMIT_IN_WEI_FIELD_NUMBER;
hash = (53 * hash) + getWithdrawableLimitInWei().hashCode();
hash = (29 * hash) + getUnknownFields().hashCode();
memoizedHashCode = hash;
return hash;
}
public static games.mythical.saga.sdk.proto.api.playerwallet.PlayerWalletProto parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static games.mythical.saga.sdk.proto.api.playerwallet.PlayerWalletProto parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static games.mythical.saga.sdk.proto.api.playerwallet.PlayerWalletProto parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static games.mythical.saga.sdk.proto.api.playerwallet.PlayerWalletProto parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static games.mythical.saga.sdk.proto.api.playerwallet.PlayerWalletProto parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static games.mythical.saga.sdk.proto.api.playerwallet.PlayerWalletProto parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static games.mythical.saga.sdk.proto.api.playerwallet.PlayerWalletProto parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static games.mythical.saga.sdk.proto.api.playerwallet.PlayerWalletProto parseFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
public static games.mythical.saga.sdk.proto.api.playerwallet.PlayerWalletProto parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static games.mythical.saga.sdk.proto.api.playerwallet.PlayerWalletProto parseDelimitedFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
}
public static games.mythical.saga.sdk.proto.api.playerwallet.PlayerWalletProto parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static games.mythical.saga.sdk.proto.api.playerwallet.PlayerWalletProto parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
@java.lang.Override
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder() {
return DEFAULT_INSTANCE.toBuilder();
}
public static Builder newBuilder(games.mythical.saga.sdk.proto.api.playerwallet.PlayerWalletProto prototype) {
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
}
@java.lang.Override
public Builder toBuilder() {
return this == DEFAULT_INSTANCE
? new Builder() : new Builder().mergeFrom(this);
}
@java.lang.Override
protected Builder newBuilderForType(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
/**
* Protobuf type {@code saga.api.playerwallet.PlayerWalletProto}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:saga.api.playerwallet.PlayerWalletProto)
games.mythical.saga.sdk.proto.api.playerwallet.PlayerWalletProtoOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return games.mythical.saga.sdk.proto.api.playerwallet.Definition.internal_static_saga_api_playerwallet_PlayerWalletProto_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return games.mythical.saga.sdk.proto.api.playerwallet.Definition.internal_static_saga_api_playerwallet_PlayerWalletProto_fieldAccessorTable
.ensureFieldAccessorsInitialized(
games.mythical.saga.sdk.proto.api.playerwallet.PlayerWalletProto.class, games.mythical.saga.sdk.proto.api.playerwallet.PlayerWalletProto.Builder.class);
}
// Construct using games.mythical.saga.sdk.proto.api.playerwallet.PlayerWalletProto.newBuilder()
private Builder() {
}
private Builder(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
}
@java.lang.Override
public Builder clear() {
super.clear();
traceId_ = "";
oauthId_ = "";
address_ = "";
balanceInWei_ = "";
if (createdAtBuilder_ == null) {
createdAt_ = null;
} else {
createdAt_ = null;
createdAtBuilder_ = null;
}
if (updatedAtBuilder_ == null) {
updatedAt_ = null;
} else {
updatedAt_ = null;
updatedAtBuilder_ = null;
}
withdrawableLimitInWei_ = "";
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return games.mythical.saga.sdk.proto.api.playerwallet.Definition.internal_static_saga_api_playerwallet_PlayerWalletProto_descriptor;
}
@java.lang.Override
public games.mythical.saga.sdk.proto.api.playerwallet.PlayerWalletProto getDefaultInstanceForType() {
return games.mythical.saga.sdk.proto.api.playerwallet.PlayerWalletProto.getDefaultInstance();
}
@java.lang.Override
public games.mythical.saga.sdk.proto.api.playerwallet.PlayerWalletProto build() {
games.mythical.saga.sdk.proto.api.playerwallet.PlayerWalletProto result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public games.mythical.saga.sdk.proto.api.playerwallet.PlayerWalletProto buildPartial() {
games.mythical.saga.sdk.proto.api.playerwallet.PlayerWalletProto result = new games.mythical.saga.sdk.proto.api.playerwallet.PlayerWalletProto(this);
result.traceId_ = traceId_;
result.oauthId_ = oauthId_;
result.address_ = address_;
result.balanceInWei_ = balanceInWei_;
if (createdAtBuilder_ == null) {
result.createdAt_ = createdAt_;
} else {
result.createdAt_ = createdAtBuilder_.build();
}
if (updatedAtBuilder_ == null) {
result.updatedAt_ = updatedAt_;
} else {
result.updatedAt_ = updatedAtBuilder_.build();
}
result.withdrawableLimitInWei_ = withdrawableLimitInWei_;
onBuilt();
return result;
}
@java.lang.Override
public Builder clone() {
return super.clone();
}
@java.lang.Override
public Builder setField(
com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) {
return super.setField(field, value);
}
@java.lang.Override
public Builder clearField(
com.google.protobuf.Descriptors.FieldDescriptor field) {
return super.clearField(field);
}
@java.lang.Override
public Builder clearOneof(
com.google.protobuf.Descriptors.OneofDescriptor oneof) {
return super.clearOneof(oneof);
}
@java.lang.Override
public Builder setRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field,
int index, java.lang.Object value) {
return super.setRepeatedField(field, index, value);
}
@java.lang.Override
public Builder addRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) {
return super.addRepeatedField(field, value);
}
@java.lang.Override
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof games.mythical.saga.sdk.proto.api.playerwallet.PlayerWalletProto) {
return mergeFrom((games.mythical.saga.sdk.proto.api.playerwallet.PlayerWalletProto)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(games.mythical.saga.sdk.proto.api.playerwallet.PlayerWalletProto other) {
if (other == games.mythical.saga.sdk.proto.api.playerwallet.PlayerWalletProto.getDefaultInstance()) return this;
if (!other.getTraceId().isEmpty()) {
traceId_ = other.traceId_;
onChanged();
}
if (!other.getOauthId().isEmpty()) {
oauthId_ = other.oauthId_;
onChanged();
}
if (!other.getAddress().isEmpty()) {
address_ = other.address_;
onChanged();
}
if (!other.getBalanceInWei().isEmpty()) {
balanceInWei_ = other.balanceInWei_;
onChanged();
}
if (other.hasCreatedAt()) {
mergeCreatedAt(other.getCreatedAt());
}
if (other.hasUpdatedAt()) {
mergeUpdatedAt(other.getUpdatedAt());
}
if (!other.getWithdrawableLimitInWei().isEmpty()) {
withdrawableLimitInWei_ = other.withdrawableLimitInWei_;
onChanged();
}
this.mergeUnknownFields(other.getUnknownFields());
onChanged();
return this;
}
@java.lang.Override
public final boolean isInitialized() {
return true;
}
@java.lang.Override
public Builder mergeFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
if (extensionRegistry == null) {
throw new java.lang.NullPointerException();
}
try {
boolean done = false;
while (!done) {
int tag = input.readTag();
switch (tag) {
case 0:
done = true;
break;
case 10: {
traceId_ = input.readStringRequireUtf8();
break;
} // case 10
case 18: {
oauthId_ = input.readStringRequireUtf8();
break;
} // case 18
case 26: {
address_ = input.readStringRequireUtf8();
break;
} // case 26
case 34: {
balanceInWei_ = input.readStringRequireUtf8();
break;
} // case 34
case 42: {
input.readMessage(
getCreatedAtFieldBuilder().getBuilder(),
extensionRegistry);
break;
} // case 42
case 50: {
input.readMessage(
getUpdatedAtFieldBuilder().getBuilder(),
extensionRegistry);
break;
} // case 50
case 58: {
withdrawableLimitInWei_ = input.readStringRequireUtf8();
break;
} // case 58
default: {
if (!super.parseUnknownField(input, extensionRegistry, tag)) {
done = true; // was an endgroup tag
}
break;
} // default:
} // switch (tag)
} // while (!done)
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.unwrapIOException();
} finally {
onChanged();
} // finally
return this;
}
private java.lang.Object traceId_ = "";
/**
* string trace_id = 1;
* @return The traceId.
*/
public java.lang.String getTraceId() {
java.lang.Object ref = traceId_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
traceId_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string trace_id = 1;
* @return The bytes for traceId.
*/
public com.google.protobuf.ByteString
getTraceIdBytes() {
java.lang.Object ref = traceId_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
traceId_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string trace_id = 1;
* @param value The traceId to set.
* @return This builder for chaining.
*/
public Builder setTraceId(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
traceId_ = value;
onChanged();
return this;
}
/**
* string trace_id = 1;
* @return This builder for chaining.
*/
public Builder clearTraceId() {
traceId_ = getDefaultInstance().getTraceId();
onChanged();
return this;
}
/**
* string trace_id = 1;
* @param value The bytes for traceId to set.
* @return This builder for chaining.
*/
public Builder setTraceIdBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
traceId_ = value;
onChanged();
return this;
}
private java.lang.Object oauthId_ = "";
/**
* string oauth_id = 2;
* @return The oauthId.
*/
public java.lang.String getOauthId() {
java.lang.Object ref = oauthId_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
oauthId_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string oauth_id = 2;
* @return The bytes for oauthId.
*/
public com.google.protobuf.ByteString
getOauthIdBytes() {
java.lang.Object ref = oauthId_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
oauthId_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string oauth_id = 2;
* @param value The oauthId to set.
* @return This builder for chaining.
*/
public Builder setOauthId(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
oauthId_ = value;
onChanged();
return this;
}
/**
* string oauth_id = 2;
* @return This builder for chaining.
*/
public Builder clearOauthId() {
oauthId_ = getDefaultInstance().getOauthId();
onChanged();
return this;
}
/**
* string oauth_id = 2;
* @param value The bytes for oauthId to set.
* @return This builder for chaining.
*/
public Builder setOauthIdBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
oauthId_ = value;
onChanged();
return this;
}
private java.lang.Object address_ = "";
/**
* string address = 3;
* @return The address.
*/
public java.lang.String getAddress() {
java.lang.Object ref = address_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
address_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string address = 3;
* @return The bytes for address.
*/
public com.google.protobuf.ByteString
getAddressBytes() {
java.lang.Object ref = address_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
address_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string address = 3;
* @param value The address to set.
* @return This builder for chaining.
*/
public Builder setAddress(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
address_ = value;
onChanged();
return this;
}
/**
* string address = 3;
* @return This builder for chaining.
*/
public Builder clearAddress() {
address_ = getDefaultInstance().getAddress();
onChanged();
return this;
}
/**
* string address = 3;
* @param value The bytes for address to set.
* @return This builder for chaining.
*/
public Builder setAddressBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
address_ = value;
onChanged();
return this;
}
private java.lang.Object balanceInWei_ = "";
/**
* string balance_in_wei = 4;
* @return The balanceInWei.
*/
public java.lang.String getBalanceInWei() {
java.lang.Object ref = balanceInWei_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
balanceInWei_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string balance_in_wei = 4;
* @return The bytes for balanceInWei.
*/
public com.google.protobuf.ByteString
getBalanceInWeiBytes() {
java.lang.Object ref = balanceInWei_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
balanceInWei_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string balance_in_wei = 4;
* @param value The balanceInWei to set.
* @return This builder for chaining.
*/
public Builder setBalanceInWei(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
balanceInWei_ = value;
onChanged();
return this;
}
/**
* string balance_in_wei = 4;
* @return This builder for chaining.
*/
public Builder clearBalanceInWei() {
balanceInWei_ = getDefaultInstance().getBalanceInWei();
onChanged();
return this;
}
/**
* string balance_in_wei = 4;
* @param value The bytes for balanceInWei to set.
* @return This builder for chaining.
*/
public Builder setBalanceInWeiBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
balanceInWei_ = value;
onChanged();
return this;
}
private com.google.protobuf.Timestamp createdAt_;
private com.google.protobuf.SingleFieldBuilderV3<
com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> createdAtBuilder_;
/**
* .google.protobuf.Timestamp created_at = 5;
* @return Whether the createdAt field is set.
*/
public boolean hasCreatedAt() {
return createdAtBuilder_ != null || createdAt_ != null;
}
/**
* .google.protobuf.Timestamp created_at = 5;
* @return The createdAt.
*/
public com.google.protobuf.Timestamp getCreatedAt() {
if (createdAtBuilder_ == null) {
return createdAt_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : createdAt_;
} else {
return createdAtBuilder_.getMessage();
}
}
/**
* .google.protobuf.Timestamp created_at = 5;
*/
public Builder setCreatedAt(com.google.protobuf.Timestamp value) {
if (createdAtBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
createdAt_ = value;
onChanged();
} else {
createdAtBuilder_.setMessage(value);
}
return this;
}
/**
* .google.protobuf.Timestamp created_at = 5;
*/
public Builder setCreatedAt(
com.google.protobuf.Timestamp.Builder builderForValue) {
if (createdAtBuilder_ == null) {
createdAt_ = builderForValue.build();
onChanged();
} else {
createdAtBuilder_.setMessage(builderForValue.build());
}
return this;
}
/**
* .google.protobuf.Timestamp created_at = 5;
*/
public Builder mergeCreatedAt(com.google.protobuf.Timestamp value) {
if (createdAtBuilder_ == null) {
if (createdAt_ != null) {
createdAt_ =
com.google.protobuf.Timestamp.newBuilder(createdAt_).mergeFrom(value).buildPartial();
} else {
createdAt_ = value;
}
onChanged();
} else {
createdAtBuilder_.mergeFrom(value);
}
return this;
}
/**
* .google.protobuf.Timestamp created_at = 5;
*/
public Builder clearCreatedAt() {
if (createdAtBuilder_ == null) {
createdAt_ = null;
onChanged();
} else {
createdAt_ = null;
createdAtBuilder_ = null;
}
return this;
}
/**
* .google.protobuf.Timestamp created_at = 5;
*/
public com.google.protobuf.Timestamp.Builder getCreatedAtBuilder() {
onChanged();
return getCreatedAtFieldBuilder().getBuilder();
}
/**
* .google.protobuf.Timestamp created_at = 5;
*/
public com.google.protobuf.TimestampOrBuilder getCreatedAtOrBuilder() {
if (createdAtBuilder_ != null) {
return createdAtBuilder_.getMessageOrBuilder();
} else {
return createdAt_ == null ?
com.google.protobuf.Timestamp.getDefaultInstance() : createdAt_;
}
}
/**
* .google.protobuf.Timestamp created_at = 5;
*/
private com.google.protobuf.SingleFieldBuilderV3<
com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>
getCreatedAtFieldBuilder() {
if (createdAtBuilder_ == null) {
createdAtBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>(
getCreatedAt(),
getParentForChildren(),
isClean());
createdAt_ = null;
}
return createdAtBuilder_;
}
private com.google.protobuf.Timestamp updatedAt_;
private com.google.protobuf.SingleFieldBuilderV3<
com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> updatedAtBuilder_;
/**
* .google.protobuf.Timestamp updated_at = 6;
* @return Whether the updatedAt field is set.
*/
public boolean hasUpdatedAt() {
return updatedAtBuilder_ != null || updatedAt_ != null;
}
/**
* .google.protobuf.Timestamp updated_at = 6;
* @return The updatedAt.
*/
public com.google.protobuf.Timestamp getUpdatedAt() {
if (updatedAtBuilder_ == null) {
return updatedAt_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : updatedAt_;
} else {
return updatedAtBuilder_.getMessage();
}
}
/**
* .google.protobuf.Timestamp updated_at = 6;
*/
public Builder setUpdatedAt(com.google.protobuf.Timestamp value) {
if (updatedAtBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
updatedAt_ = value;
onChanged();
} else {
updatedAtBuilder_.setMessage(value);
}
return this;
}
/**
* .google.protobuf.Timestamp updated_at = 6;
*/
public Builder setUpdatedAt(
com.google.protobuf.Timestamp.Builder builderForValue) {
if (updatedAtBuilder_ == null) {
updatedAt_ = builderForValue.build();
onChanged();
} else {
updatedAtBuilder_.setMessage(builderForValue.build());
}
return this;
}
/**
* .google.protobuf.Timestamp updated_at = 6;
*/
public Builder mergeUpdatedAt(com.google.protobuf.Timestamp value) {
if (updatedAtBuilder_ == null) {
if (updatedAt_ != null) {
updatedAt_ =
com.google.protobuf.Timestamp.newBuilder(updatedAt_).mergeFrom(value).buildPartial();
} else {
updatedAt_ = value;
}
onChanged();
} else {
updatedAtBuilder_.mergeFrom(value);
}
return this;
}
/**
* .google.protobuf.Timestamp updated_at = 6;
*/
public Builder clearUpdatedAt() {
if (updatedAtBuilder_ == null) {
updatedAt_ = null;
onChanged();
} else {
updatedAt_ = null;
updatedAtBuilder_ = null;
}
return this;
}
/**
* .google.protobuf.Timestamp updated_at = 6;
*/
public com.google.protobuf.Timestamp.Builder getUpdatedAtBuilder() {
onChanged();
return getUpdatedAtFieldBuilder().getBuilder();
}
/**
* .google.protobuf.Timestamp updated_at = 6;
*/
public com.google.protobuf.TimestampOrBuilder getUpdatedAtOrBuilder() {
if (updatedAtBuilder_ != null) {
return updatedAtBuilder_.getMessageOrBuilder();
} else {
return updatedAt_ == null ?
com.google.protobuf.Timestamp.getDefaultInstance() : updatedAt_;
}
}
/**
* .google.protobuf.Timestamp updated_at = 6;
*/
private com.google.protobuf.SingleFieldBuilderV3<
com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>
getUpdatedAtFieldBuilder() {
if (updatedAtBuilder_ == null) {
updatedAtBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>(
getUpdatedAt(),
getParentForChildren(),
isClean());
updatedAt_ = null;
}
return updatedAtBuilder_;
}
private java.lang.Object withdrawableLimitInWei_ = "";
/**
* string withdrawable_limit_in_wei = 7;
* @return The withdrawableLimitInWei.
*/
public java.lang.String getWithdrawableLimitInWei() {
java.lang.Object ref = withdrawableLimitInWei_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
withdrawableLimitInWei_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string withdrawable_limit_in_wei = 7;
* @return The bytes for withdrawableLimitInWei.
*/
public com.google.protobuf.ByteString
getWithdrawableLimitInWeiBytes() {
java.lang.Object ref = withdrawableLimitInWei_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
withdrawableLimitInWei_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string withdrawable_limit_in_wei = 7;
* @param value The withdrawableLimitInWei to set.
* @return This builder for chaining.
*/
public Builder setWithdrawableLimitInWei(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
withdrawableLimitInWei_ = value;
onChanged();
return this;
}
/**
* string withdrawable_limit_in_wei = 7;
* @return This builder for chaining.
*/
public Builder clearWithdrawableLimitInWei() {
withdrawableLimitInWei_ = getDefaultInstance().getWithdrawableLimitInWei();
onChanged();
return this;
}
/**
* string withdrawable_limit_in_wei = 7;
* @param value The bytes for withdrawableLimitInWei to set.
* @return This builder for chaining.
*/
public Builder setWithdrawableLimitInWeiBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
withdrawableLimitInWei_ = value;
onChanged();
return this;
}
@java.lang.Override
public final Builder setUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.setUnknownFields(unknownFields);
}
@java.lang.Override
public final Builder mergeUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.mergeUnknownFields(unknownFields);
}
// @@protoc_insertion_point(builder_scope:saga.api.playerwallet.PlayerWalletProto)
}
// @@protoc_insertion_point(class_scope:saga.api.playerwallet.PlayerWalletProto)
private static final games.mythical.saga.sdk.proto.api.playerwallet.PlayerWalletProto DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new games.mythical.saga.sdk.proto.api.playerwallet.PlayerWalletProto();
}
public static games.mythical.saga.sdk.proto.api.playerwallet.PlayerWalletProto getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
@java.lang.Override
public PlayerWalletProto parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
Builder builder = newBuilder();
try {
builder.mergeFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.setUnfinishedMessage(builder.buildPartial());
} catch (com.google.protobuf.UninitializedMessageException e) {
throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
} catch (java.io.IOException e) {
throw new com.google.protobuf.InvalidProtocolBufferException(e)
.setUnfinishedMessage(builder.buildPartial());
}
return builder.buildPartial();
}
};
public static com.google.protobuf.Parser parser() {
return PARSER;
}
@java.lang.Override
public com.google.protobuf.Parser getParserForType() {
return PARSER;
}
@java.lang.Override
public games.mythical.saga.sdk.proto.api.playerwallet.PlayerWalletProto getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}