Class: Google::Cloud::ServiceHealth::V1::GetEventRequest

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

Message for getting an event.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. Unique name of the event in this scope including project and location using the form projects/{project_id}/locations/{location}/events/{event_id}.

project_id - Project ID of the project that contains the event.
location - The location to get the service health events from.
event_id - Event ID to retrieve.

Returns:

  • (::String)

    Required. Unique name of the event in this scope including project and location using the form projects/{project_id}/locations/{location}/events/{event_id}.

    project_id - Project ID of the project that contains the event.
    location - The location to get the service health events from.
    event_id - Event ID to retrieve.



501
502
503
504
# File 'proto_docs/google/cloud/servicehealth/v1/event_resources.rb', line 501

class GetEventRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end