Skip to content

Commit 336e893

Browse files
committed
5.0.0
1 parent 3b9692c commit 336e893

32 files changed

Lines changed: 7238 additions & 914 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,28 @@
1+
##### 5.0.0 - 11 April 2016
2+
3+
###### Breaking changes
4+
- Removed `deploymentmanager` `v2beta1` API
5+
- Removed `deploymentmanager` `v2beta2` API
6+
7+
###### Backwards compatible changes
8+
- Added `analyticsreporting` `v4` API
9+
- Added `consumersurveys` `v2` API
10+
- Added `datastore` `v1beta3` API
11+
- Added `dfareporting` `v2.5beta1` API
12+
- Removed `apis/index.js`, now the apis are loaded dynamically by `lib/googleapis.js`
13+
114
##### 4.0.0 - 23 March 2016
215

3-
###### Breaking API changes
16+
###### Breaking changes
417
- `adexchangebuyer` `v1.4`: Renamed required param `private_auction_id` to `privateAuctionId`
518

6-
###### Backwards compatible API changes
19+
###### Backwards compatible changes
720
- Added `clouderrorreporting` `v1beta1` API
821
- `compute` `v1`: Added `resize` method
922

1023
##### 3.1.0 - 16 March 2016
1124

12-
###### Backwards compatible API changes
25+
###### Backwards compatible changes
1326
- Added `monitoring` `v3` API
1427

1528
###### Other
@@ -18,12 +31,12 @@
1831

1932
##### 3.0.0 - 14 March 2016
2033

21-
###### Breaking API changes
34+
###### Breaking changes
2235
- Removed `admin` `email_migration_v2` API
2336
- Removed `mapsengine` `exp2` API
2437
- Removed `mapsengine` `v1` API
2538

26-
###### Backwards compatible API changes
39+
###### Backwards compatible changes
2740
- Added `adexchangebuyer2` `v3beta1` API
2841
- Added `appengine` `v1beta5` API
2942
- Added `cloudbuild` `v1` API

apis/analyticsreporting/v4.js

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
/**
2+
* Copyright 2015 Google Inc. All Rights Reserved.
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
15+
*/
16+
17+
/* jshint maxlen: false */
18+
19+
'use strict';
20+
21+
var createAPIRequest = require('../../lib/apirequest');
22+
23+
/**
24+
* Analytics Reporting API V4
25+
*
26+
* @classdesc The Analytics Reporting API provides access to Analytics report data.
27+
* @namespace analyticsreporting
28+
* @version v4
29+
* @variation v4
30+
* @this Analyticsreporting
31+
* @param {object=} options Options for Analyticsreporting
32+
*/
33+
function Analyticsreporting(options) {
34+
35+
var self = this;
36+
this._options = options || {};
37+
38+
this.reports = {
39+
40+
/**
41+
* analyticsreporting.reports.batchGet
42+
*
43+
* @desc Returns the Analytics data.
44+
*
45+
* @alias analyticsreporting.reports.batchGet
46+
* @memberOf! analyticsreporting(v4)
47+
*
48+
* @param {object} params - Parameters for request
49+
* @param {object} params.resource - Request body data
50+
* @param {callback} callback - The callback that handles the response.
51+
* @return {object} Request object
52+
*/
53+
batchGet: function(params, callback) {
54+
var parameters = {
55+
options: {
56+
url: 'https://analyticsreporting.googleapis.com/v4/reports:batchGet',
57+
method: 'POST'
58+
},
59+
params: params,
60+
requiredParams: [],
61+
pathParams: [],
62+
context: self
63+
};
64+
65+
return createAPIRequest(parameters, callback);
66+
}
67+
68+
};
69+
}
70+
71+
/**
72+
* Exports Analyticsreporting object
73+
* @type Analyticsreporting
74+
*/
75+
module.exports = Analyticsreporting;

apis/clouderrorreporting/v1beta1.js

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ function Clouderrorreporting(options) {
7979
* @param {object} params - Parameters for request
8080
* @param {string=} params.timeRange.period - Restricts the query to the specified time range.
8181
* @param {string} params.projectName - The resource name of the Google Cloud Platform project. Required. Example: projects/my-project
82-
* @param {string=} params.serviceFilter.environment - The exact value to match against [`ServiceContext.environment`](/error-reporting/reference/rest/v1beta1/ServiceContext#FIELDS.environment).
8382
* @param {string=} params.serviceFilter.service - The exact value to match against [`ServiceContext.service`](/error-reporting/reference/rest/v1beta1/ServiceContext#FIELDS.service).
8483
* @param {string=} params.groupId - The group for which events shall be returned. Required.
8584
* @param {integer=} params.pageSize - The maximum number of results to return per response.
@@ -117,8 +116,7 @@ function Clouderrorreporting(options) {
117116
* @param {object} params - Parameters for request
118117
* @param {string=} params.alignment - The alignment of the timed counts to be returned. Default is `ALIGNMENT_EQUAL_AT_END`.
119118
* @param {string=} params.timeRange.period - Restricts the query to the specified time range.
120-
* @param {string} params.projectName - The [Google Cloud Platform project ID](https://support.google.com/cloud/answer/6158840). Required. Example: `my-project-123`.
121-
* @param {string=} params.serviceFilter.environment - The exact value to match against [`ServiceContext.environment`](/error-reporting/reference/rest/v1beta1/ServiceContext#FIELDS.environment).
119+
* @param {string} params.projectName - The resource name of the Google Cloud Platform project. Written as `projects/` plus the [Google Cloud Platform project ID](https://support.google.com/cloud/answer/6158840). Required. Example: `projects/my-project-123`.
122120
* @param {string=} params.order - The sort order in which the results are returned. Default is `COUNT_DESC`.
123121
* @param {string=} params.serviceFilter.service - The exact value to match against [`ServiceContext.service`](/error-reporting/reference/rest/v1beta1/ServiceContext#FIELDS.service).
124122
* @param {string=} params.groupId - List all `ErrorGroupStats` with these IDs. If not specified, all error group stats with a non-zero error count for the given selection criteria are returned.
@@ -157,7 +155,7 @@ function Clouderrorreporting(options) {
157155
* @memberOf! clouderrorreporting(v1beta1)
158156
*
159157
* @param {object} params - Parameters for request
160-
* @param {string} params.name - Group resource name. Example: projects/my-projectid/groups/my-groupid
158+
* @param {string} params.name - Group resource name. Example: `projects/my-project-123/groups/my-groupid`
161159
* @param {object} params.resource - Request body data
162160
* @param {callback} callback - The callback that handles the response.
163161
* @return {object} Request object
@@ -186,7 +184,7 @@ function Clouderrorreporting(options) {
186184
* @memberOf! clouderrorreporting(v1beta1)
187185
*
188186
* @param {object} params - Parameters for request
189-
* @param {string} params.groupName - Group resource name. Required. Example: projects/my-project/groups/my-group
187+
* @param {string} params.groupName - Group resource name. Required. Example: `projects/my-project-123/groups/my-group`
190188
* @param {callback} callback - The callback that handles the response.
191189
* @return {object} Request object
192190
*/

0 commit comments

Comments
 (0)