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