File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
gapic-showcase-extended/proto
gapic-showcase/src/main/java/com/google/showcase/v1beta1 Expand file tree Collapse file tree 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;
2222option java_package = "com.google.showcase.v1beta1" ;
2323option java_multiple_files = true ;
2424
25+ // This service exercises scenarios where short names of types
26+ // exhibit ambiguity or collide with other types
2527service Collisions {
2628
2729 option (google.api.default_host ) = "localhost:7469" ;
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments