Skip to content

Commit 0686b31

Browse files
Google APIscopybara-github
authored andcommitted
fix!: add a dummy change 2 at the v1 for testing release messages with commit body
commit body 1 commit body 2 --- fix: add a dummy change 1 at the v1 for testing release messages without commit body --- chore!: add a dummy change 3 at the v1main for testing release messages without commit body --- build(lang)!: add a dummy change 2 at the v1main for testing release messages with commit body commit body1 commit body2 --- fix(lang)!: add a dummy change 1 at the v1main for testing release messages with commit body PiperOrigin-RevId: 401078164
1 parent ec7b6ee commit 0686b31

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

google/example/showcase/v1/compliance.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ option java_outer_classname = "ComplicanceProto";
2525
option java_package = "com.google.example.showcase.v1";
2626

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

google/example/showcase/v1/showcase_grpc_service_config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
{"service": "google.example.showcase.v1.Messaging"},
77
{"service": "google.example.showcase.v1.SequenceService"}
88
],
9-
"timeout": "5000s"
9+
"timeout": "500000s"
1010
},
1111
{
1212
"name": [

0 commit comments

Comments
 (0)