We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3ef31e commit ec7b6eeCopy full SHA for ec7b6ee
2 files changed
google/example/showcase/v1/compliance.proto
@@ -25,7 +25,7 @@ option java_outer_classname = "ComplicanceProto";
25
option java_package = "com.google.example.showcase.v1";
26
27
// This service is used to test that GAPICs can transcode proto3 requests to
28
-// REST format correctly for various types of HTTP annotations......
+// REST format correctly for various types of HTTP annotations...
29
service Compliance {
30
option (google.api.default_host) = "showcase.googleapis.com";
31
google/example/showcase/v1/showcase_grpc_service_config.json
@@ -6,7 +6,7 @@
6
{"service": "google.example.showcase.v1.Messaging"},
7
{"service": "google.example.showcase.v1.SequenceService"}
8
],
9
- "timeout": "500000s"
+ "timeout": "5000s"
10
},
11
{
12
"name": [
0 commit comments