public interface ColumnOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
String |
The displayName. |
getDisplayNameBytes() (deprecated)
public abstract ByteString getDisplayNameBytes()The column's display name.
string display_name = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for displayName. |