Enum ReportingDataAnnotation.Color (0.72.0)

public enum ReportingDataAnnotation.Color extends Enum<ReportingDataAnnotation.Color> implements ProtocolMessageEnum

Colors that may be used for this Reporting Data Annotation

Protobuf enum google.analytics.admin.v1alpha.ReportingDataAnnotation.Color

Implements

ProtocolMessageEnum

Static Fields

Name Description
BLUE

Blue color.

BLUE = 3;

BLUE_VALUE

Blue color.

BLUE = 3;

BROWN

Brown color.

BROWN = 2;

BROWN_VALUE

Brown color.

BROWN = 2;

COLOR_UNSPECIFIED

Color unknown or not specified.

COLOR_UNSPECIFIED = 0;

COLOR_UNSPECIFIED_VALUE

Color unknown or not specified.

COLOR_UNSPECIFIED = 0;

CYAN

Cyan color.

CYAN = 6;

CYAN_VALUE

Cyan color.

CYAN = 6;

GREEN

Green color.

GREEN = 4;

GREEN_VALUE

Green color.

GREEN = 4;

ORANGE

Orange color. (Only used for system-generated annotations)

ORANGE = 7;

ORANGE_VALUE

Orange color. (Only used for system-generated annotations)

ORANGE = 7;

PURPLE

Purple color.

PURPLE = 1;

PURPLE_VALUE

Purple color.

PURPLE = 1;

RED

Red color.

RED = 5;

RED_VALUE

Red color.

RED = 5;

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