Service Health V1 API - Class Google::Cloud::ServiceHealth::V1::OrganizationEvent (v0.2.0)

Reference documentation and code samples for the Service Health V1 API class Google::Cloud::ServiceHealth::V1::OrganizationEvent.

Represents service health events that may affect Google Cloud products used across the organization. It is a read-only view and does not allow any modifications.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#category

def category() -> ::Google::Cloud::ServiceHealth::V1::OrganizationEvent::EventCategory
Returns

#description

def description() -> ::String
Returns
  • (::String) — Output only. Free-form, human-readable description.

#detailed_category

def detailed_category() -> ::Google::Cloud::ServiceHealth::V1::OrganizationEvent::DetailedCategory
Returns

#detailed_state

def detailed_state() -> ::Google::Cloud::ServiceHealth::V1::OrganizationEvent::DetailedState
Returns

#end_time

def end_time() -> ::Google::Protobuf::Timestamp
Returns

#event_impacts

def event_impacts() -> ::Array<::Google::Cloud::ServiceHealth::V1::EventImpact>
Returns

#name

def name() -> ::String
Returns
  • (::String) — Output only. Identifier. Name of the event. Unique name of the event in this scope including organization ID and location using the form organizations/{organization_id}/locations/{location}/organizationEvents/{event_id}.

    organization_id - see Getting your organization resource ID.
    location - The location to get the service health events from.
    event_id - Organization event ID to retrieve.

#next_update_time

def next_update_time() -> ::Google::Protobuf::Timestamp
Returns

#parent_event

def parent_event() -> ::String
Returns
  • (::String) — Output only. When detailed_state=MERGED, parent_event contains the name of the parent event. All further updates will be published to the parent event.

#start_time

def start_time() -> ::Google::Protobuf::Timestamp
Returns

#state

def state() -> ::Google::Cloud::ServiceHealth::V1::OrganizationEvent::State
Returns

#title

def title() -> ::String
Returns
  • (::String) — Output only. Brief description for the event.

#update_time

def update_time() -> ::Google::Protobuf::Timestamp
Returns

#updates

def updates() -> ::Array<::Google::Cloud::ServiceHealth::V1::EventUpdate>
Returns