Skip to content

Commit aee2d1d

Browse files
chore(clouderrorreporting): update the api
#### clouderrorreporting:v1beta1 The following keys were changed: - resources.projects.resources.events.methods.report (Total Keys: 1) - resources.projects.resources.groupStats.methods.list.parameters.projectName (Total Keys: 1) - revision (Total Keys: 1) - schemas.ErrorGroup.properties.resolutionStatus (Total Keys: 1)
1 parent 0e739c1 commit aee2d1d

File tree

3 files changed

+769
-769
lines changed

3 files changed

+769
-769
lines changed

docs/dyn/clouderrorreporting_v1beta1.projects.events.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ <h2>Instance Methods</h2>
8585
<p class="firstline">Retrieves the next page of results.</p>
8686
<p class="toc_element">
8787
<code><a href="#report">report(projectName, body=None, x__xgafv=None)</a></code></p>
88-
<p class="firstline">Report an individual error event. This endpoint accepts **either** an OAuth token, **or** an [API key](https://support.google.com/cloud/answer/6158862) for authentication. To use an API key, append it to the URL as the value of a `key` parameter. For example: `POST https://clouderrorreporting.googleapis.com/v1beta1/{projectName}/events:report?key=123ABC456`</p>
88+
<p class="firstline">Report an individual error event and record the event to a log. This endpoint accepts **either** an OAuth token, **or** an [API key](https://support.google.com/cloud/answer/6158862) for authentication. To use an API key, append it to the URL as the value of a `key` parameter. For example: `POST https://clouderrorreporting.googleapis.com/v1beta1/{projectName}/events:report?key=123ABC456` **Note:** [Error Reporting](/error-reporting) is a global service built on Cloud Logging and doesn't analyze logs stored in regional log buckets or logs routed to other Google Cloud projects. For more information, see [Using Error Reporting with regionalized logs](/error-reporting/docs/regionalization).</p>
8989
<h3>Method Details</h3>
9090
<div class="method">
9191
<code class="details" id="close">close()</code>
@@ -175,7 +175,7 @@ <h3>Method Details</h3>
175175

176176
<div class="method">
177177
<code class="details" id="report">report(projectName, body=None, x__xgafv=None)</code>
178-
<pre>Report an individual error event. This endpoint accepts **either** an OAuth token, **or** an [API key](https://support.google.com/cloud/answer/6158862) for authentication. To use an API key, append it to the URL as the value of a `key` parameter. For example: `POST https://clouderrorreporting.googleapis.com/v1beta1/{projectName}/events:report?key=123ABC456`
178+
<pre>Report an individual error event and record the event to a log. This endpoint accepts **either** an OAuth token, **or** an [API key](https://support.google.com/cloud/answer/6158862) for authentication. To use an API key, append it to the URL as the value of a `key` parameter. For example: `POST https://clouderrorreporting.googleapis.com/v1beta1/{projectName}/events:report?key=123ABC456` **Note:** [Error Reporting](/error-reporting) is a global service built on Cloud Logging and doesn&#x27;t analyze logs stored in regional log buckets or logs routed to other Google Cloud projects. For more information, see [Using Error Reporting with regionalized logs](/error-reporting/docs/regionalization).
179179

180180
Args:
181181
projectName: string, Required. The resource name of the Google Cloud Platform project. Written as `projects/{projectId}`, where `{projectId}` is the [Google Cloud Platform project ID](https://support.google.com/cloud/answer/6158840). Example: // `projects/my-project-123`. (required)

docs/dyn/clouderrorreporting_v1beta1.projects.groupStats.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ <h3>Method Details</h3>
9494
<pre>Lists the specified groups.
9595

9696
Args:
97-
projectName: string, Required. The resource name of the Google Cloud Platform project. Written as `projects/{projectID}`, where `{projectID}` is the [Google Cloud Platform project ID](https://support.google.com/cloud/answer/6158840). Example: `projects/my-project-123`. (required)
97+
projectName: string, Required. The resource name of the Google Cloud Platform project. Written as `projects/{projectID}` or `projects/{projectNumber}`, where `{projectID}` and `{projectNumber}` can be found in the [Google Cloud Console](https://support.google.com/cloud/answer/6158840). Examples: `projects/my-project-123`, `projects/5551234`. (required)
9898
alignment: string, Optional. The alignment of the timed counts to be returned. Default is `ALIGNMENT_EQUAL_AT_END`.
9999
Allowed values
100100
ERROR_COUNT_ALIGNMENT_UNSPECIFIED - No alignment specified.

0 commit comments

Comments
 (0)