Reference documentation and code samples for the Google Analytics Admin V1alpha Client class Color.
Colors that may be used for this Reporting Data Annotation
Protobuf type google.analytics.admin.v1alpha.ReportingDataAnnotation.Color
Namespace
Google \ Analytics \ Admin \ V1alpha \ ReportingDataAnnotationMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
COLOR_UNSPECIFIED
Value: 0Color unknown or not specified.
Generated from protobuf enum COLOR_UNSPECIFIED = 0;
PURPLE
Value: 1Purple color.
Generated from protobuf enum PURPLE = 1;
BROWN
Value: 2Brown color.
Generated from protobuf enum BROWN = 2;
BLUE
Value: 3Blue color.
Generated from protobuf enum BLUE = 3;
GREEN
Value: 4Green color.
Generated from protobuf enum GREEN = 4;
RED
Value: 5Red color.
Generated from protobuf enum RED = 5;
CYAN
Value: 6Cyan color.
Generated from protobuf enum CYAN = 6;
ORANGE
Value: 7Orange color. (Only used for system-generated annotations)
Generated from protobuf enum ORANGE = 7;