Enum Column.DataType (3.35.0)

public enum Column.DataType extends Enum<Column.DataType> implements ProtocolMessageEnum

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

Protobuf enum google.cloud.channel.v1.Column.DataType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
DATA_TYPE_UNSPECIFIED

Not used.

DATA_TYPE_UNSPECIFIED = 0;

DATA_TYPE_UNSPECIFIED_VALUE

Not used.

DATA_TYPE_UNSPECIFIED = 0;

DATE

ReportValues for this column will use date_value.

DATE = 5;

DATE_TIME

ReportValues for this column will use date_time_value.

DATE_TIME = 6;

DATE_TIME_VALUE

ReportValues for this column will use date_time_value.

DATE_TIME = 6;

DATE_VALUE

ReportValues for this column will use date_value.

DATE = 5;

DECIMAL

ReportValues for this column will use decimal_value.

DECIMAL = 3;

DECIMAL_VALUE

ReportValues for this column will use decimal_value.

DECIMAL = 3;

INT

ReportValues for this column will use int_value.

INT = 2;

INT_VALUE

ReportValues for this column will use int_value.

INT = 2;

MONEY

ReportValues for this column will use money_value.

MONEY = 4;

MONEY_VALUE

ReportValues for this column will use money_value.

MONEY = 4;

STRING

ReportValues for this column will use string_value.

STRING = 1;

STRING_VALUE

ReportValues for this column will use string_value.

STRING = 1;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()