Reference documentation and code samples for the Google Cloud Service Health V1 Client class EventView.
The event fields to include in ListEvents API response. This enum lists all possible event views.
Protobuf type google.cloud.servicehealth.v1.EventView
Namespace
Google \ Cloud \ ServiceHealth \ V1Methods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
EVENT_VIEW_UNSPECIFIED
Value: 0
Unspecified event view. Default to EVENT_VIEW_BASIC
.
Generated from protobuf enum EVENT_VIEW_UNSPECIFIED = 0;
EVENT_VIEW_BASIC
Value: 1
Includes all fields except updates
. This view is the default for
ListEvents API.
Generated from protobuf enum EVENT_VIEW_BASIC = 1;
EVENT_VIEW_FULL
Value: 2
Includes all event fields.
Generated from protobuf enum EVENT_VIEW_FULL = 2;