Class: Google::Cloud::ServiceHealth::V1::EventImpact
- Inherits:
-
Object
- Object
- Google::Cloud::ServiceHealth::V1::EventImpact
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/servicehealth/v1/event_resources.rb
Overview
Represents the Google Cloud products and locations impacted by the event.
Instance Attribute Summary collapse
-
#location ⇒ ::Google::Cloud::ServiceHealth::V1::Location
Location impacted by the event.
-
#product ⇒ ::Google::Cloud::ServiceHealth::V1::Product
Google Cloud product impacted by the event.
Instance Attribute Details
#location ⇒ ::Google::Cloud::ServiceHealth::V1::Location
Returns Location impacted by the event.
374 375 376 377 |
# File 'proto_docs/google/cloud/servicehealth/v1/event_resources.rb', line 374 class EventImpact include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#product ⇒ ::Google::Cloud::ServiceHealth::V1::Product
Returns Google Cloud product impacted by the event.
374 375 376 377 |
# File 'proto_docs/google/cloud/servicehealth/v1/event_resources.rb', line 374 class EventImpact include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |