Enum EventView (0.9.0)

public enum EventView extends Enum<EventView> implements ProtocolMessageEnum

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

Protobuf enum google.cloud.servicehealth.v1.EventView

Implements

ProtocolMessageEnum

Static Fields

NameDescription
EVENT_VIEW_BASIC

Includes all fields except updates. This view is the default for ListEvents API.

EVENT_VIEW_BASIC = 1;

EVENT_VIEW_BASIC_VALUE

Includes all fields except updates. This view is the default for ListEvents API.

EVENT_VIEW_BASIC = 1;

EVENT_VIEW_FULL

Includes all event fields.

EVENT_VIEW_FULL = 2;

EVENT_VIEW_FULL_VALUE

Includes all event fields.

EVENT_VIEW_FULL = 2;

EVENT_VIEW_UNSPECIFIED

Unspecified event view. Default to EVENT_VIEW_BASIC.

EVENT_VIEW_UNSPECIFIED = 0;

EVENT_VIEW_UNSPECIFIED_VALUE

Unspecified event view. Default to EVENT_VIEW_BASIC.

EVENT_VIEW_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()