MonetizationOnetimeproductsResource class
Methods
-
batchDelete(BatchDeleteOneTimeProductsRequest request, String packageName, {String? $fields})
→ Future<void>
-
Deletes one or more one-time products.
-
batchGet(String packageName, {List<String>? productIds, String? $fields})
→ Future<BatchGetOneTimeProductsResponse>
-
Reads one or more one-time products.
-
batchUpdate(BatchUpdateOneTimeProductsRequest request, String packageName, {String? $fields})
→ Future<BatchUpdateOneTimeProductsResponse>
-
Creates or updates one or more one-time products.
-
delete(String packageName, String productId, {String? latencyTolerance, String? $fields})
→ Future<void>
-
Deletes a one-time product.
-
get(String packageName, String productId, {String? $fields})
→ Future<OneTimeProduct>
-
Reads a single one-time product.
-
list(String packageName, {int? pageSize, String? pageToken, String? $fields})
→ Future<ListOneTimeProductsResponse>
-
Lists all one-time products under a given app.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(OneTimeProduct request, String packageName, String productId, {bool? allowMissing, String? latencyTolerance, String? regionsVersion_version, String? updateMask, String? $fields})
→ Future<OneTimeProduct>
-
Creates or updates a one-time product.
-
toString()
→ String
-
A string representation of this object.
inherited