Reference documentation and code samples for the Cloud Channel V1 API class Google::Cloud::Channel::V1::Column.
The definition of a report column. Specifies the data properties in the corresponding position of the report rows.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#column_id
def column_id() -> ::String
Returns
- (::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.
#column_id=
def column_id=(value) -> ::String
Parameter
- value (::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.
Returns
- (::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.
#data_type
def data_type() -> ::Google::Cloud::Channel::V1::Column::DataType
Returns
- (::Google::Cloud::Channel::V1::Column::DataType) — The type of the values for this column.
#data_type=
def data_type=(value) -> ::Google::Cloud::Channel::V1::Column::DataType
Parameter
- value (::Google::Cloud::Channel::V1::Column::DataType) — The type of the values for this column.
Returns
- (::Google::Cloud::Channel::V1::Column::DataType) — The type of the values for this column.
#display_name
def display_name() -> ::String
Returns
- (::String) — The column's display name.
#display_name=
def display_name=(value) -> ::String
Parameter
- value (::String) — The column's display name.
Returns
- (::String) — The column's display name.