Reference documentation and code samples for the Google Cloud Channel V1 Client class ReportResultsMetadata.
The features describing the data. Returned by CloudChannelReportsService.RunReportJob and CloudChannelReportsService.FetchReportResults .
Generated from protobuf message google.cloud.channel.v1.ReportResultsMetadata
Namespace
Google \ Cloud \ Channel \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ report
↳ row_count
int|string
The total number of rows of data in the final report.
↳ date_range
↳ preceding_date_range
Google\Cloud\Channel\V1\DateRange
The usage dates immediately preceding date_range
with the same duration. Use this to calculate trending usage and costs. This is only populated if you request trending data. For example, if date_range
is July 1-15, preceding_date_range
will be June 16-30.
getReport
Details of the completed report.
hasReport
clearReport
setReport
Details of the completed report.
$this
getRowCount
The total number of rows of data in the final report.
int|string
setRowCount
The total number of rows of data in the final report.
var
int|string
$this
getDateRange
The date range of reported usage.
hasDateRange
clearDateRange
setDateRange
The date range of reported usage.
$this
getPrecedingDateRange
The usage dates immediately preceding date_range
with the same duration.
Use this to calculate trending usage and costs. This is only populated if
you request trending data.
For example, if date_range
is July 1-15, preceding_date_range
will be
June 16-30.
hasPrecedingDateRange
clearPrecedingDateRange
setPrecedingDateRange
The usage dates immediately preceding date_range
with the same duration.
Use this to calculate trending usage and costs. This is only populated if
you request trending data.
For example, if date_range
is July 1-15, preceding_date_range
will be
June 16-30.
$this