Class: Google::Cloud::ServiceHealth::V1::EventUpdate
- Inherits:
-
Object
- Object
- Google::Cloud::ServiceHealth::V1::EventUpdate
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/servicehealth/v1/event_resources.rb
Overview
Records an update made to the event.
Instance Attribute Summary collapse
-
#description ⇒ ::String
readonly
Output only.
-
#symptom ⇒ ::String
readonly
Output only.
-
#title ⇒ ::String
readonly
Output only.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#workaround ⇒ ::String
readonly
Output only.
Instance Attribute Details
#description ⇒ ::String (readonly)
Returns Output only. Free-form, human-readable description.
341 342 343 344 |
# File 'proto_docs/google/cloud/servicehealth/v1/event_resources.rb', line 341 class EventUpdate include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#symptom ⇒ ::String (readonly)
Returns Output only. Symptoms of the event, if available.
341 342 343 344 |
# File 'proto_docs/google/cloud/servicehealth/v1/event_resources.rb', line 341 class EventUpdate include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#title ⇒ ::String (readonly)
Returns Output only. Brief title for the event.
341 342 343 344 |
# File 'proto_docs/google/cloud/servicehealth/v1/event_resources.rb', line 341 class EventUpdate include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The time the update was posted.
341 342 343 344 |
# File 'proto_docs/google/cloud/servicehealth/v1/event_resources.rb', line 341 class EventUpdate include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#workaround ⇒ ::String (readonly)
Returns Output only. Workaround steps to remediate the event impact, if available.
341 342 343 344 |
# File 'proto_docs/google/cloud/servicehealth/v1/event_resources.rb', line 341 class EventUpdate include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |