diff --git a/apis/Google.Cloud.ServiceHealth.V1/Google.Cloud.ServiceHealth.V1/EventResources.g.cs b/apis/Google.Cloud.ServiceHealth.V1/Google.Cloud.ServiceHealth.V1/EventResources.g.cs
index f2112e1aec51..a5ddab9da2a0 100644
--- a/apis/Google.Cloud.ServiceHealth.V1/Google.Cloud.ServiceHealth.V1/EventResources.g.cs
+++ b/apis/Google.Cloud.ServiceHealth.V1/Google.Cloud.ServiceHealth.V1/EventResources.g.cs
@@ -3627,7 +3627,7 @@ public void MergeFrom(pb::CodedInputStream input) {
}
///
- /// Message for requesting list of events.
+ /// Requests list of events.
///
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class ListEventsRequest : pb::IMessage
@@ -4012,7 +4012,7 @@ public void MergeFrom(pb::CodedInputStream input) {
}
///
- /// Message for response to listing events.
+ /// Response to request for listing events.
///
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class ListEventsResponse : pb::IMessage
@@ -4270,7 +4270,7 @@ public void MergeFrom(pb::CodedInputStream input) {
}
///
- /// Message for getting an event.
+ /// Gets information about a specific event.
///
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class GetEventRequest : pb::IMessage
@@ -4472,7 +4472,7 @@ public void MergeFrom(pb::CodedInputStream input) {
}
///
- /// Message for requesting list of organization events.
+ /// Requests list of events that affect an organization.
///
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class ListOrganizationEventsRequest : pb::IMessage
@@ -4862,7 +4862,7 @@ public void MergeFrom(pb::CodedInputStream input) {
}
///
- /// Message for response to listing organization events.
+ /// Response to request for listing organization events.
///
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class ListOrganizationEventsResponse : pb::IMessage
@@ -5120,7 +5120,7 @@ public void MergeFrom(pb::CodedInputStream input) {
}
///
- /// Message for getting an organization event.
+ /// Gets information about a specific event affecting an organization.
///
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class GetOrganizationEventRequest : pb::IMessage
@@ -5324,7 +5324,7 @@ public void MergeFrom(pb::CodedInputStream input) {
}
///
- /// Message for requesting list of organization impacts.
+ /// Requests list of projects under an organization affected by an event.
///
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class ListOrganizationImpactsRequest : pb::IMessage
@@ -5674,7 +5674,8 @@ public void MergeFrom(pb::CodedInputStream input) {
}
///
- /// Message for response to listing organization impacts.
+ /// Response to request for listing projects under an organization affected by an
+ /// event.
///
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class ListOrganizationImpactsResponse : pb::IMessage
@@ -5934,7 +5935,7 @@ public void MergeFrom(pb::CodedInputStream input) {
}
///
- /// Message for getting an organization impact.
+ /// Gets information about an event that affects a project under an organization.
///
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class GetOrganizationImpactRequest : pb::IMessage