Show / Hide Table of Contents

Namespace Google.Apis.AndroidPublisher.v3

Classes

AndroidPublisherBaseServiceRequest<TResponse>

A base abstract class for AndroidPublisher requests.

AndroidPublisherService

The AndroidPublisher Service.

AndroidPublisherService.Scope

Available OAuth 2.0 scopes for use with the Google Play Android Developer API.

AndroidPublisherService.ScopeConstants

Available OAuth 2.0 scope constants for use with the Google Play Android Developer API.

ApplicationsResource

The "applications" collection of methods.

ApplicationsResource.DeviceTierConfigsResource

The "deviceTierConfigs" collection of methods.

ApplicationsResource.DeviceTierConfigsResource.CreateRequest

Creates a new device tier config for an app.

ApplicationsResource.DeviceTierConfigsResource.GetRequest

Returns a particular device tier config.

ApplicationsResource.DeviceTierConfigsResource.ListRequest

Returns created device tier configs, ordered by descending creation time.

EditsResource

The "edits" collection of methods.

EditsResource.ApksResource

The "apks" collection of methods.

EditsResource.ApksResource.AddexternallyhostedRequest

Creates a new APK without uploading the APK itself to Google Play, instead hosting the APK at a specified URL. This function is only available to organizations using Managed Play whose application is configured to restrict distribution to the organizations.

EditsResource.ApksResource.ListRequest

Lists all current APKs of the app and edit.

EditsResource.ApksResource.UploadMediaUpload

Upload media upload which supports resumable upload.

EditsResource.ApksResource.UploadRequest

Uploads an APK and adds to the current edit.

EditsResource.BundlesResource

The "bundles" collection of methods.

EditsResource.BundlesResource.ListRequest

Lists all current Android App Bundles of the app and edit.

EditsResource.BundlesResource.UploadMediaUpload

Upload media upload which supports resumable upload.

EditsResource.BundlesResource.UploadRequest

Uploads a new Android App Bundle to this edit. If you are using the Google API client libraries, please increase the timeout of the http request before calling this endpoint (a timeout of 2 minutes is recommended). See Timeouts and Errors for an example in java.

EditsResource.CommitRequest

Commits an app edit.

EditsResource.CountryavailabilityResource

The "countryavailability" collection of methods.

EditsResource.CountryavailabilityResource.GetRequest

Gets country availability.

EditsResource.DeleteRequest

Deletes an app edit.

EditsResource.DeobfuscationfilesResource

The "deobfuscationfiles" collection of methods.

EditsResource.DeobfuscationfilesResource.UploadMediaUpload

Upload media upload which supports resumable upload.

EditsResource.DeobfuscationfilesResource.UploadRequest

Uploads a new deobfuscation file and attaches to the specified APK.

EditsResource.DetailsResource

The "details" collection of methods.

EditsResource.DetailsResource.GetRequest

Gets details of an app.

EditsResource.DetailsResource.PatchRequest

Patches details of an app.

EditsResource.DetailsResource.UpdateRequest

Updates details of an app.

EditsResource.ExpansionfilesResource

The "expansionfiles" collection of methods.

EditsResource.ExpansionfilesResource.GetRequest

Fetches the expansion file configuration for the specified APK.

EditsResource.ExpansionfilesResource.PatchRequest

Patches the APK's expansion file configuration to reference another APK's expansion file. To add a new expansion file use the Upload method.

EditsResource.ExpansionfilesResource.UpdateRequest

Updates the APK's expansion file configuration to reference another APK's expansion file. To add a new expansion file use the Upload method.

EditsResource.ExpansionfilesResource.UploadMediaUpload

Upload media upload which supports resumable upload.

EditsResource.ExpansionfilesResource.UploadRequest

Uploads a new expansion file and attaches to the specified APK.

EditsResource.GetRequest

Gets an app edit.

EditsResource.ImagesResource

The "images" collection of methods.

EditsResource.ImagesResource.DeleteallRequest

Deletes all images for the specified language and image type. Returns an empty response if no images are found.

EditsResource.ImagesResource.DeleteRequest

Deletes the image (specified by id) from the edit.

EditsResource.ImagesResource.ListRequest

Lists all images. The response may be empty.

EditsResource.ImagesResource.UploadMediaUpload

Upload media upload which supports resumable upload.

EditsResource.ImagesResource.UploadRequest

Uploads an image of the specified language and image type, and adds to the edit.

EditsResource.InsertRequest

Creates a new edit for an app.

EditsResource.ListingsResource

The "listings" collection of methods.

EditsResource.ListingsResource.DeleteallRequest

Deletes all store listings.

EditsResource.ListingsResource.DeleteRequest

Deletes a localized store listing.

EditsResource.ListingsResource.GetRequest

Gets a localized store listing.

EditsResource.ListingsResource.ListRequest

Lists all localized store listings.

EditsResource.ListingsResource.PatchRequest

Patches a localized store listing.

EditsResource.ListingsResource.UpdateRequest

Creates or updates a localized store listing.

EditsResource.TestersResource

The "testers" collection of methods.

EditsResource.TestersResource.GetRequest

Gets testers. Note: Testers resource does not support email lists.

EditsResource.TestersResource.PatchRequest

Patches testers. Note: Testers resource does not support email lists.

EditsResource.TestersResource.UpdateRequest

Updates testers. Note: Testers resource does not support email lists.

EditsResource.TracksResource

The "tracks" collection of methods.

EditsResource.TracksResource.GetRequest

Gets a track.

EditsResource.TracksResource.ListRequest

Lists all tracks.

EditsResource.TracksResource.PatchRequest

Patches a track.

EditsResource.TracksResource.UpdateRequest

Updates a track.

EditsResource.ValidateRequest

Validates an app edit.

GeneratedapksResource

The "generatedapks" collection of methods.

GeneratedapksResource.DownloadRequest

Downloads a single signed APK generated from an app bundle.

GeneratedapksResource.ListRequest

Returns download metadata for all APKs that were generated from a given app bundle.

GrantsResource

The "grants" collection of methods.

GrantsResource.CreateRequest

Grant access for a user to the given package.

GrantsResource.DeleteRequest

Removes all access for the user to the given package or developer account.

GrantsResource.PatchRequest

Updates access for the user to the given package.

InappproductsResource

The "inappproducts" collection of methods.

InappproductsResource.DeleteRequest

Deletes an in-app product (i.e. a managed product or a subscriptions).

InappproductsResource.GetRequest

Gets an in-app product, which can be a managed product or a subscription.

InappproductsResource.InsertRequest

Creates an in-app product (i.e. a managed product or a subscriptions).

InappproductsResource.ListRequest

Lists all in-app products - both managed products and subscriptions. If an app has a large number of in-app products, the response may be paginated. In this case the response field tokenPagination.nextPageToken will be set and the caller should provide its value as a token request parameter to retrieve the next page.

InappproductsResource.PatchRequest

Patches an in-app product (i.e. a managed product or a subscriptions).

InappproductsResource.UpdateRequest

Updates an in-app product (i.e. a managed product or a subscriptions).

InternalappsharingartifactsResource

The "internalappsharingartifacts" collection of methods.

InternalappsharingartifactsResource.UploadapkMediaUpload

Uploadapk media upload which supports resumable upload.

InternalappsharingartifactsResource.UploadapkRequest

Uploads an APK to internal app sharing. If you are using the Google API client libraries, please increase the timeout of the http request before calling this endpoint (a timeout of 2 minutes is recommended). See Timeouts and Errors for an example in java.

InternalappsharingartifactsResource.UploadbundleMediaUpload

Uploadbundle media upload which supports resumable upload.

InternalappsharingartifactsResource.UploadbundleRequest

Uploads an app bundle to internal app sharing. If you are using the Google API client libraries, please increase the timeout of the http request before calling this endpoint (a timeout of 2 minutes is recommended). See Timeouts and Errors for an example in java.

MonetizationResource

The "monetization" collection of methods.

MonetizationResource.ConvertRegionPricesRequest

Calculates the region prices, using today's exchange rate and country-specific pricing patterns, based on the price in the request for a set of regions.

OrdersResource

The "orders" collection of methods.

OrdersResource.RefundRequest

Refunds a user's subscription or in-app purchase order. Orders older than 1 year cannot be refunded.

PurchasesResource

The "purchases" collection of methods.

PurchasesResource.ProductsResource

The "products" collection of methods.

PurchasesResource.ProductsResource.AcknowledgeRequest

Acknowledges a purchase of an inapp item.

PurchasesResource.ProductsResource.GetRequest

Checks the purchase and consumption status of an inapp item.

PurchasesResource.SubscriptionsResource

The "subscriptions" collection of methods.

PurchasesResource.SubscriptionsResource.AcknowledgeRequest

Acknowledges a subscription purchase.

PurchasesResource.SubscriptionsResource.CancelRequest

Cancels a user's subscription purchase. The subscription remains valid until its expiration time.

PurchasesResource.SubscriptionsResource.DeferRequest

Defers a user's subscription purchase until a specified future expiration time.

PurchasesResource.SubscriptionsResource.GetRequest

Checks whether a user's subscription purchase is valid and returns its expiry time.

PurchasesResource.SubscriptionsResource.RefundRequest

Refunds a user's subscription purchase, but the subscription remains valid until its expiration time and it will continue to recur.

PurchasesResource.SubscriptionsResource.RevokeRequest

Refunds and immediately revokes a user's subscription purchase. Access to the subscription will be terminated immediately and it will stop recurring.

PurchasesResource.VoidedpurchasesResource

The "voidedpurchases" collection of methods.

PurchasesResource.VoidedpurchasesResource.ListRequest

Lists the purchases that were canceled, refunded or charged-back.

ReviewsResource

The "reviews" collection of methods.

ReviewsResource.GetRequest

Gets a single review.

ReviewsResource.ListRequest

Lists all reviews.

ReviewsResource.ReplyRequest

Replies to a single review, or updates an existing reply.

SystemapksResource

The "systemapks" collection of methods.

SystemapksResource.VariantsResource

The "variants" collection of methods.

SystemapksResource.VariantsResource.CreateRequest

Creates an APK which is suitable for inclusion in a system image from an already uploaded Android App Bundle.

SystemapksResource.VariantsResource.DownloadRequest

Downloads a previously created system APK which is suitable for inclusion in a system image.

SystemapksResource.VariantsResource.GetRequest

Returns a previously created system APK variant.

SystemapksResource.VariantsResource.ListRequest

Returns the list of previously created system APK variants.

UsersResource

The "users" collection of methods.

UsersResource.CreateRequest

Grant access for a user to the given developer account.

UsersResource.DeleteRequest

Removes all access for the user to the given developer account.

UsersResource.ListRequest

Lists all users with access to a developer account.

UsersResource.PatchRequest

Updates access for the user to the developer account.

Enums

AndroidPublisherBaseServiceRequest<TResponse>.AltEnum

Data format for response.

AndroidPublisherBaseServiceRequest<TResponse>.XgafvEnum

V1 error format.

EditsResource.ApksResource.UploadMediaUpload.AltEnum

Data format for response.

EditsResource.ApksResource.UploadMediaUpload.XgafvEnum

V1 error format.

EditsResource.BundlesResource.UploadMediaUpload.AltEnum

Data format for response.

EditsResource.BundlesResource.UploadMediaUpload.XgafvEnum

V1 error format.

EditsResource.DeobfuscationfilesResource.UploadMediaUpload.AltEnum

Data format for response.

EditsResource.DeobfuscationfilesResource.UploadMediaUpload.DeobfuscationFileTypeEnum

The type of the deobfuscation file.

EditsResource.DeobfuscationfilesResource.UploadMediaUpload.XgafvEnum

V1 error format.

EditsResource.DeobfuscationfilesResource.UploadRequest.DeobfuscationFileTypeEnum

The type of the deobfuscation file.

EditsResource.ExpansionfilesResource.GetRequest.ExpansionFileTypeEnum

The file type of the file configuration which is being read or modified.

EditsResource.ExpansionfilesResource.PatchRequest.ExpansionFileTypeEnum

The file type of the expansion file configuration which is being updated.

EditsResource.ExpansionfilesResource.UpdateRequest.ExpansionFileTypeEnum

The file type of the file configuration which is being read or modified.

EditsResource.ExpansionfilesResource.UploadMediaUpload.AltEnum

Data format for response.

EditsResource.ExpansionfilesResource.UploadMediaUpload.ExpansionFileTypeEnum

The file type of the expansion file configuration which is being updated.

EditsResource.ExpansionfilesResource.UploadMediaUpload.XgafvEnum

V1 error format.

EditsResource.ExpansionfilesResource.UploadRequest.ExpansionFileTypeEnum

The file type of the expansion file configuration which is being updated.

EditsResource.ImagesResource.DeleteallRequest.ImageTypeEnum

Type of the Image. Providing an image type that refers to no images is a no-op.

EditsResource.ImagesResource.DeleteRequest.ImageTypeEnum

Type of the Image.

EditsResource.ImagesResource.ListRequest.ImageTypeEnum

Type of the Image. Providing an image type that refers to no images will return an empty response.

EditsResource.ImagesResource.UploadMediaUpload.AltEnum

Data format for response.

EditsResource.ImagesResource.UploadMediaUpload.ImageTypeEnum

Type of the Image.

EditsResource.ImagesResource.UploadMediaUpload.XgafvEnum

V1 error format.

EditsResource.ImagesResource.UploadRequest.ImageTypeEnum

Type of the Image.

InternalappsharingartifactsResource.UploadapkMediaUpload.AltEnum

Data format for response.

InternalappsharingartifactsResource.UploadapkMediaUpload.XgafvEnum

V1 error format.

InternalappsharingartifactsResource.UploadbundleMediaUpload.AltEnum

Data format for response.

InternalappsharingartifactsResource.UploadbundleMediaUpload.XgafvEnum

V1 error format.

In This Article
Back to top