Class: Google::Cloud::ServiceHealth::V1::Location
- Inherits:
-
Object
- Object
- Google::Cloud::ServiceHealth::V1::Location
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/servicehealth/v1/event_resources.rb
Overview
Represents the locations impacted by the event.
Instance Attribute Summary collapse
-
#location_name ⇒ ::String
Location impacted by the event.
Instance Attribute Details
#location_name ⇒ ::String
Returns Location impacted by the event. Example: "us-central1".
350 351 352 353 |
# File 'proto_docs/google/cloud/servicehealth/v1/event_resources.rb', line 350 class Location include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |