Class: Google::Cloud::ServiceHealth::V1::GetOrganizationEventRequest

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 organization event.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. Unique name of the event in this scope including organization and event ID using the form organizations/{organization_id}/locations/locations/global/organizationEvents/{event_id}.

organization_id - ID (number) of the project that contains the event. To get your organization_id, see Getting your organization resource ID.
event_id - Organization event ID to retrieve.

Returns:

  • (::String)

    Required. Unique name of the event in this scope including organization and event ID using the form organizations/{organization_id}/locations/locations/global/organizationEvents/{event_id}.

    organization_id - ID (number) of the project that contains the event. To get your organization_id, see Getting your organization resource ID.
    event_id - Organization event ID to retrieve.



592
593
594
595
# File 'proto_docs/google/cloud/servicehealth/v1/event_resources.rb', line 592

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