Google_Service_Chromewebstore
extends Google_Service
in package
Service definition for Chromewebstore (v1.1).
Lets you access to data about apps and extensions, as well as manage them.
For more information about this service, see the API Documentation
Tags
Table of Contents
- CHROMEWEBSTORE_READONLY = "https://www.googleapis.com/auth/chromewebstore.readonly"
- View your Chrome Web Store apps and extensions.
- $availableScopes : mixed
- $batchPath : mixed
- $inAppProducts : mixed
- $items : mixed
- $licenses : mixed
- $payments : mixed
- $resource : mixed
- $rootUrl : mixed
- $servicePath : mixed
- $version : mixed
- $client : mixed
- __construct() : mixed
- Constructs the internal representation of the Chromewebstore service.
- createBatch() : Google_Http_Batch
- Create a new HTTP Batch handler for this service
- getClient() : Google_Client
- Return the associated Google_Client class.
Constants
CHROMEWEBSTORE_READONLY
View your Chrome Web Store apps and extensions.
public
mixed
CHROMEWEBSTORE_READONLY
= "https://www.googleapis.com/auth/chromewebstore.readonly"
Properties
$availableScopes
public
mixed
$availableScopes
$batchPath
public
mixed
$batchPath
$inAppProducts
public
mixed
$inAppProducts
$items
public
mixed
$items
$licenses
public
mixed
$licenses
$payments
public
mixed
$payments
$resource
public
mixed
$resource
$rootUrl
public
mixed
$rootUrl
$servicePath
public
mixed
$servicePath
$version
public
mixed
$version
$client
private
mixed
$client
Methods
__construct()
Constructs the internal representation of the Chromewebstore service.
public
__construct(Google_Client $client) : mixed
Parameters
- $client : Google_Client
Return values
mixed —createBatch()
Create a new HTTP Batch handler for this service
public
createBatch() : Google_Http_Batch
Return values
Google_Http_Batch —getClient()
Return the associated Google_Client class.
public
getClient() : Google_Client