Skip to content

Commit

Permalink
Synchronize new proto/yaml changes.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 428863885
  • Loading branch information
Google APIs authored and Copybara-Service committed Feb 15, 2022
1 parent 298784c commit 86978fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion google/example/showcase/v1/compliance.proto
Expand Up @@ -25,7 +25,7 @@ option java_outer_classname = "ComplicanceProto";
option java_package = "com.google.example.showcase.v1";

// This service is used to test that GAPICs can transcode proto3 requests to
// REST format correctly for various types of HTTP annotations........
// REST format correctly for various types of HTTP annotations......
service Compliance {
option (google.api.default_host) = "showcase.googleapis.com";

Expand Down
4 changes: 2 additions & 2 deletions google/example/showcase/v1/showcase_grpc_service_config.json
Expand Up @@ -6,7 +6,7 @@
{"service": "google.example.showcase.v1.Messaging"},
{"service": "google.example.showcase.v1.SequenceService"}
],
"timeout": "50000000s"
"timeout": "500000s"
},
{
"name": [
Expand Down Expand Up @@ -61,7 +61,7 @@
"UNKNOWN"
]
},
"timeout": "100s"
"timeout": "10s"
},
{
"name": [
Expand Down

0 comments on commit 86978fd

Please sign in to comment.