Module: Google::Cloud::Channel::V1::Column::DataType

Defined in:
proto_docs/google/cloud/channel/v1/reports_service.rb

Overview

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

Constant Summary collapse

DATA_TYPE_UNSPECIFIED =

Not used.

0
STRING =

ReportValues for this column will use string_value.

1
INT =

ReportValues for this column will use int_value.

2
DECIMAL =

ReportValues for this column will use decimal_value.

3
MONEY =

ReportValues for this column will use money_value.

4
DATE =

ReportValues for this column will use date_value.

5
DATE_TIME =

ReportValues for this column will use date_time_value.

6