Class: Google::Cloud::Channel::V1::FetchReportResultsRequest Deprecated
- Inherits:
-
Object
- Object
- Google::Cloud::Channel::V1::FetchReportResultsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/channel/v1/reports_service.rb
Overview
This message is deprecated and may be removed in the next major version update.
Request message for CloudChannelReportsService.FetchReportResults.
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#partition_keys ⇒ ::Array<::String>
Optional.
-
#report_job ⇒ ::String
Required.
Instance Attribute Details
#page_size ⇒ ::Integer
Returns 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.
107 108 109 110 |
# File 'proto_docs/google/cloud/channel/v1/reports_service.rb', line 107 class FetchReportResultsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns 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.
107 108 109 110 |
# File 'proto_docs/google/cloud/channel/v1/reports_service.rb', line 107 class FetchReportResultsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#partition_keys ⇒ ::Array<::String>
Returns Optional. List of keys specifying which report partitions to return. If empty, returns all partitions.
107 108 109 110 |
# File 'proto_docs/google/cloud/channel/v1/reports_service.rb', line 107 class FetchReportResultsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#report_job ⇒ ::String
Returns Required. The report job created by CloudChannelReportsService.RunReportJob. Report_job uses the format: accounts/{account_id}/reportJobs/{report_job_id}.
107 108 109 110 |
# File 'proto_docs/google/cloud/channel/v1/reports_service.rb', line 107 class FetchReportResultsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |