Google Cloud Service Health V1 Client - Class EventView (0.1.0)

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 \ V1

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
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;