Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
##### 11.0.0 - 11 July 2016

###### Breaking changes
- Removed `appengine` `v1` API

###### Backwards compatible changes
- Added `apps.modules.versions.instances.delete` to `appengine` `v1beta4` API
- Added `apps.modules.versions.instances.get` to `appengine` `v1beta4` API
- Added `apps.modules.versions.instances.debug` to `appengine` `v1beta4` API
- Added `apps.modules.versions.instances.delete` to `appengine` `v1beta5` API
- Added `apps.modules.versions.instances.get` to `appengine` `v1beta5` API
- Added `apps.modules.versions.instances.debug` to `appengine` `v1beta5` API
- Added `routers.preview` to `compute` `beta` API

##### 10.0.0 - 06 July 2016

###### Breaking changes
Expand Down
2 changes: 1 addition & 1 deletion apis/admin/reports_v1.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ var createAPIRequest = require('../../lib/apirequest');
/**
* Admin Reports API
*
* Allows the administrators of Google Apps customers to fetch reports about the usage, collaboration, security and risk for their users.
* Fetches reports for the administrators of Google Apps customers about the usage, collaboration, security, and risk for their users.
*
* @example
* var google = require('googleapis');
Expand Down
4 changes: 2 additions & 2 deletions apis/androidenterprise/v1.js
Original file line number Diff line number Diff line change
Expand Up @@ -1525,7 +1525,7 @@ function Androidenterprise(options) { // eslint-disable-line
/**
* androidenterprise.products.list
*
* @desc Finds approved products that match a query.
* @desc Finds approved products that match a query, or all approved products if there is no query.
*
* @alias androidenterprise.products.list
* @memberOf! androidenterprise(v1)
Expand All @@ -1535,7 +1535,7 @@ function Androidenterprise(options) { // eslint-disable-line
* @param {string} params.enterpriseId The ID of the enterprise.
* @param {string=} params.language The BCP47 tag for the user's preferred language (e.g. "en-US", "de"). Results are returned in the language best matching the preferred language.
* @param {integer=} params.maxResults Specifies the maximum number of products that can be returned per request. If not specified, uses a default value of 100, which is also the maximum retrievable within a single response.
* @param {string=} params.query The search query as typed in the Google Play Store search box. If omitted, all approved apps will be returned (using the pagination parameters).
* @param {string=} params.query The search query as typed in the Google Play Store search box. If omitted, all approved apps will be returned (using the pagination parameters), including apps that are not available in the store (e.g. unpublished apps).
* @param {string=} params.token A pagination token is contained in a request’s response when there are more products. The token can be used in a subsequent request to obtain more products, and so forth. This parameter cannot be used in the initial request.
* @param {callback} callback The callback that handles the response.
* @return {object} Request object
Expand Down
Loading