public sealed class ListTransferableOffersRequest : IPageRequest, IMessage<ListTransferableOffersRequest>, IEquatable<ListTransferableOffersRequest>, IDeepCloneable<ListTransferableOffersRequest>, IBufferMessage, IMessageRequest message for [CloudChannelService.ListTransferableOffers][google.cloud.channel.v1.CloudChannelService.ListTransferableOffers]
Implements
IPageRequest, Google.Protobuf.IMessage<ListTransferableOffersRequest>, IEquatable<ListTransferableOffersRequest>, Google.Protobuf.IDeepCloneable<ListTransferableOffersRequest>, Google.Protobuf.IBufferMessage, Google.Protobuf.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 the created customer here.
| Property Value | |
|---|---|
| Type | Description |
String |
|
LanguageCode
public string LanguageCode { get; set; }The BCP-47 language code, such as "en-US". If specified, the response will be localized to the corresponding language code. Default 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, at most 100 Offers will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
| Property Value | |
|---|---|
| Type | Description |
Int32 |
|
PageToken
public string PageToken { get; set; }A token identifying a page of results, if other than the first one. Typically obtained via [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. SKU for which the Offers are being looked up.
| Property Value | |
|---|---|
| Type | Description |
String |
|
TransferredCustomerIdentityCase
public ListTransferableOffersRequest.TransferredCustomerIdentityOneofCase TransferredCustomerIdentityCase { get; }| Property Value | |
|---|---|
| Type | Description |
ListTransferableOffersRequest.TransferredCustomerIdentityOneofCase |
|