Cloud Channel v1 API - Class ListChannelPartnerLinksRequest (2.14.0)

public sealed class ListChannelPartnerLinksRequest : IPageRequest, IMessage<ListChannelPartnerLinksRequest>, IEquatable<ListChannelPartnerLinksRequest>, IDeepCloneable<ListChannelPartnerLinksRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Channel v1 API class ListChannelPartnerLinksRequest.

Request message for [CloudChannelService.ListChannelPartnerLinks][google.cloud.channel.v1.CloudChannelService.ListChannelPartnerLinks]

Inheritance

object > ListChannelPartnerLinksRequest

Namespace

Google.Cloud.Channel.V1

Assembly

Google.Cloud.Channel.V1.dll

Constructors

ListChannelPartnerLinksRequest()

public ListChannelPartnerLinksRequest()

ListChannelPartnerLinksRequest(ListChannelPartnerLinksRequest)

public ListChannelPartnerLinksRequest(ListChannelPartnerLinksRequest other)
Parameter
Name Description
other ListChannelPartnerLinksRequest

Properties

PageSize

public int PageSize { get; set; }

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.

Property Value
Type Description
int

PageToken

public string PageToken { get; set; }

Optional. A token for a page of results other than the first page. Obtained using [ListChannelPartnerLinksResponse.next_page_token][google.cloud.channel.v1.ListChannelPartnerLinksResponse.next_page_token] of the previous [CloudChannelService.ListChannelPartnerLinks][google.cloud.channel.v1.CloudChannelService.ListChannelPartnerLinks] call.

Property Value
Type Description
string

Parent

public string Parent { get; set; }

Required. The resource name of the reseller account for listing channel partner links. Parent uses the format: accounts/{account_id}

Property Value
Type Description
string

View

public ChannelPartnerLinkView View { get; set; }

Optional. The level of granularity the ChannelPartnerLink will display.

Property Value
Type Description
ChannelPartnerLinkView

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年11月05日 UTC.