Skip to content

Commit b73d72a

Browse files
committed
test: add service description to new test proto
1 parent 30d8a0d commit b73d72a

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

showcase/gapic-showcase-extended/proto/collisions.proto

+2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ package google.showcase.v1beta1;
2222
option java_package = "com.google.showcase.v1beta1";
2323
option java_multiple_files = true;
2424

25+
// This service exercises scenarios where short names of types
26+
// exhibit ambiguity or collide with other types
2527
service Collisions {
2628

2729
option (google.api.default_host) = "localhost:7469";

showcase/gapic-showcase/src/main/java/com/google/showcase/v1beta1/CollisionsClient.java

+5-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,11 @@
4343

4444
// AUTO-GENERATED DOCUMENTATION AND CLASS.
4545
/**
46-
* This class provides the ability to make remote calls to the backing service through method calls
47-
* that map to API methods. Sample code to get started:
46+
* Service Description: This service exercises scenarios where short names of types exhibit
47+
* ambiguity or collide with other types
48+
*
49+
* <p>This class provides the ability to make remote calls to the backing service through method
50+
* calls that map to API methods. Sample code to get started:
4851
*
4952
* <pre>{@code
5053
* // This snippet has been automatically generated and should be regarded as a code template only.

showcase/gapic-showcase/src/main/java/com/google/showcase/v1beta1/package-info.java

+3
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,9 @@
158158
*
159159
* <p>======================= CollisionsClient =======================
160160
*
161+
* <p>Service Description: This service exercises scenarios where short names of types exhibit
162+
* ambiguity or collide with other types
163+
*
161164
* <p>Sample for CollisionsClient:
162165
*
163166
* <pre>{@code

0 commit comments

Comments
 (0)