Cloud Channel V1 API - Module Google::Cloud::Channel::V1::Column::DataType (v0.24.0)

Reference documentation and code samples for the Cloud Channel V1 API module Google::Cloud::Channel::V1::Column::DataType.

Available data types for columns. Corresponds to the fields in the ReportValue oneof field.

Constants

DATA_TYPE_UNSPECIFIED

value: 0
Not used.

STRING

value: 1
ReportValues for this column will use string_value.

INT

value: 2
ReportValues for this column will use int_value.

DECIMAL

value: 3
ReportValues for this column will use decimal_value.

MONEY

value: 4
ReportValues for this column will use money_value.

DATE

value: 5
ReportValues for this column will use date_value.

DATE_TIME

value: 6
ReportValues for this column will use date_time_value.