From 8e0059dd9097257eb29fc770302c01fb24eb18f0 Mon Sep 17 00:00:00 2001
From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com>
Date: Fri, 20 Dec 2024 09:41:43 -0800
Subject: [PATCH] docs: update documentation for various messages (#7955)
PiperOrigin-RevId: 707746489
Source-Link: https://github.com/googleapis/googleapis/commit/09d410360ef6b9d92bda174d5b213a921546ee99
Source-Link: https://github.com/googleapis/googleapis-gen/commit/63936c204dd0e8ae326c37dfaffd9873b5635946
Copy-Tag: eyJwIjoiU2VydmljZUhlYWx0aC8uT3dsQm90LnlhbWwiLCJoIjoiNjM5MzZjMjA0ZGQwZThhZTMyNmMzN2RmYWZmZDk4NzNiNTYzNTk0NiJ9
---
ServiceHealth/src/V1/GetEventRequest.php | 2 +-
ServiceHealth/src/V1/GetOrganizationEventRequest.php | 2 +-
ServiceHealth/src/V1/GetOrganizationImpactRequest.php | 2 +-
ServiceHealth/src/V1/ListEventsRequest.php | 2 +-
ServiceHealth/src/V1/ListEventsResponse.php | 2 +-
ServiceHealth/src/V1/ListOrganizationEventsRequest.php | 2 +-
ServiceHealth/src/V1/ListOrganizationEventsResponse.php | 2 +-
ServiceHealth/src/V1/ListOrganizationImpactsRequest.php | 2 +-
ServiceHealth/src/V1/ListOrganizationImpactsResponse.php | 3 ++-
9 files changed, 10 insertions(+), 9 deletions(-)
diff --git a/ServiceHealth/src/V1/GetEventRequest.php b/ServiceHealth/src/V1/GetEventRequest.php
index 004760acc0e..ad4b0340679 100644
--- a/ServiceHealth/src/V1/GetEventRequest.php
+++ b/ServiceHealth/src/V1/GetEventRequest.php
@@ -9,7 +9,7 @@
use Google\Protobuf\Internal\GPBUtil;
/**
- * Message for getting an event.
+ * Gets information about a specific event.
*
* Generated from protobuf message google.cloud.servicehealth.v1.GetEventRequest
*/
diff --git a/ServiceHealth/src/V1/GetOrganizationEventRequest.php b/ServiceHealth/src/V1/GetOrganizationEventRequest.php
index a37764823dd..153cc3856df 100644
--- a/ServiceHealth/src/V1/GetOrganizationEventRequest.php
+++ b/ServiceHealth/src/V1/GetOrganizationEventRequest.php
@@ -9,7 +9,7 @@
use Google\Protobuf\Internal\GPBUtil;
/**
- * Message for getting an organization event.
+ * Gets information about a specific event affecting an organization.
*
* Generated from protobuf message google.cloud.servicehealth.v1.GetOrganizationEventRequest
*/
diff --git a/ServiceHealth/src/V1/GetOrganizationImpactRequest.php b/ServiceHealth/src/V1/GetOrganizationImpactRequest.php
index b59d14adad8..bda3b054602 100644
--- a/ServiceHealth/src/V1/GetOrganizationImpactRequest.php
+++ b/ServiceHealth/src/V1/GetOrganizationImpactRequest.php
@@ -9,7 +9,7 @@
use Google\Protobuf\Internal\GPBUtil;
/**
- * Message for getting an organization impact.
+ * Gets information about an event that affects a project under an organization.
*
* Generated from protobuf message google.cloud.servicehealth.v1.GetOrganizationImpactRequest
*/
diff --git a/ServiceHealth/src/V1/ListEventsRequest.php b/ServiceHealth/src/V1/ListEventsRequest.php
index e472c6fa7e9..74f9cdb89ba 100644
--- a/ServiceHealth/src/V1/ListEventsRequest.php
+++ b/ServiceHealth/src/V1/ListEventsRequest.php
@@ -9,7 +9,7 @@
use Google\Protobuf\Internal\GPBUtil;
/**
- * Message for requesting list of events.
+ * Requests list of events.
*
* Generated from protobuf message google.cloud.servicehealth.v1.ListEventsRequest
*/
diff --git a/ServiceHealth/src/V1/ListEventsResponse.php b/ServiceHealth/src/V1/ListEventsResponse.php
index 789e8058ce9..1a1f66ef88a 100644
--- a/ServiceHealth/src/V1/ListEventsResponse.php
+++ b/ServiceHealth/src/V1/ListEventsResponse.php
@@ -9,7 +9,7 @@
use Google\Protobuf\Internal\GPBUtil;
/**
- * Message for response to listing events.
+ * Response to request for listing events.
*
* Generated from protobuf message google.cloud.servicehealth.v1.ListEventsResponse
*/
diff --git a/ServiceHealth/src/V1/ListOrganizationEventsRequest.php b/ServiceHealth/src/V1/ListOrganizationEventsRequest.php
index 4030fc692bf..084a6059a37 100644
--- a/ServiceHealth/src/V1/ListOrganizationEventsRequest.php
+++ b/ServiceHealth/src/V1/ListOrganizationEventsRequest.php
@@ -9,7 +9,7 @@
use Google\Protobuf\Internal\GPBUtil;
/**
- * Message for requesting list of organization events.
+ * Requests list of events that affect an organization.
*
* Generated from protobuf message google.cloud.servicehealth.v1.ListOrganizationEventsRequest
*/
diff --git a/ServiceHealth/src/V1/ListOrganizationEventsResponse.php b/ServiceHealth/src/V1/ListOrganizationEventsResponse.php
index 59d09784b59..81b50e7246d 100644
--- a/ServiceHealth/src/V1/ListOrganizationEventsResponse.php
+++ b/ServiceHealth/src/V1/ListOrganizationEventsResponse.php
@@ -9,7 +9,7 @@
use Google\Protobuf\Internal\GPBUtil;
/**
- * Message for response to listing organization events.
+ * Response to request for listing organization events.
*
* Generated from protobuf message google.cloud.servicehealth.v1.ListOrganizationEventsResponse
*/
diff --git a/ServiceHealth/src/V1/ListOrganizationImpactsRequest.php b/ServiceHealth/src/V1/ListOrganizationImpactsRequest.php
index 17794a7c373..07bee44080c 100644
--- a/ServiceHealth/src/V1/ListOrganizationImpactsRequest.php
+++ b/ServiceHealth/src/V1/ListOrganizationImpactsRequest.php
@@ -9,7 +9,7 @@
use Google\Protobuf\Internal\GPBUtil;
/**
- * Message for requesting list of organization impacts.
+ * Requests list of projects under an organization affected by an event.
*
* Generated from protobuf message google.cloud.servicehealth.v1.ListOrganizationImpactsRequest
*/
diff --git a/ServiceHealth/src/V1/ListOrganizationImpactsResponse.php b/ServiceHealth/src/V1/ListOrganizationImpactsResponse.php
index d63cff8ba58..51d8ed1f7a3 100644
--- a/ServiceHealth/src/V1/ListOrganizationImpactsResponse.php
+++ b/ServiceHealth/src/V1/ListOrganizationImpactsResponse.php
@@ -9,7 +9,8 @@
use Google\Protobuf\Internal\GPBUtil;
/**
- * Message for response to listing organization impacts.
+ * Response to request for listing projects under an organization affected by an
+ * event.
*
* Generated from protobuf message google.cloud.servicehealth.v1.ListOrganizationImpactsResponse
*/