Skip to content

Commit

Permalink
feat: Automated regeneration of CloudErrorReporting client (#11210)
Browse files Browse the repository at this point in the history
Auto-created at 2024-03-27 13:08:21 +0000 using the toys pull request generator.
  • Loading branch information
yoshi-code-bot authored Mar 27, 2024
1 parent 2e581ad commit 9ecf622
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ defmodule GoogleApi.CloudErrorReporting.V1beta1.Api.Projects do
end

@doc """
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] (https://cloud.google.com/error-reporting) is a global service built on Cloud Logging and doesn't analyze logs stored in regional log buckets.
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] (https://cloud.google.com/error-reporting) is a global service built on Cloud Logging and can analyze log entries when all of the following are true: * The log entries are stored in a log bucket in the `global` location. * Customer-managed encryption keys (CMEK) are disabled on the log bucket. * The log bucket satisfies one of the following: * The log bucket is stored in the same project where the logs originated. * The logs were routed to a project, and then that project stored those logs in a log bucket that it owns.
## Parameters
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ defmodule GoogleApi.CloudErrorReporting.V1beta1 do
API client metadata for GoogleApi.CloudErrorReporting.V1beta1.
"""

@discovery_revision "20240313"
@discovery_revision "20240322"

def discovery_revision(), do: @discovery_revision
end
2 changes: 1 addition & 1 deletion clients/cloud_error_reporting/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
defmodule GoogleApi.CloudErrorReporting.Mixfile do
use Mix.Project

@version "0.19.4"
@version "0.19.5"

def project() do
[
Expand Down

0 comments on commit 9ecf622

Please sign in to comment.