Skip to content

Commit

Permalink
test: add service description to new test proto
Browse files Browse the repository at this point in the history
  • Loading branch information
emmileaf committed Jun 1, 2023
1 parent 30d8a0d commit b73d72a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 2 additions & 0 deletions showcase/gapic-showcase-extended/proto/collisions.proto
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ package google.showcase.v1beta1;
option java_package = "com.google.showcase.v1beta1";
option java_multiple_files = true;

// This service exercises scenarios where short names of types
// exhibit ambiguity or collide with other types
service Collisions {

option (google.api.default_host) = "localhost:7469";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,11 @@

// AUTO-GENERATED DOCUMENTATION AND CLASS.
/**
* This class provides the ability to make remote calls to the backing service through method calls
* that map to API methods. Sample code to get started:
* Service Description: This service exercises scenarios where short names of types exhibit
* ambiguity or collide with other types
*
* <p>This class provides the ability to make remote calls to the backing service through method
* calls that map to API methods. Sample code to get started:
*
* <pre>{@code
* // This snippet has been automatically generated and should be regarded as a code template only.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,9 @@
*
* <p>======================= CollisionsClient =======================
*
* <p>Service Description: This service exercises scenarios where short names of types exhibit
* ambiguity or collide with other types
*
* <p>Sample for CollisionsClient:
*
* <pre>{@code
Expand Down

0 comments on commit b73d72a

Please sign in to comment.