public interface ValidateSubscriptionGoogleRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.BoolValue |
getPersist()
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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
java.lang.String getReceipt()
JSON encoded Google purchase payload.
string receipt = 1 [json_name = "receipt"];
com.google.protobuf.ByteString getReceiptBytes()
JSON encoded Google purchase payload.
string receipt = 1 [json_name = "receipt"];
boolean hasPersist()
Persist the subscription.
.google.protobuf.BoolValue persist = 2 [json_name = "persist"];
com.google.protobuf.BoolValue getPersist()
Persist the subscription.
.google.protobuf.BoolValue persist = 2 [json_name = "persist"];
com.google.protobuf.BoolValueOrBuilder getPersistOrBuilder()
Persist the subscription.
.google.protobuf.BoolValue persist = 2 [json_name = "persist"];