public sealed class ListTransferableOffersRequest : IPageRequest, IMessage<ListTransferableOffersRequest>, IEquatable<ListTransferableOffersRequest>, IDeepCloneable<ListTransferableOffersRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Channel v1 API class ListTransferableOffersRequest.
Request message for [CloudChannelService.ListTransferableOffers][google.cloud.channel.v1.CloudChannelService.ListTransferableOffers]
Implements
IPageRequest, IMessageListTransferableOffersRequest, IEquatableListTransferableOffersRequest, IDeepCloneableListTransferableOffersRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Channel.V1Assembly
Google.Cloud.Channel.V1.dll
Constructors
ListTransferableOffersRequest()
public ListTransferableOffersRequest()
ListTransferableOffersRequest(ListTransferableOffersRequest)
public ListTransferableOffersRequest(ListTransferableOffersRequest other)
Parameter | |
---|---|
Name | Description |
other | ListTransferableOffersRequest |
Properties
CloudIdentityId
public string CloudIdentityId { get; set; }
Customer's Cloud Identity ID
Property Value | |
---|---|
Type | Description |
string |
CustomerName
public string CustomerName { get; set; }
A reseller should create a customer and use the resource name of that customer here.
Property Value | |
---|---|
Type | Description |
string |
LanguageCode
public string LanguageCode { get; set; }
Optional. The BCP-47 language code. For example, "en-US". The response will localize in the corresponding language code, if specified. The default value is "en-US".
Property Value | |
---|---|
Type | Description |
string |
PageSize
public int PageSize { get; set; }
Requested page size. Server might return fewer results than requested. If unspecified, returns at most 100 offers. The maximum value is 1000; the server will coerce values above 1000.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
A token for a page of results other than the first page. Obtained using [ListTransferableOffersResponse.next_page_token][google.cloud.channel.v1.ListTransferableOffersResponse.next_page_token] of the previous [CloudChannelService.ListTransferableOffers][google.cloud.channel.v1.CloudChannelService.ListTransferableOffers] call.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The resource name of the reseller's account.
Property Value | |
---|---|
Type | Description |
string |
Sku
public string Sku { get; set; }
Required. The SKU to look up Offers for.
Property Value | |
---|---|
Type | Description |
string |
TransferredCustomerIdentityCase
public ListTransferableOffersRequest.TransferredCustomerIdentityOneofCase TransferredCustomerIdentityCase { get; }
Property Value | |
---|---|
Type | Description |
ListTransferableOffersRequestTransferredCustomerIdentityOneofCase |