Class ListTransferableOffersRequest (1.0.0)

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

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

Inheritance

Object > ListTransferableOffersRequest

Implements

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

Namespace

Google.Cloud.Channel.V1

Assembly

Google.Cloud.Channel.V1.dll

Constructors

ListTransferableOffersRequest()

public ListTransferableOffersRequest()

ListTransferableOffersRequest(ListTransferableOffersRequest)

public ListTransferableOffersRequest(ListTransferableOffersRequest other)
Parameter
NameDescription
otherListTransferableOffersRequest

Properties

CloudIdentityId

public string CloudIdentityId { get; set; }

Customer's Cloud Identity ID

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

Parent

public string Parent { get; set; }

Required. The resource name of the reseller's account.

Property Value
TypeDescription
String

Sku

public string Sku { get; set; }

Required. SKU for which the Offers are being looked up.

Property Value
TypeDescription
String

TransferredCustomerIdentityCase

public ListTransferableOffersRequest.TransferredCustomerIdentityOneofCase TransferredCustomerIdentityCase { get; }
Property Value
TypeDescription
ListTransferableOffersRequest.TransferredCustomerIdentityOneofCase