Interface ColumnOrBuilder (3.45.0)

public interface ColumnOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getColumnId() (deprecated)

public abstract String getColumnId()

The unique name of the column (for example, customer_domain, channel_partner, customer_cost). You can use column IDs in RunReportJobRequest.filter. To see all reports and their columns, call CloudChannelReportsService.ListReports.

string column_id = 1;

Returns
TypeDescription
String

The columnId.

getColumnIdBytes() (deprecated)

public abstract ByteString getColumnIdBytes()

The unique name of the column (for example, customer_domain, channel_partner, customer_cost). You can use column IDs in RunReportJobRequest.filter. To see all reports and their columns, call CloudChannelReportsService.ListReports.

string column_id = 1;

Returns
TypeDescription
ByteString

The bytes for columnId.

getDataType() (deprecated)

public abstract Column.DataType getDataType()

The type of the values for this column.

.google.cloud.channel.v1.Column.DataType data_type = 3;

Returns
TypeDescription
Column.DataType

The dataType.

getDataTypeValue() (deprecated)

public abstract int getDataTypeValue()

The type of the values for this column.

.google.cloud.channel.v1.Column.DataType data_type = 3;

Returns
TypeDescription
int

The enum numeric value on the wire for dataType.

getDisplayName() (deprecated)

public abstract String getDisplayName()

The column's display name.

string display_name = 2;

Returns
TypeDescription
String

The displayName.

getDisplayNameBytes() (deprecated)

public abstract ByteString getDisplayNameBytes()

The column's display name.

string display_name = 2;

Returns
TypeDescription
ByteString

The bytes for displayName.