public interface ValidatePurchaseHuaweiRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.BoolValue |
getPersist()
Persist the purchase
|
com.google.protobuf.BoolValueOrBuilder |
getPersistOrBuilder()
Persist the purchase
|
java.lang.String |
getPurchase()
JSON encoded Huawei InAppPurchaseData.
|
com.google.protobuf.ByteString |
getPurchaseBytes()
JSON encoded Huawei InAppPurchaseData.
|
java.lang.String |
getSignature()
InAppPurchaseData signature.
|
com.google.protobuf.ByteString |
getSignatureBytes()
InAppPurchaseData signature.
|
boolean |
hasPersist()
Persist the purchase
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
java.lang.String getPurchase()
JSON encoded Huawei InAppPurchaseData.
string purchase = 1 [json_name = "purchase"];
com.google.protobuf.ByteString getPurchaseBytes()
JSON encoded Huawei InAppPurchaseData.
string purchase = 1 [json_name = "purchase"];
java.lang.String getSignature()
InAppPurchaseData signature.
string signature = 2 [json_name = "signature"];
com.google.protobuf.ByteString getSignatureBytes()
InAppPurchaseData signature.
string signature = 2 [json_name = "signature"];
boolean hasPersist()
Persist the purchase
.google.protobuf.BoolValue persist = 3 [json_name = "persist"];
com.google.protobuf.BoolValue getPersist()
Persist the purchase
.google.protobuf.BoolValue persist = 3 [json_name = "persist"];
com.google.protobuf.BoolValueOrBuilder getPersistOrBuilder()
Persist the purchase
.google.protobuf.BoolValue persist = 3 [json_name = "persist"];