Class: Google::Cloud::ServiceHealth::V1::EventUpdate

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

Records an update made to the event.

Instance Attribute Summary collapse

Instance Attribute Details

#description::String (readonly)

Returns Output only. Free-form, human-readable description.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:



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.

Returns:

  • (::String)

    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