Skip to content

Commit

Permalink
feat!: renamed error reporting APi surface (#618)
Browse files Browse the repository at this point in the history
This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/44e237f6-ced6-446b-93ff-25c2986fba2f/targets

- [ ] To automatically regenerate this PR, check this box. (May take up to 24 hours.)

PiperOrigin-RevId: 388535346
Source-Link: googleapis/googleapis@d9eaf41
PiperOrigin-RevId: 388499329
Source-Link: googleapis/googleapis@bb0a090
PiperOrigin-RevId: 379784268
Source-Link: googleapis/googleapis@551681f
PiperOrigin-RevId: 378718217
Source-Link: googleapis/googleapis@08c4eeb
PiperOrigin-RevId: 378266372
Source-Link: googleapis/googleapis@9e31055
PiperOrigin-RevId: 377081269
Source-Link: googleapis/googleapis@a5f96d0
PiperOrigin-RevId: 362856902
Source-Link: googleapis/googleapis@1305ca4
PiperOrigin-RevId: 361377784
Source-Link: googleapis/googleapis@0e91521
PiperOrigin-RevId: 360805639
Source-Link: googleapis/googleapis@3befd26
PiperOrigin-RevId: 358516065
Source-Link: googleapis/googleapis@af8f71d
PiperOrigin-RevId: 357800868
Source-Link: googleapis/googleapis@e8bc447
PiperOrigin-RevId: 356540804
Source-Link: googleapis/googleapis@4f60776
PiperOrigin-RevId: 356341083
Source-Link: googleapis/googleapis@8d8c008
PiperOrigin-RevId: 356330876
Source-Link: googleapis/googleapis@c1e5970
PiperOrigin-RevId: 355832930
Source-Link: googleapis/googleapis@4085904
  • Loading branch information
yoshi-automation authored and minherz committed Nov 10, 2022
1 parent d7be408 commit 256046f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions errorreporting/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,15 @@
<module>snippets</module>
</modules>

<profiles>
<profile>
<id>enable-samples</id>
<modules>
<module>sample</module>
</modules>
</profile>
</profiles>

<build>
<plugins>
<plugin>
Expand Down
2 changes: 1 addition & 1 deletion errorreporting/snippets/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-errorreporting</artifactId>
</dependency>
<!-- BEGIN_EXCLUDE -->
<!-- START_EXCLUDE -->
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-core</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
// [START error_reporting_setup_java]

import com.google.cloud.ServiceOptions;
import com.google.cloud.errorreporting.v1beta1.ReportErrorsServiceClient;
import com.google.devtools.clouderrorreporting.v1beta1.ErrorContext;
import com.google.devtools.clouderrorreporting.v1beta1.ProjectName;
import com.google.devtools.clouderrorreporting.v1beta1.ReportedErrorEvent;
import com.google.devtools.clouderrorreporting.v1beta1.ReportErrorsServiceClient;
import com.google.devtools.clouderrorreporting.v1beta1.SourceLocation;

/**
Expand Down

0 comments on commit 256046f

Please sign in to comment.