---
.repo-metadata.json | 2 +-
README.md | 18 +++++++++---------
.../com/example/errorreporting/QuickStart.java | 8 ++++----
3 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/.repo-metadata.json b/.repo-metadata.json
index cd7ee635..66663e96 100644
--- a/.repo-metadata.json
+++ b/.repo-metadata.json
@@ -1,6 +1,6 @@
{
"api_shortname": "clouderrorreporting",
- "name_pretty": "Cloud Error Reporting",
+ "name_pretty": "Error Reporting",
"product_documentation": "https://cloud.google.com/error-reporting",
"client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-errorreporting/latest/history",
"issue_tracker": "https://issuetracker.google.com/savedsearches/559780",
diff --git a/README.md b/README.md
index ad97df36..82417f3b 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
-# Google Cloud Error Reporting Client for Java
+# Google Error Reporting Client for Java
-Java idiomatic client for [Cloud Error Reporting][product-docs].
+Java idiomatic client for [Error Reporting][product-docs].
[![Maven][maven-version-image]][maven-version-link]
![Stability][stability-image]
@@ -93,13 +93,13 @@ See the [Authentication][authentication] section in the base directory's README.
## Authorization
-The client application making API calls must be granted [authorization scopes][auth-scopes] required for the desired Cloud Error Reporting APIs, and the authenticated principal must have the [IAM role(s)][predefined-iam-roles] required to access GCP resources using the Cloud Error Reporting API calls.
+The client application making API calls must be granted [authorization scopes][auth-scopes] required for the desired Error Reporting APIs, and the authenticated principal must have the [IAM role(s)][predefined-iam-roles] required to access GCP resources using the Error Reporting API calls.
## Getting Started
### Prerequisites
-You will need a [Google Cloud Platform Console][developer-console] project with the Cloud Error Reporting [API enabled][enable-api].
+You will need a [Google Cloud Platform Console][developer-console] project with the Error Reporting [API enabled][enable-api].
[Follow these instructions][create-project] to get your project set up. You will also need to set up the local development environment by
[installing the Google Cloud SDK][cloud-sdk] and running the following commands in command line:
@@ -110,13 +110,13 @@ You will need a [Google Cloud Platform Console][developer-console] project with
You'll need to obtain the `google-cloud-errorreporting` library. See the [Quickstart](#quickstart) section
to add `google-cloud-errorreporting` as a dependency in your code.
-## About Cloud Error Reporting
+## About Error Reporting
-[Cloud Error Reporting][product-docs] counts, analyzes, and aggregates the crashes in your running cloud services. A centralized error management interface displays the results with sorting and filtering capabilities. A dedicated view shows the error details: time chart, occurrences, affected user count, first- and last-seen dates and a cleaned exception stack trace. Opt in to receive email and mobile alerts on new errors.
+[Error Reporting][product-docs] counts, analyzes, and aggregates the crashes in your running cloud services. A centralized error management interface displays the results with sorting and filtering capabilities. A dedicated view shows the error details: time chart, occurrences, affected user count, first- and last-seen dates and a cleaned exception stack trace. Opt in to receive email and mobile alerts on new errors.
-See the [Cloud Error Reporting client library docs][javadocs] to learn how to
-use this Cloud Error Reporting Client Library.
+See the [Error Reporting client library docs][javadocs] to learn how to
+use this Error Reporting Client Library.
@@ -138,7 +138,7 @@ To get help, follow the instructions in the [shared Troubleshooting document][tr
## Transport
-Cloud Error Reporting uses gRPC for the transport layer.
+Error Reporting uses gRPC for the transport layer.
## Supported Java Versions
diff --git a/samples/snippets/src/main/java/com/example/errorreporting/QuickStart.java b/samples/snippets/src/main/java/com/example/errorreporting/QuickStart.java
index 819f564e..ae84e948 100644
--- a/samples/snippets/src/main/java/com/example/errorreporting/QuickStart.java
+++ b/samples/snippets/src/main/java/com/example/errorreporting/QuickStart.java
@@ -28,12 +28,12 @@
import com.google.devtools.clouderrorreporting.v1beta1.SourceLocation;
/**
- * Snippet demonstrates using the Cloud Error Reporting API to report a custom error event.
+ * Snippet demonstrates using the Error Reporting API to report a custom error event.
*
* This library is not required on App Engine, errors written to stderr are automatically written
- * to Cloud Error Reporting. It is also not required if you are writing logs to Cloud Logging.
- * Errors written to Cloud Logging that contain an exception or stack trace are automatically
- * written out to Cloud Error Reporting.
+ * to Error Reporting. It is also not required if you are writing logs to Cloud Logging. Errors
+ * written to Cloud Logging that contain an exception or stack trace are automatically written out
+ * to Error Reporting.
*/
public class QuickStart {
public static void main(String[] args) throws Exception {
From 0ca1d3fd2a4932608635b5ba537ed5f119590a4c Mon Sep 17 00:00:00 2001
From: WhiteSource Renovate
Date: Tue, 29 Mar 2022 19:02:26 +0200
Subject: [PATCH 4/7] build(deps): update dependency
com.google.cloud:google-cloud-shared-config to v1.3.2 (#838)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [com.google.cloud:google-cloud-shared-config](https://togithub.com/googleapis/java-shared-config) | `1.3.0` -> `1.3.2` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) |
---
### Release Notes
googleapis/java-shared-config
### [`v1.3.2`](https://togithub.com/googleapis/java-shared-config/blob/HEAD/CHANGELOG.md#132-httpsgithubcomgoogleapisjava-shared-configcomparev131v132-2022-03-28)
[Compare Source](https://togithub.com/googleapis/java-shared-config/compare/v1.3.1...v1.3.2)
### [`v1.3.1`](https://togithub.com/googleapis/java-shared-config/blob/HEAD/CHANGELOG.md#131-httpsgithubcomgoogleapisjava-shared-configcomparev130v131-2022-03-25)
[Compare Source](https://togithub.com/googleapis/java-shared-config/compare/v1.3.0...v1.3.1)
---
### Configuration
📅 **Schedule**: At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
â™» **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] If you want to rebase/retry this PR, click this checkbox.
---
This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-errorreporting).
---
google-cloud-errorreporting-bom/pom.xml | 2 +-
pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/google-cloud-errorreporting-bom/pom.xml b/google-cloud-errorreporting-bom/pom.xml
index 27cad8cd..3560af56 100644
--- a/google-cloud-errorreporting-bom/pom.xml
+++ b/google-cloud-errorreporting-bom/pom.xml
@@ -8,7 +8,7 @@
com.google.cloud
google-cloud-shared-config
- 1.3.0
+ 1.3.2
Google Cloud errorreporting BOM
diff --git a/pom.xml b/pom.xml
index 2ed3bde5..c3ebf771 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,7 +14,7 @@
com.google.cloud
google-cloud-shared-config
- 1.3.0
+ 1.3.2
From ecda8aaea0d7ffddf948c5c19e256812267adf75 Mon Sep 17 00:00:00 2001
From: WhiteSource Renovate
Date: Tue, 29 Mar 2022 19:42:16 +0200
Subject: [PATCH 5/7] deps: update dependency
com.google.cloud:google-cloud-core to v2.5.11 (#839)
---
samples/install-without-bom/pom.xml | 2 +-
samples/snapshot/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/samples/install-without-bom/pom.xml b/samples/install-without-bom/pom.xml
index 2101f986..53d6a4c9 100644
--- a/samples/install-without-bom/pom.xml
+++ b/samples/install-without-bom/pom.xml
@@ -36,7 +36,7 @@
com.google.cloud
google-cloud-core
- 2.5.10
+ 2.5.11
junit
diff --git a/samples/snapshot/pom.xml b/samples/snapshot/pom.xml
index 3cb16d2e..ae87be81 100644
--- a/samples/snapshot/pom.xml
+++ b/samples/snapshot/pom.xml
@@ -35,7 +35,7 @@
com.google.cloud
google-cloud-core
- 2.5.10
+ 2.5.11
junit
From 7f591179b59e3375e55005de88fa33054cc7fdcd Mon Sep 17 00:00:00 2001
From: WhiteSource Renovate
Date: Tue, 29 Mar 2022 19:42:35 +0200
Subject: [PATCH 6/7] deps: update dependency
com.google.cloud:google-cloud-shared-dependencies to v2.9.0 (#840)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index c3ebf771..aeddb1f7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -78,7 +78,7 @@
com.google.cloud
google-cloud-shared-dependencies
- 2.8.0
+ 2.9.0
pom
import
From ec4576a0662a3f1cc59e425e9a95684b5a7b6d04 Mon Sep 17 00:00:00 2001
From: "release-please[bot]"
<55107282+release-please[bot]@users.noreply.github.com>
Date: Tue, 29 Mar 2022 17:48:20 +0000
Subject: [PATCH 7/7] chore(main): release 0.122.22 (#841)
:robot: I have created a release *beep* *boop*
---
### [0.122.22](https://github.com/googleapis/java-errorreporting/compare/v0.122.21...v0.122.22) (2022-03-29)
### Dependencies
* update dependency com.google.cloud:google-cloud-core to v2.5.11 ([#839](https://github.com/googleapis/java-errorreporting/issues/839)) ([ecda8aa](https://github.com/googleapis/java-errorreporting/commit/ecda8aaea0d7ffddf948c5c19e256812267adf75))
* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.9.0 ([#840](https://github.com/googleapis/java-errorreporting/issues/840)) ([7f59117](https://github.com/googleapis/java-errorreporting/commit/7f591179b59e3375e55005de88fa33054cc7fdcd))
---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
---
CHANGELOG.md | 8 ++++++++
google-cloud-errorreporting-bom/pom.xml | 8 ++++----
google-cloud-errorreporting/pom.xml | 4 ++--
grpc-google-cloud-error-reporting-v1beta1/pom.xml | 4 ++--
pom.xml | 8 ++++----
proto-google-cloud-error-reporting-v1beta1/pom.xml | 4 ++--
samples/snapshot/pom.xml | 2 +-
versions.txt | 6 +++---
8 files changed, 26 insertions(+), 18 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 64f6d521..988a8849 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog
+### [0.122.22](https://github.com/googleapis/java-errorreporting/compare/v0.122.21...v0.122.22) (2022-03-29)
+
+
+### Dependencies
+
+* update dependency com.google.cloud:google-cloud-core to v2.5.11 ([#839](https://github.com/googleapis/java-errorreporting/issues/839)) ([ecda8aa](https://github.com/googleapis/java-errorreporting/commit/ecda8aaea0d7ffddf948c5c19e256812267adf75))
+* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.9.0 ([#840](https://github.com/googleapis/java-errorreporting/issues/840)) ([7f59117](https://github.com/googleapis/java-errorreporting/commit/7f591179b59e3375e55005de88fa33054cc7fdcd))
+
### [0.122.21](https://github.com/googleapis/java-errorreporting/compare/v0.122.20...v0.122.21) (2022-03-14)
diff --git a/google-cloud-errorreporting-bom/pom.xml b/google-cloud-errorreporting-bom/pom.xml
index 3560af56..28225f34 100644
--- a/google-cloud-errorreporting-bom/pom.xml
+++ b/google-cloud-errorreporting-bom/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.google.cloud
google-cloud-errorreporting-bom
- 0.122.22-beta-SNAPSHOT
+ 0.122.22-beta
pom
com.google.cloud
@@ -52,17 +52,17 @@
com.google.cloud
google-cloud-errorreporting
- 0.122.22-beta-SNAPSHOT
+ 0.122.22-beta
com.google.api.grpc
grpc-google-cloud-error-reporting-v1beta1
- 0.88.22-SNAPSHOT
+ 0.88.22
com.google.api.grpc
proto-google-cloud-error-reporting-v1beta1
- 0.88.22-SNAPSHOT
+ 0.88.22