Reference documentation and code samples for the Google Cloud Channel V1 Client class DataType.
Available data types for columns. Corresponds to the fields in the
ReportValue oneof
field.
Protobuf type google.cloud.channel.v1.Column.DataType
Namespace
Google \ Cloud \ Channel \ V1 \ ColumnMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
DATA_TYPE_UNSPECIFIED
Value: 0
Not used.
Generated from protobuf enum DATA_TYPE_UNSPECIFIED = 0;
STRING
Value: 1
ReportValues for this column will use string_value.
Generated from protobuf enum STRING = 1;
INT
Value: 2
ReportValues for this column will use int_value.
Generated from protobuf enum INT = 2;
DECIMAL
Value: 3
ReportValues for this column will use decimal_value.
Generated from protobuf enum DECIMAL = 3;
MONEY
Value: 4
ReportValues for this column will use money_value.
Generated from protobuf enum MONEY = 4;
DATE
Value: 5
ReportValues for this column will use date_value.
Generated from protobuf enum DATE = 5;
DATE_TIME
Value: 6
ReportValues for this column will use date_time_value.
Generated from protobuf enum DATE_TIME = 6;