Skip to content

Commit

Permalink
12.0.0 (#607)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdobry authored Jul 21, 2016
1 parent 62a7c6c commit d1af41b
Show file tree
Hide file tree
Showing 31 changed files with 2,128 additions and 666 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
##### 12.0.0 - 21 July 2016

###### Breaking changes
- Removed `accounts.filterSets.getBidMetrics` from `adexchangebuyer2` `v2beta1` API
- Removed `accounts.filterSets.list` from `adexchangebuyer2` `v2beta1` API
- Removed `accounts.filterSets.get` from `adexchangebuyer2` `v2beta1` API
- Removed `accounts.filterSets.create` from `adexchangebuyer2` `v2beta1` API
- Removed `accounts.filterSets.getImpressionMetrics` from `adexchangebuyer2` `v2beta1` API
- Removed `accounts.filterSets.delete` from `adexchangebuyer2` `v2beta1` API
- Removed `accounts.filterSets.responsesWithoutBids.list` from `adexchangebuyer2` `v2beta1` API
- Removed `accounts.filterSets.responsesErrors.list` from `adexchangebuyer2` `v2beta1` API
- Removed `accounts.filterSets.losingBids.list` from `adexchangebuyer2` `v2beta1` API
- Removed `accounts.filterSets.filteredBids.list` from `adexchangebuyer2` `v2beta1` API
- Removed `accounts.filterSets.filteredBids.creatives.list` from `adexchangebuyer2` `v2beta1` API
- Removed `accounts.filterSets.filteredBids.creatives.details.list` from `adexchangebuyer2` `v2beta1` API
- Removed `accounts.filterSets.filteredBids.details.list` from `adexchangebuyer2` `v2beta1` API
- Removed `accounts.filterSets.filteredImpressions.list` from `adexchangebuyer2` `v2beta1` API
- Removed `accounts.filterSets.filteredRequests.list` from `adexchangebuyer2` `v2beta1` API

###### Backwards compatible changes
- Added `language` `v1beta1` API
- Added `speech` `v1beta1` API
- Added `apps.create` to `appengine` `v1beta4` API
- Added `apps.locations.list` to `appengine` `v1beta4` API
- Added `apps.locations.get` to `appengine` `v1beta4` API
- Added `apps.create` to `appengine` `v1beta5` API
- Added `apps.locations.list` to `appengine` `v1beta5` API
- Added `apps.locations.get` to `appengine` `v1beta5` API
- Added `projects.events.report` to `clouderrorreporting` `v1beta1` API
- Added `surveys.delete` to `consumersurveys` `v2` API
- Added `backupRuns.insert` to `sqladmin` `v1beta4` API

##### 11.0.0 - 11 July 2016

###### Breaking changes
Expand Down
473 changes: 0 additions & 473 deletions apis/adexchangebuyer2/v2beta1.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions apis/admin/directory_v1.js
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ function Admin(options) { // eslint-disable-line
/**
* directory.customers.get
*
* @desc Retrives a customer.
* @desc Retrieves a customer.
*
* @alias directory.customers.get
* @memberOf! admin(directory_v1)
Expand Down Expand Up @@ -535,7 +535,7 @@ function Admin(options) { // eslint-disable-line
/**
* directory.domains.get
*
* @desc Retrives a domain of the customer.
* @desc Retrieves a domain of the customer.
*
* @alias directory.domains.get
* @memberOf! admin(directory_v1)
Expand Down
12 changes: 6 additions & 6 deletions apis/androidenterprise/v1.js
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@ function Androidenterprise(options) { // eslint-disable-line
* @memberOf! androidenterprise(v1)
*
* @param {object} params Parameters for request
* @param {string} params.enterpriseId
* @param {string} params.enterpriseId The ID of the enterprise.
* @param {string=} params.keyType The type of credential to return with the service account. Required.
* @param {callback} callback The callback that handles the response.
* @return {object} Request object
Expand All @@ -701,7 +701,7 @@ function Androidenterprise(options) { // eslint-disable-line
/**
* androidenterprise.enterprises.getStoreLayout
*
* @desc Returns the store layout resource.
* @desc Returns the store layout resource for the enterprise. If store layout has not been set, or if store layout has no homepage set, returns a NOT_FOUND error.
*
* @alias androidenterprise.enterprises.getStoreLayout
* @memberOf! androidenterprise(v1)
Expand Down Expand Up @@ -2220,7 +2220,7 @@ function Androidenterprise(options) { // eslint-disable-line
/**
* androidenterprise.users.insert
*
* @desc Creates a new EMM-managed user. The required details of the user are passed in the Users resource in the body of the request. Specifically, the accountIdentifier, accountType, and displayName fields must be provided.
* @desc Inserts a new resource into this collection.
*
* @alias androidenterprise.users.insert
* @memberOf! androidenterprise(v1)
Expand Down Expand Up @@ -2249,7 +2249,7 @@ function Androidenterprise(options) { // eslint-disable-line
/**
* androidenterprise.users.list
*
* @desc Looks up a user by their primary email address. This is only supported for Google-managed users. Lookup of the id is not needed for EMM-managed users because the id is already returned in the result of the Users.insert call.
* @desc Looks up a user by primary email address. This is only supported for Google-managed users. Lookup of the id is not needed for EMM-managed users because the id is already returned in the result of the Users.insert call.
*
* @alias androidenterprise.users.list
* @memberOf! androidenterprise(v1)
Expand Down Expand Up @@ -2278,7 +2278,7 @@ function Androidenterprise(options) { // eslint-disable-line
/**
* androidenterprise.users.patch
*
* @desc Updates the details of an EMM-managed user. This only works with EMM-managed users. Pass the new details in Users resource in the request body. Only the displayName field can be changed. Other fields must either be unset or have the currently active value. This method supports patch semantics.
* @desc Updates the details of an EMM-managed user. Can be used with EMM-managed users only (not Google managed users). Pass the new details in the Users resource in the request body. Only the displayName field can be changed. Other fields must either be unset or have the currently active value. This method supports patch semantics.
*
* @alias androidenterprise.users.patch
* @memberOf! androidenterprise(v1)
Expand Down Expand Up @@ -2367,7 +2367,7 @@ function Androidenterprise(options) { // eslint-disable-line
/**
* androidenterprise.users.update
*
* @desc Updates the details of an EMM-managed user. This only works with EMM-managed users. Pass the new details in Users resource in the request body. Only the displayName field can be changed. Other fields must either be unset or have the currently active value.
* @desc Updates the details of an EMM-managed user. Can be used with EMM-managed users only (not Google managed users). Pass the new details in the Users resource in the request body. Only the displayName field can be changed. Other fields must either be unset or have the currently active value.
*
* @alias androidenterprise.users.update
* @memberOf! androidenterprise(v1)
Expand Down
91 changes: 91 additions & 0 deletions apis/appengine/v1beta4.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,34 @@ function Appengine(options) { // eslint-disable-line

self.apps = {

/**
* appengine.apps.create
*
* @desc Creates an App Engine application for a Google Cloud Platform project. This requires a project that excludes an App Engine application. For details about creating a project without an application, see the [Google Cloud Resource Manager create project topic](https://cloud.google.com/resource-manager/docs/creating-project).
*
* @alias appengine.apps.create
* @memberOf! appengine(v1beta4)
*
* @param {object} params Parameters for request
* @param {object} params.resource Request body data
* @param {callback} callback The callback that handles the response.
* @return {object} Request object
*/
create: function (params, callback) {
var parameters = {
options: {
url: 'https://appengine.googleapis.com/v1beta4/apps',
method: 'POST'
},
params: params,
requiredParams: [],
pathParams: [],
context: self
};

return createAPIRequest(parameters, callback);
},

/**
* appengine.apps.get
*
Expand Down Expand Up @@ -539,6 +567,69 @@ function Appengine(options) { // eslint-disable-line
context: self
};

return createAPIRequest(parameters, callback);
}
},

locations: {

/**
* appengine.apps.locations.list
*
* @desc Lists information about the supported locations for this service.
*
* @alias appengine.apps.locations.list
* @memberOf! appengine(v1beta4)
*
* @param {object} params Parameters for request
* @param {string} params.appsId Part of `name`. The resource that owns the locations collection, if applicable.
* @param {string=} params.filter The standard list filter.
* @param {integer=} params.pageSize The standard list page size.
* @param {string=} params.pageToken The standard list page token.
* @param {callback} callback The callback that handles the response.
* @return {object} Request object
*/
list: function (params, callback) {
var parameters = {
options: {
url: 'https://appengine.googleapis.com/v1beta4/apps/{appsId}/locations',
method: 'GET'
},
params: params,
requiredParams: ['appsId'],
pathParams: ['appsId'],
context: self
};

return createAPIRequest(parameters, callback);
},

/**
* appengine.apps.locations.get
*
* @desc Get information about a location.
*
* @alias appengine.apps.locations.get
* @memberOf! appengine(v1beta4)
*
* @param {object} params Parameters for request
* @param {string} params.appsId Part of `name`. Resource name for the location.
* @param {string} params.locationsId Part of `name`. See documentation of `appsId`.
* @param {callback} callback The callback that handles the response.
* @return {object} Request object
*/
get: function (params, callback) {
var parameters = {
options: {
url: 'https://appengine.googleapis.com/v1beta4/apps/{appsId}/locations/{locationsId}',
method: 'GET'
},
params: params,
requiredParams: ['appsId', 'locationsId'],
pathParams: ['appsId', 'locationsId'],
context: self
};

return createAPIRequest(parameters, callback);
}
}
Expand Down
91 changes: 91 additions & 0 deletions apis/appengine/v1beta5.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,34 @@ function Appengine(options) { // eslint-disable-line

self.apps = {

/**
* appengine.apps.create
*
* @desc Creates an App Engine application for a Google Cloud Platform project. This requires a project that excludes an App Engine application. For details about creating a project without an application, see the [Google Cloud Resource Manager create project topic](https://cloud.google.com/resource-manager/docs/creating-project).
*
* @alias appengine.apps.create
* @memberOf! appengine(v1beta5)
*
* @param {object} params Parameters for request
* @param {object} params.resource Request body data
* @param {callback} callback The callback that handles the response.
* @return {object} Request object
*/
create: function (params, callback) {
var parameters = {
options: {
url: 'https://appengine.googleapis.com/v1beta5/apps',
method: 'POST'
},
params: params,
requiredParams: [],
pathParams: [],
context: self
};

return createAPIRequest(parameters, callback);
},

/**
* appengine.apps.get
*
Expand Down Expand Up @@ -541,6 +569,69 @@ function Appengine(options) { // eslint-disable-line
}
}
}
},

locations: {

/**
* appengine.apps.locations.list
*
* @desc Lists information about the supported locations for this service.
*
* @alias appengine.apps.locations.list
* @memberOf! appengine(v1beta5)
*
* @param {object} params Parameters for request
* @param {string} params.appsId Part of `name`. The resource that owns the locations collection, if applicable.
* @param {string=} params.filter The standard list filter.
* @param {integer=} params.pageSize The standard list page size.
* @param {string=} params.pageToken The standard list page token.
* @param {callback} callback The callback that handles the response.
* @return {object} Request object
*/
list: function (params, callback) {
var parameters = {
options: {
url: 'https://appengine.googleapis.com/v1beta5/apps/{appsId}/locations',
method: 'GET'
},
params: params,
requiredParams: ['appsId'],
pathParams: ['appsId'],
context: self
};

return createAPIRequest(parameters, callback);
},

/**
* appengine.apps.locations.get
*
* @desc Get information about a location.
*
* @alias appengine.apps.locations.get
* @memberOf! appengine(v1beta5)
*
* @param {object} params Parameters for request
* @param {string} params.appsId Part of `name`. Resource name for the location.
* @param {string} params.locationsId Part of `name`. See documentation of `appsId`.
* @param {callback} callback The callback that handles the response.
* @return {object} Request object
*/
get: function (params, callback) {
var parameters = {
options: {
url: 'https://appengine.googleapis.com/v1beta5/apps/{appsId}/locations/{locationsId}',
method: 'GET'
},
params: params,
requiredParams: ['appsId', 'locationsId'],
pathParams: ['appsId', 'locationsId'],
context: self
};

return createAPIRequest(parameters, callback);
}
}
};
}
Expand Down
Loading

0 comments on commit d1af41b

Please sign in to comment.