Skip to content

Commit

Permalink
feat: [servicehealth] A new field id is added to message `.google.c…
Browse files Browse the repository at this point in the history
…loud.servicehealth.v1.Product` (#5843)

* feat: A new field `id` is added to message `.google.cloud.servicehealth.v1.Product`

PiperOrigin-RevId: 700448569

Source-Link: googleapis/googleapis@1e6bc36

Source-Link: googleapis/googleapis-gen@2966fab
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLXNlcnZpY2VoZWFsdGgvLk93bEJvdC55YW1sIiwiaCI6IjI5NjZmYWJkYmJmMTNhYzA4YjJhMGI1M2ViYTNjZTEzODI1YTE0MWIifQ==

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Dec 2, 2024
1 parent cafde61 commit 1a3f99f
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,9 @@ message Location {
message Product {
// Google Cloud product impacted by the event. Example: `"Google Cloud SQL"`
string product_name = 1;

// Unique identifier for the product.
string id = 2;
}

// Represents the Google Cloud products and locations impacted by the event.
Expand Down
6 changes: 6 additions & 0 deletions packages/google-cloud-servicehealth/protos/protos.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 25 additions & 1 deletion packages/google-cloud-servicehealth/protos/protos.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions packages/google-cloud-servicehealth/protos/protos.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1a3f99f

Please sign in to comment.