Google Cloud Channel V1 Client - Class DataType (1.4.0)

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

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
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;