Reference documentation and code samples for the Cloud Channel V1 API class Google::Cloud::Channel::V1::ListReportsRequest.
Request message for CloudChannelReportsService.ListReports.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#language_code
def language_code() -> ::String
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".
#language_code=
def language_code=(value) -> ::String
Parameter
- value (::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".
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".
#page_size
def page_size() -> ::Integer
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.
#page_size=
def page_size=(value) -> ::Integer
Parameter
- value (::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.
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.
#page_token
def page_token() -> ::String
Returns
- (::String) — 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.
#page_token=
def page_token=(value) -> ::String
Parameter
- value (::String) — 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
- (::String) — 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.
#parent
def parent() -> ::String
Returns
- (::String) — Required. The resource name of the partner account to list available reports for. Parent uses the format: accounts/{account_id}
#parent=
def parent=(value) -> ::String
Parameter
- value (::String) — 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}