Skip to content

Commit 1e6bc36

Browse files
Google APIscopybara-github
authored andcommitted
feat: A new field id is added to message .google.cloud.servicehealth.v1.Product
PiperOrigin-RevId: 700448569
1 parent 4deb95d commit 1e6bc36

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

google/cloud/servicehealth/v1/event_resources.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,9 @@ message Location {
387387
message Product {
388388
// Google Cloud product impacted by the event. Example: `"Google Cloud SQL"`
389389
string product_name = 1;
390+
391+
// Unique identifier for the product.
392+
string id = 2;
390393
}
391394

392395
// Represents the Google Cloud products and locations impacted by the event.

0 commit comments

Comments
 (0)