Skip to content

Commit

Permalink
feat: Automated regeneration of CloudErrorReporting client (#11150)
Browse files Browse the repository at this point in the history
Auto-created at 2024-03-18 13:14:50 +0000 using the toys pull request generator.
  • Loading branch information
yoshi-code-bot authored Mar 18, 2024
1 parent 459341e commit 75deaa1
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 or logs routed to other Google Cloud projects.
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.
## 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 "20240221"
@discovery_revision "20240313"

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.3"
@version "0.19.4"

def project() do
[
Expand Down

0 comments on commit 75deaa1

Please sign in to comment.