Class ListChannelPartnerLinksRequest (1.0.0)

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

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

Inheritance

Object > ListChannelPartnerLinksRequest

Implements

IPageRequest, Google.Protobuf.IMessage<ListChannelPartnerLinksRequest>, IEquatable<ListChannelPartnerLinksRequest>, Google.Protobuf.IDeepCloneable<ListChannelPartnerLinksRequest>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage

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, values above 200 will be coerced to 200.

Property Value
TypeDescription
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
TypeDescription
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
TypeDescription
String

View

public ChannelPartnerLinkView View { get; set; }

Optional. The level of granularity the ChannelPartnerLink will display.

Property Value
TypeDescription
ChannelPartnerLinkView