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