Class: Google::Cloud::Channel::V1::ListReportsRequest Deprecated
- Inherits:
-
Object
- Object
- Google::Cloud::Channel::V1::ListReportsRequest
- 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.ListReports.
Instance Attribute Summary collapse
-
#language_code ⇒ ::String
Optional.
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#language_code ⇒ ::String
Returns Optional. The BCP-47 language code, such as "en-US". If specified, the response is localized to the corresponding language code if the original data sources support it. Default is "en-US".
160 161 162 163 |
# File 'proto_docs/google/cloud/channel/v1/reports_service.rb', line 160 class ListReportsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns Optional. Requested page size of the report. The server might return fewer results than requested. If unspecified, returns 20 reports. The maximum value is 100.
160 161 162 163 |
# File 'proto_docs/google/cloud/channel/v1/reports_service.rb', line 160 class ListReportsRequest 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 ListReportsResponse.next_page_token of the previous CloudChannelReportsService.ListReports call.
160 161 162 163 |
# File 'proto_docs/google/cloud/channel/v1/reports_service.rb', line 160 class ListReportsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The resource name of the partner account to list available reports for. Parent uses the format: accounts/{account_id}.
160 161 162 163 |
# File 'proto_docs/google/cloud/channel/v1/reports_service.rb', line 160 class ListReportsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |