Enum OrganizationEvent.DetailedCategory (0.6.0)

public enum OrganizationEvent.DetailedCategory extends Enum<OrganizationEvent.DetailedCategory> implements ProtocolMessageEnum

The detailed category of an event. Contains all possible states for all event categories.

Protobuf enum google.cloud.servicehealth.v1.OrganizationEvent.DetailedCategory

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CONFIRMED_INCIDENT

Indicates an event with category INCIDENT has a confirmed impact to at least one Google Cloud product.

CONFIRMED_INCIDENT = 1;

CONFIRMED_INCIDENT_VALUE

Indicates an event with category INCIDENT has a confirmed impact to at least one Google Cloud product.

CONFIRMED_INCIDENT = 1;

DETAILED_CATEGORY_UNSPECIFIED

Unspecified detailed category.

DETAILED_CATEGORY_UNSPECIFIED = 0;

DETAILED_CATEGORY_UNSPECIFIED_VALUE

Unspecified detailed category.

DETAILED_CATEGORY_UNSPECIFIED = 0;

EMERGING_INCIDENT

Indicates an event with category INCIDENT is under investigation to determine if it has a confirmed impact on any Google Cloud products.

EMERGING_INCIDENT = 2;

EMERGING_INCIDENT_VALUE

Indicates an event with category INCIDENT is under investigation to determine if it has a confirmed impact on any Google Cloud products.

EMERGING_INCIDENT = 2;

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()