diff --git a/clients/cloud_error_reporting/lib/google_api/cloud_error_reporting/v1beta1/api/projects.ex b/clients/cloud_error_reporting/lib/google_api/cloud_error_reporting/v1beta1/api/projects.ex index b511575f1a..6862131752 100644 --- a/clients/cloud_error_reporting/lib/google_api/cloud_error_reporting/v1beta1/api/projects.ex +++ b/clients/cloud_error_reporting/lib/google_api/cloud_error_reporting/v1beta1/api/projects.ex @@ -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 diff --git a/clients/cloud_error_reporting/lib/google_api/cloud_error_reporting/v1beta1/metadata.ex b/clients/cloud_error_reporting/lib/google_api/cloud_error_reporting/v1beta1/metadata.ex index e2f94d333c..00878ed0aa 100644 --- a/clients/cloud_error_reporting/lib/google_api/cloud_error_reporting/v1beta1/metadata.ex +++ b/clients/cloud_error_reporting/lib/google_api/cloud_error_reporting/v1beta1/metadata.ex @@ -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 diff --git a/clients/cloud_error_reporting/mix.exs b/clients/cloud_error_reporting/mix.exs index decdbd6bd1..94cb77a8c3 100644 --- a/clients/cloud_error_reporting/mix.exs +++ b/clients/cloud_error_reporting/mix.exs @@ -18,7 +18,7 @@ defmodule GoogleApi.CloudErrorReporting.Mixfile do use Mix.Project - @version "0.19.4" + @version "0.19.5" def project() do [