Class ReadReportRequest (0.2.0)

ReadReportRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for the ReadReport method.

Attributes

Name Description
name str
Required. The resource name of the report to query. Format: projects/{project}/locations/{location}/reports/{report_id}.
page_size int
Optional. The maximum number of rows to return. The service may return fewer than this value. If unspecified, at most 10,000 rows will be returned per page. The maximum allowed value is 25,000; values above 25,000 are coerced to 25,000.
page_token str
Optional. A page token, received from a previous ReadReport call, to retrieve the subsequent page of results. When page_token is specified, job_reference must also be provided from the previous response, and the statement field must not be set.