You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apis/clouderrorreporting/v1beta1.js
+3-5Lines changed: 3 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,6 @@ function Clouderrorreporting(options) {
79
79
* @param {object} params - Parameters for request
80
80
* @param {string=} params.timeRange.period - Restricts the query to the specified time range.
81
81
* @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).
83
82
* @param {string=} params.serviceFilter.service - The exact value to match against [`ServiceContext.service`](/error-reporting/reference/rest/v1beta1/ServiceContext#FIELDS.service).
84
83
* @param {string=} params.groupId - The group for which events shall be returned. Required.
85
84
* @param {integer=} params.pageSize - The maximum number of results to return per response.
@@ -117,8 +116,7 @@ function Clouderrorreporting(options) {
117
116
* @param {object} params - Parameters for request
118
117
* @param {string=} params.alignment - The alignment of the timed counts to be returned. Default is `ALIGNMENT_EQUAL_AT_END`.
119
118
* @param {string=} params.timeRange.period - Restricts the query to the specified time range.
* @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`.
122
120
* @param {string=} params.order - The sort order in which the results are returned. Default is `COUNT_DESC`.
123
121
* @param {string=} params.serviceFilter.service - The exact value to match against [`ServiceContext.service`](/error-reporting/reference/rest/v1beta1/ServiceContext#FIELDS.service).
124
122
* @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) {
157
155
* @memberOf! clouderrorreporting(v1beta1)
158
156
*
159
157
* @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`
161
159
* @param {object} params.resource - Request body data
162
160
* @param {callback} callback - The callback that handles the response.
163
161
* @return {object} Request object
@@ -186,7 +184,7 @@ function Clouderrorreporting(options) {
0 commit comments