Skip to content

Commit

Permalink
docs(service_health-v1): Minor updates to reference documentation (#2…
Browse files Browse the repository at this point in the history
  • Loading branch information
gcf-owl-bot[bot] authored Jan 6, 2025
1 parent 47e145b commit bd86347
Showing 1 changed file with 10 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ class Asset
extend ::Google::Protobuf::MessageExts::ClassMethods
end

# Message for requesting list of events.
# Requests list of events.
# @!attribute [rw] parent
# @return [::String]
# Required. Parent value using the form
Expand Down Expand Up @@ -469,7 +469,7 @@ class ListEventsRequest
extend ::Google::Protobuf::MessageExts::ClassMethods
end

# Message for response to listing events.
# Response to request for listing events.
# @!attribute [r] events
# @return [::Array<::Google::Cloud::ServiceHealth::V1::Event>]
# Output only. List of events.
Expand All @@ -488,7 +488,7 @@ class ListEventsResponse
extend ::Google::Protobuf::MessageExts::ClassMethods
end

# Message for getting an event.
# Gets information about a specific event.
# @!attribute [rw] name
# @return [::String]
# Required. Unique name of the event in this scope including project
Expand All @@ -503,7 +503,7 @@ class GetEventRequest
extend ::Google::Protobuf::MessageExts::ClassMethods
end

# Message for requesting list of organization events.
# Requests list of events that affect an organization.
# @!attribute [rw] parent
# @return [::String]
# Required. Parent value using the form
Expand Down Expand Up @@ -558,7 +558,7 @@ class ListOrganizationEventsRequest
extend ::Google::Protobuf::MessageExts::ClassMethods
end

# Message for response to listing organization events.
# Response to request for listing organization events.
# @!attribute [r] organization_events
# @return [::Array<::Google::Cloud::ServiceHealth::V1::OrganizationEvent>]
# Output only. List of organization events affecting an organization.
Expand All @@ -577,7 +577,7 @@ class ListOrganizationEventsResponse
extend ::Google::Protobuf::MessageExts::ClassMethods
end

# Message for getting an organization event.
# Gets information about a specific event affecting an organization.
# @!attribute [rw] name
# @return [::String]
# Required. Unique name of the event in this scope including organization and
Expand All @@ -594,7 +594,7 @@ class GetOrganizationEventRequest
extend ::Google::Protobuf::MessageExts::ClassMethods
end

# Message for requesting list of organization impacts.
# Requests list of projects under an organization affected by an event.
# @!attribute [rw] parent
# @return [::String]
# Required. Parent value using the form
Expand Down Expand Up @@ -646,7 +646,8 @@ class ListOrganizationImpactsRequest
extend ::Google::Protobuf::MessageExts::ClassMethods
end

# Message for response to listing organization impacts.
# Response to request for listing projects under an organization affected by an
# event.
# @!attribute [r] organization_impacts
# @return [::Array<::Google::Cloud::ServiceHealth::V1::OrganizationImpact>]
# Output only. List of
Expand All @@ -667,7 +668,7 @@ class ListOrganizationImpactsResponse
extend ::Google::Protobuf::MessageExts::ClassMethods
end

# Message for getting an organization impact.
# Gets information about an event that affects a project under an organization.
# @!attribute [rw] name
# @return [::String]
# Required. Name of the resource using the form
Expand Down

0 comments on commit bd86347

Please sign in to comment.