File tree 3 files changed +10
-2
lines changed
gapic-showcase/src/main/java/com/google/showcase/v1beta1
gapic-showcase-extended/proto
3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ package google.showcase.v1beta1;
22
22
option java_package = "com.google.showcase.v1beta1" ;
23
23
option java_multiple_files = true ;
24
24
25
+ // This service exercises scenarios where short names of types
26
+ // exhibit ambiguity or collide with other types
25
27
service Collisions {
26
28
27
29
option (google.api.default_host ) = "localhost:7469" ;
Original file line number Diff line number Diff line change 43
43
44
44
// AUTO-GENERATED DOCUMENTATION AND CLASS.
45
45
/**
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:
48
51
*
49
52
* <pre>{@code
50
53
* // This snippet has been automatically generated and should be regarded as a code template only.
Original file line number Diff line number Diff line change 158
158
*
159
159
* <p>======================= CollisionsClient =======================
160
160
*
161
+ * <p>Service Description: This service exercises scenarios where short names of types exhibit
162
+ * ambiguity or collide with other types
163
+ *
161
164
* <p>Sample for CollisionsClient:
162
165
*
163
166
* <pre>{@code
You can’t perform that action at this time.
0 commit comments