Cloud Channel V1 API - Class Google::Cloud::Channel::V1::ListChannelPartnerLinksRequest (v2.0.1)

Reference documentation and code samples for the Cloud Channel V1 API class Google::Cloud::Channel::V1::ListChannelPartnerLinksRequest.

Request message for CloudChannelService.ListChannelPartnerLinks

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#page_size

defpage_size()->::Integer
Returns
  • (::Integer) — Optional. Requested page size. Server might return fewer results than requested. If unspecified, server will pick a default size (25). The maximum value is 200; the server will coerce values above 200.

#page_size=

defpage_size=(value)->::Integer
Parameter
  • value (::Integer) — Optional. Requested page size. Server might return fewer results than requested. If unspecified, server will pick a default size (25). The maximum value is 200; the server will coerce values above 200.
Returns
  • (::Integer) — Optional. Requested page size. Server might return fewer results than requested. If unspecified, server will pick a default size (25). The maximum value is 200; the server will coerce values above 200.

#page_token

defpage_token()->::String
Returns

#page_token=

defpage_token=(value)->::String
Parameter
Returns

#parent

defparent()->::String
Returns
  • (::String) — Required. The resource name of the reseller account for listing channel partner links. Parent uses the format: accounts/{account_id}

#parent=

defparent=(value)->::String
Parameter
  • value (::String) — Required. The resource name of the reseller account for listing channel partner links. Parent uses the format: accounts/{account_id}
Returns
  • (::String) — Required. The resource name of the reseller account for listing channel partner links. Parent uses the format: accounts/{account_id}

#view

defview()->::Google::Cloud::Channel::V1::ChannelPartnerLinkView
Returns

#view=

defview=(value)->::Google::Cloud::Channel::V1::ChannelPartnerLinkView
Parameter
Returns

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.