Reference documentation and code samples for the Google Cloud Channel V1 Client class Column.
The definition of a report column. Specifies the data properties in the corresponding position of the report rows.
Generated from protobuf message google.cloud.channel.v1.Column
Namespace
Google \ Cloud \ Channel \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ column_id
string
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 .
↳ display_name
string
The column's display name.
↳ data_type
int
The type of the values for this column.
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
setColumnId
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 .
var
string
$this
getDisplayName
The column's display name.
string
setDisplayName
The column's display name.
var
string
$this
getDataType
The type of the values for this column.
int
setDataType
The type of the values for this column.
var
int
$this