Module: Google::Cloud::ServiceHealth::V1::OrganizationEventView
- Defined in:
- proto_docs/google/cloud/servicehealth/v1/event_resources.rb
Overview
The organization event fields to include in ListOrganizationEvents API response. This enum lists all possible organization event views.
Constant Summary collapse
- ORGANIZATION_EVENT_VIEW_UNSPECIFIED =
Unspecified event view. Default to
ORGANIZATION_EVENT_VIEW_BASIC
. 0
- ORGANIZATION_EVENT_VIEW_BASIC =
Includes all organization event fields except
updates
. This view is the default for ListOrganizationEvents API. 1
- ORGANIZATION_EVENT_VIEW_FULL =
Includes all organization event fields.
2