public static final class ValidateSubscriptionGoogleRequest.Builder extends com.google.protobuf.GeneratedMessage.Builder<ValidateSubscriptionGoogleRequest.Builder> implements ValidateSubscriptionGoogleRequestOrBuilder
Google Subscription validation requestProtobuf type
nakama.api.ValidateSubscriptionGoogleRequest
Modifier and Type | Method and Description |
---|---|
ValidateSubscriptionGoogleRequest |
build() |
ValidateSubscriptionGoogleRequest |
buildPartial() |
ValidateSubscriptionGoogleRequest.Builder |
clear() |
ValidateSubscriptionGoogleRequest.Builder |
clearPersist()
Persist the subscription.
|
ValidateSubscriptionGoogleRequest.Builder |
clearReceipt()
JSON encoded Google purchase payload.
|
ValidateSubscriptionGoogleRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
com.google.protobuf.BoolValue |
getPersist()
Persist the subscription.
|
com.google.protobuf.BoolValue.Builder |
getPersistBuilder()
Persist the subscription.
|
com.google.protobuf.BoolValueOrBuilder |
getPersistOrBuilder()
Persist the subscription.
|
java.lang.String |
getReceipt()
JSON encoded Google purchase payload.
|
com.google.protobuf.ByteString |
getReceiptBytes()
JSON encoded Google purchase payload.
|
boolean |
hasPersist()
Persist the subscription.
|
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ValidateSubscriptionGoogleRequest.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ValidateSubscriptionGoogleRequest.Builder |
mergeFrom(com.google.protobuf.Message other) |
ValidateSubscriptionGoogleRequest.Builder |
mergeFrom(ValidateSubscriptionGoogleRequest other) |
ValidateSubscriptionGoogleRequest.Builder |
mergePersist(com.google.protobuf.BoolValue value)
Persist the subscription.
|
ValidateSubscriptionGoogleRequest.Builder |
setPersist(com.google.protobuf.BoolValue.Builder builderForValue)
Persist the subscription.
|
ValidateSubscriptionGoogleRequest.Builder |
setPersist(com.google.protobuf.BoolValue value)
Persist the subscription.
|
ValidateSubscriptionGoogleRequest.Builder |
setReceipt(java.lang.String value)
JSON encoded Google purchase payload.
|
ValidateSubscriptionGoogleRequest.Builder |
setReceiptBytes(com.google.protobuf.ByteString value)
JSON encoded Google purchase payload.
|
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage.Builder<ValidateSubscriptionGoogleRequest.Builder>
public ValidateSubscriptionGoogleRequest.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessage.Builder<ValidateSubscriptionGoogleRequest.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessage.Builder<ValidateSubscriptionGoogleRequest.Builder>
public ValidateSubscriptionGoogleRequest getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public ValidateSubscriptionGoogleRequest build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public ValidateSubscriptionGoogleRequest buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public ValidateSubscriptionGoogleRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<ValidateSubscriptionGoogleRequest.Builder>
public ValidateSubscriptionGoogleRequest.Builder mergeFrom(ValidateSubscriptionGoogleRequest other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage.Builder<ValidateSubscriptionGoogleRequest.Builder>
public ValidateSubscriptionGoogleRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<ValidateSubscriptionGoogleRequest.Builder>
java.io.IOException
public java.lang.String getReceipt()
JSON encoded Google purchase payload.
string receipt = 1 [json_name = "receipt"];
getReceipt
in interface ValidateSubscriptionGoogleRequestOrBuilder
public com.google.protobuf.ByteString getReceiptBytes()
JSON encoded Google purchase payload.
string receipt = 1 [json_name = "receipt"];
getReceiptBytes
in interface ValidateSubscriptionGoogleRequestOrBuilder
public ValidateSubscriptionGoogleRequest.Builder setReceipt(java.lang.String value)
JSON encoded Google purchase payload.
string receipt = 1 [json_name = "receipt"];
value
- The receipt to set.public ValidateSubscriptionGoogleRequest.Builder clearReceipt()
JSON encoded Google purchase payload.
string receipt = 1 [json_name = "receipt"];
public ValidateSubscriptionGoogleRequest.Builder setReceiptBytes(com.google.protobuf.ByteString value)
JSON encoded Google purchase payload.
string receipt = 1 [json_name = "receipt"];
value
- The bytes for receipt to set.public boolean hasPersist()
Persist the subscription.
.google.protobuf.BoolValue persist = 2 [json_name = "persist"];
hasPersist
in interface ValidateSubscriptionGoogleRequestOrBuilder
public com.google.protobuf.BoolValue getPersist()
Persist the subscription.
.google.protobuf.BoolValue persist = 2 [json_name = "persist"];
getPersist
in interface ValidateSubscriptionGoogleRequestOrBuilder
public ValidateSubscriptionGoogleRequest.Builder setPersist(com.google.protobuf.BoolValue value)
Persist the subscription.
.google.protobuf.BoolValue persist = 2 [json_name = "persist"];
public ValidateSubscriptionGoogleRequest.Builder setPersist(com.google.protobuf.BoolValue.Builder builderForValue)
Persist the subscription.
.google.protobuf.BoolValue persist = 2 [json_name = "persist"];
public ValidateSubscriptionGoogleRequest.Builder mergePersist(com.google.protobuf.BoolValue value)
Persist the subscription.
.google.protobuf.BoolValue persist = 2 [json_name = "persist"];
public ValidateSubscriptionGoogleRequest.Builder clearPersist()
Persist the subscription.
.google.protobuf.BoolValue persist = 2 [json_name = "persist"];
public com.google.protobuf.BoolValue.Builder getPersistBuilder()
Persist the subscription.
.google.protobuf.BoolValue persist = 2 [json_name = "persist"];
public com.google.protobuf.BoolValueOrBuilder getPersistOrBuilder()
Persist the subscription.
.google.protobuf.BoolValue persist = 2 [json_name = "persist"];
getPersistOrBuilder
in interface ValidateSubscriptionGoogleRequestOrBuilder