Reference documentation and code samples for the Cloud Channel V1 API class Google::Cloud::Channel::V1::FetchReportResultsRequest.
Request message for CloudChannelReportsService.FetchReportResults.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#page_size
def page_size() -> ::Integer
-
(::Integer) — Optional. Requested page size of the report. The server may return fewer
results than requested. If you don't specify a page size, the server uses a
sensible default (may change over time).
The maximum value is 30,000; the server will change larger values to 30,000.
#page_size=
def page_size=(value) -> ::Integer
-
value (::Integer) — Optional. Requested page size of the report. The server may return fewer
results than requested. If you don't specify a page size, the server uses a
sensible default (may change over time).
The maximum value is 30,000; the server will change larger values to 30,000.
-
(::Integer) — Optional. Requested page size of the report. The server may return fewer
results than requested. If you don't specify a page size, the server uses a
sensible default (may change over time).
The maximum value is 30,000; the server will change larger values to 30,000.
#page_token
def page_token() -> ::String
- (::String) — Optional. A token that specifies a page of results beyond the first page. Obtained through FetchReportResultsResponse.next_page_token of the previous CloudChannelReportsService.FetchReportResults call.
#page_token=
def page_token=(value) -> ::String
- value (::String) — Optional. A token that specifies a page of results beyond the first page. Obtained through FetchReportResultsResponse.next_page_token of the previous CloudChannelReportsService.FetchReportResults call.
- (::String) — Optional. A token that specifies a page of results beyond the first page. Obtained through FetchReportResultsResponse.next_page_token of the previous CloudChannelReportsService.FetchReportResults call.
#partition_keys
def partition_keys() -> ::Array<::String>
- (::Array<::String>) — Optional. List of keys specifying which report partitions to return. If empty, returns all partitions.
#partition_keys=
def partition_keys=(value) -> ::Array<::String>
- value (::Array<::String>) — Optional. List of keys specifying which report partitions to return. If empty, returns all partitions.
- (::Array<::String>) — Optional. List of keys specifying which report partitions to return. If empty, returns all partitions.
#report_job
def report_job() -> ::String
- (::String) — Required. The report job created by CloudChannelReportsService.RunReportJob. Report_job uses the format: accounts/{account_id}/reportJobs/{report_job_id}
#report_job=
def report_job=(value) -> ::String
- value (::String) — Required. The report job created by CloudChannelReportsService.RunReportJob. Report_job uses the format: accounts/{account_id}/reportJobs/{report_job_id}
- (::String) — Required. The report job created by CloudChannelReportsService.RunReportJob. Report_job uses the format: accounts/{account_id}/reportJobs/{report_job_id}