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: 401572983
pull/675/head
Google APIs 3 years ago committed by Copybara-Service
parent b21bb4593f
commit 528b83947b
  1. 2
      google/example/showcase/v1/compliance.proto
  2. 2
      google/example/showcase/v1/showcase_grpc_service_config.json

@ -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";

@ -6,7 +6,7 @@
{"service": "google.example.showcase.v1.Messaging"},
{"service": "google.example.showcase.v1.SequenceService"}
],
"timeout": "5000s"
"timeout": "500000s"
},
{
"name": [

Loading…
Cancel
Save