Skip to content

Commit

Permalink
docs: update documentation for various messages
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 707746489

Source-Link: googleapis/googleapis@09d4103

Source-Link: googleapis/googleapis-gen@63936c2
Copy-Tag: eyJwIjoiYXBpcy9Hb29nbGUuQ2xvdWQuU2VydmljZUhlYWx0aC5WMS8uT3dsQm90LnlhbWwiLCJoIjoiNjM5MzZjMjA0ZGQwZThhZTMyNmMzN2RmYWZmZDk4NzNiNTYzNTk0NiJ9
  • Loading branch information
gcf-owl-bot[bot] authored and amanda-tarafa committed Dec 19, 2024
1 parent eecbddc commit f906e6a
Showing 1 changed file with 10 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3627,7 +3627,7 @@ public void MergeFrom(pb::CodedInputStream input) {
}

/// <summary>
/// Message for requesting list of events.
/// Requests list of events.
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class ListEventsRequest : pb::IMessage<ListEventsRequest>
Expand Down Expand Up @@ -4012,7 +4012,7 @@ public void MergeFrom(pb::CodedInputStream input) {
}

/// <summary>
/// Message for response to listing events.
/// Response to request for listing events.
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class ListEventsResponse : pb::IMessage<ListEventsResponse>
Expand Down Expand Up @@ -4270,7 +4270,7 @@ public void MergeFrom(pb::CodedInputStream input) {
}

/// <summary>
/// Message for getting an event.
/// Gets information about a specific event.
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class GetEventRequest : pb::IMessage<GetEventRequest>
Expand Down Expand Up @@ -4472,7 +4472,7 @@ public void MergeFrom(pb::CodedInputStream input) {
}

/// <summary>
/// Message for requesting list of organization events.
/// Requests list of events that affect an organization.
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class ListOrganizationEventsRequest : pb::IMessage<ListOrganizationEventsRequest>
Expand Down Expand Up @@ -4862,7 +4862,7 @@ public void MergeFrom(pb::CodedInputStream input) {
}

/// <summary>
/// Message for response to listing organization events.
/// Response to request for listing organization events.
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class ListOrganizationEventsResponse : pb::IMessage<ListOrganizationEventsResponse>
Expand Down Expand Up @@ -5120,7 +5120,7 @@ public void MergeFrom(pb::CodedInputStream input) {
}

/// <summary>
/// Message for getting an organization event.
/// Gets information about a specific event affecting an organization.
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class GetOrganizationEventRequest : pb::IMessage<GetOrganizationEventRequest>
Expand Down Expand Up @@ -5324,7 +5324,7 @@ public void MergeFrom(pb::CodedInputStream input) {
}

/// <summary>
/// Message for requesting list of organization impacts.
/// Requests list of projects under an organization affected by an event.
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class ListOrganizationImpactsRequest : pb::IMessage<ListOrganizationImpactsRequest>
Expand Down Expand Up @@ -5674,7 +5674,8 @@ public void MergeFrom(pb::CodedInputStream input) {
}

/// <summary>
/// Message for response to listing organization impacts.
/// Response to request for listing projects under an organization affected by an
/// event.
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class ListOrganizationImpactsResponse : pb::IMessage<ListOrganizationImpactsResponse>
Expand Down Expand Up @@ -5934,7 +5935,7 @@ public void MergeFrom(pb::CodedInputStream input) {
}

/// <summary>
/// Message for getting an organization impact.
/// Gets information about an event that affects a project under an organization.
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class GetOrganizationImpactRequest : pb::IMessage<GetOrganizationImpactRequest>
Expand Down

0 comments on commit f906e6a

Please sign in to comment.