Cloud Channel v1 API - Class ListChannelPartnerLinksRequest (2.11.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
NameDescription
otherListChannelPartnerLinksRequest

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
TypeDescription
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
TypeDescription
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
TypeDescription
string

View

public ChannelPartnerLinkView View { get; set; }

Optional. The level of granularity the ChannelPartnerLink will display.

Property Value
TypeDescription
ChannelPartnerLinkView