Enum OrganizationEventView (0.9.0)

public enum OrganizationEventView extends Enum<OrganizationEventView> implements ProtocolMessageEnum

The organization event fields to include in ListOrganizationEvents API response. This enum lists all possible organization event views.

Protobuf enum google.cloud.servicehealth.v1.OrganizationEventView

Implements

ProtocolMessageEnum

Static Fields

Name Description
ORGANIZATION_EVENT_VIEW_BASIC

Includes all organization event fields except updates. This view is the default for ListOrganizationEvents API.

ORGANIZATION_EVENT_VIEW_BASIC = 1;

ORGANIZATION_EVENT_VIEW_BASIC_VALUE

Includes all organization event fields except updates. This view is the default for ListOrganizationEvents API.

ORGANIZATION_EVENT_VIEW_BASIC = 1;

ORGANIZATION_EVENT_VIEW_FULL

Includes all organization event fields.

ORGANIZATION_EVENT_VIEW_FULL = 2;

ORGANIZATION_EVENT_VIEW_FULL_VALUE

Includes all organization event fields.

ORGANIZATION_EVENT_VIEW_FULL = 2;

ORGANIZATION_EVENT_VIEW_UNSPECIFIED

Unspecified event view. Default to ORGANIZATION_EVENT_VIEW_BASIC.

ORGANIZATION_EVENT_VIEW_UNSPECIFIED = 0;

ORGANIZATION_EVENT_VIEW_UNSPECIFIED_VALUE

Unspecified event view. Default to ORGANIZATION_EVENT_VIEW_BASIC.

ORGANIZATION_EVENT_VIEW_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()