public interface ColumnOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getColumnId()
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;
| Type | Description |
| String | The columnId. |
getColumnIdBytes()
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;
| Type | Description |
| ByteString | The bytes for columnId. |
getDataType()
public abstract Column.DataType getDataType()The type of the values for this column.
.google.cloud.channel.v1.Column.DataType data_type = 3;
| Type | Description |
| Column.DataType | The dataType. |
getDataTypeValue()
public abstract int getDataTypeValue()The type of the values for this column.
.google.cloud.channel.v1.Column.DataType data_type = 3;
| Type | Description |
| int | The enum numeric value on the wire for dataType. |
getDisplayName()
public abstract String getDisplayName()The column's display name.
string display_name = 2;
| Type | Description |
| String | The displayName. |
getDisplayNameBytes()
public abstract ByteString getDisplayNameBytes()The column's display name.
string display_name = 2;
| Type | Description |
| ByteString | The bytes for displayName. |