Class: Google::Cloud::Channel::V1::ListReportsRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/channel/v1/reports_service.rb

Overview

Instance Attribute Summary collapse

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".

Returns:

  • (::String)

    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".



155
156
157
158
# File 'proto_docs/google/cloud/channel/v1/reports_service.rb', line 155

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.

Returns:

  • (::Integer)

    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.



155
156
157
158
# File 'proto_docs/google/cloud/channel/v1/reports_service.rb', line 155

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.

Returns:



155
156
157
158
# File 'proto_docs/google/cloud/channel/v1/reports_service.rb', line 155

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}.

Returns:

  • (::String)

    Required. The resource name of the partner account to list available reports for. Parent uses the format: accounts/{account_id}



155
156
157
158
# File 'proto_docs/google/cloud/channel/v1/reports_service.rb', line 155

class ListReportsRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end