Reference documentation and code samples for the Cloud Channel V1 API class Google::Cloud::Channel::V1::FetchReportResultsResponse.
Response message for CloudChannelReportsService.FetchReportResults. Contains a tabular representation of the report results.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String
    Returns
    
  - (::String) — Pass this token to FetchReportResultsRequest.page_token to retrieve the next page of results.
#next_page_token=
def next_page_token=(value) -> ::String
    Parameter
    
  - value (::String) — Pass this token to FetchReportResultsRequest.page_token to retrieve the next page of results.
    Returns
    
  - (::String) — Pass this token to FetchReportResultsRequest.page_token to retrieve the next page of results.
#report_metadata
def report_metadata() -> ::Google::Cloud::Channel::V1::ReportResultsMetadata
    Returns
    
  - (::Google::Cloud::Channel::V1::ReportResultsMetadata) — The metadata for the report results (display name, columns, row count, and date ranges).
#report_metadata=
def report_metadata=(value) -> ::Google::Cloud::Channel::V1::ReportResultsMetadata
    Parameter
    
  - value (::Google::Cloud::Channel::V1::ReportResultsMetadata) — The metadata for the report results (display name, columns, row count, and date ranges).
    Returns
    
  - (::Google::Cloud::Channel::V1::ReportResultsMetadata) — The metadata for the report results (display name, columns, row count, and date ranges).
#rows
def rows() -> ::Array<::Google::Cloud::Channel::V1::Row>
    Returns
    
  - 
        (::Array<::Google::Cloud::Channel::V1::Row>) — The report's lists of values. Each row follows the settings and ordering
of the columns from report_metadata.
#rows=
def rows=(value) -> ::Array<::Google::Cloud::Channel::V1::Row>
    Parameter
    
  - 
        value (::Array<::Google::Cloud::Channel::V1::Row>) — The report's lists of values. Each row follows the settings and ordering
of the columns from report_metadata.
    Returns
    
- 
        (::Array<::Google::Cloud::Channel::V1::Row>) — The report's lists of values. Each row follows the settings and ordering
of the columns from report_metadata.