Class: Google::Cloud::ServiceHealth::V1::EventImpact

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#location::Google::Cloud::ServiceHealth::V1::Location

Returns Location impacted by the event.

Returns:



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.

Returns:



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