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: 0
Color unknown or not specified.
Generated from protobuf enum COLOR_UNSPECIFIED = 0;
PURPLE
Value: 1
Purple color.
Generated from protobuf enum PURPLE = 1;
BROWN
Value: 2
Brown color.
Generated from protobuf enum BROWN = 2;
BLUE
Value: 3
Blue color.
Generated from protobuf enum BLUE = 3;
GREEN
Value: 4
Green color.
Generated from protobuf enum GREEN = 4;
RED
Value: 5
Red color.
Generated from protobuf enum RED = 5;
CYAN
Value: 6
Cyan color.
Generated from protobuf enum CYAN = 6;
ORANGE
Value: 7
Orange color. (Only used for system-generated annotations)
Generated from protobuf enum ORANGE = 7;