public sealed class ListEntitlementsRequest : IPageRequest, IMessage<ListEntitlementsRequest>, IEquatable<ListEntitlementsRequest>, IDeepCloneable<ListEntitlementsRequest>, IBufferMessage, IMessage
Request message for [CloudChannelService.ListEntitlements][google.cloud.channel.v1.CloudChannelService.ListEntitlements]
Implements
IPageRequest, Google.Protobuf.IMessage<ListEntitlementsRequest>, IEquatable<ListEntitlementsRequest>, Google.Protobuf.IDeepCloneable<ListEntitlementsRequest>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessageNamespace
Google.Cloud.Channel.V1Assembly
Google.Cloud.Channel.V1.dll
Constructors
ListEntitlementsRequest()
public ListEntitlementsRequest()
ListEntitlementsRequest(ListEntitlementsRequest)
public ListEntitlementsRequest(ListEntitlementsRequest other)
Parameter | |
---|---|
Name | Description |
other | ListEntitlementsRequest |
Properties
PageSize
public int PageSize { get; set; }
Optional. Requested page size. Server might return fewer results than requested. If unspecified, at most 50 entitlements will be returned. The maximum value is 100; values above 100 will be coerced to 100.
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 [ListEntitlementsResponse.next_page_token][google.cloud.channel.v1.ListEntitlementsResponse.next_page_token] of the previous [CloudChannelService.ListEntitlements][google.cloud.channel.v1.CloudChannelService.ListEntitlements] call.
Property Value | |
---|---|
Type | Description |
String |
Parent
public string Parent { get; set; }
Required. The resource name of the reseller's customer account for which to list entitlements. The parent takes the format: accounts/{account_id}/customers/{customer_id}
Property Value | |
---|---|
Type | Description |
String |
ParentAsCustomerName
public CustomerName ParentAsCustomerName { get; set; }
CustomerName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
CustomerName |