public sealed class ListChannelPartnerLinksRequest : IPageRequest, IMessage<ListChannelPartnerLinksRequest>, IEquatable<ListChannelPartnerLinksRequest>, IDeepCloneable<ListChannelPartnerLinksRequest>, IBufferMessage, IMessageRequest message for [CloudChannelService.ListChannelPartnerLinks][google.cloud.channel.v1.CloudChannelService.ListChannelPartnerLinks]
Implements
IPageRequest, Google.Protobuf.IMessage<ListChannelPartnerLinksRequest>, IEquatable<ListChannelPartnerLinksRequest>, Google.Protobuf.IDeepCloneable<ListChannelPartnerLinksRequest>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessageNamespace
Google.Cloud.Channel.V1Assembly
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, values above 200 will be coerced to 200.
| Property Value | |
|---|---|
| Type | Description |
Int32 |
|
PageToken
public string PageToken { get; set; }Optional. A token identifying a page of results, if other than the first one. Typically obtained via [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. The parent takes 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 |
|