Skip to content

Commit 48b8504

Browse files
yoshi-automationminherz
authored andcommitted
feat!: renamed error reporting APi surface (#618)
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
1 parent a3ec977 commit 48b8504

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

errorreporting/pom.xml

+9
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,15 @@
3333
<module>snippets</module>
3434
</modules>
3535

36+
<profiles>
37+
<profile>
38+
<id>enable-samples</id>
39+
<modules>
40+
<module>sample</module>
41+
</modules>
42+
</profile>
43+
</profiles>
44+
3645
<build>
3746
<plugins>
3847
<plugin>

errorreporting/snippets/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<groupId>com.google.cloud</groupId>
4343
<artifactId>google-cloud-errorreporting</artifactId>
4444
</dependency>
45-
<!-- BEGIN_EXCLUDE -->
45+
<!-- START_EXCLUDE -->
4646
<dependency>
4747
<groupId>com.google.cloud</groupId>
4848
<artifactId>google-cloud-core</artifactId>

errorreporting/snippets/src/main/java/com/example/errorreporting/QuickStart.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
// [START error_reporting_setup_java]
2222

2323
import com.google.cloud.ServiceOptions;
24-
import com.google.cloud.errorreporting.v1beta1.ReportErrorsServiceClient;
2524
import com.google.devtools.clouderrorreporting.v1beta1.ErrorContext;
2625
import com.google.devtools.clouderrorreporting.v1beta1.ProjectName;
2726
import com.google.devtools.clouderrorreporting.v1beta1.ReportedErrorEvent;
27+
import com.google.devtools.clouderrorreporting.v1beta1.ReportErrorsServiceClient;
2828
import com.google.devtools.clouderrorreporting.v1beta1.SourceLocation;
2929

3030
/**

0 commit comments

Comments
 (0)