Class ListPurchasableSkusRequest (3.3.1)

public final class ListPurchasableSkusRequest extends GeneratedMessageV3 implements ListPurchasableSkusRequestOrBuilder

Request message for ListPurchasableSkus.

Protobuf type google.cloud.channel.v1.ListPurchasableSkusRequest

Fields

CHANGE_OFFER_PURCHASE_FIELD_NUMBER

public static final int CHANGE_OFFER_PURCHASE_FIELD_NUMBER
Field Value
TypeDescription
int

CREATE_ENTITLEMENT_PURCHASE_FIELD_NUMBER

public static final int CREATE_ENTITLEMENT_PURCHASE_FIELD_NUMBER
Field Value
TypeDescription
int

CUSTOMER_FIELD_NUMBER

public static final int CUSTOMER_FIELD_NUMBER
Field Value
TypeDescription
int

LANGUAGE_CODE_FIELD_NUMBER

public static final int LANGUAGE_CODE_FIELD_NUMBER
Field Value
TypeDescription
int

PAGE_SIZE_FIELD_NUMBER

public static final int PAGE_SIZE_FIELD_NUMBER
Field Value
TypeDescription
int

PAGE_TOKEN_FIELD_NUMBER

public static final int PAGE_TOKEN_FIELD_NUMBER
Field Value
TypeDescription
int

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getChangeOfferPurchase()

public ListPurchasableSkusRequest.ChangeOfferPurchase getChangeOfferPurchase()

List SKUs for ChangeOffer purchase with a new SKU.

.google.cloud.channel.v1.ListPurchasableSkusRequest.ChangeOfferPurchase change_offer_purchase = 3;

Returns
TypeDescription
ListPurchasableSkusRequest.ChangeOfferPurchase

The changeOfferPurchase.

getChangeOfferPurchaseOrBuilder()

public ListPurchasableSkusRequest.ChangeOfferPurchaseOrBuilder getChangeOfferPurchaseOrBuilder()

List SKUs for ChangeOffer purchase with a new SKU.

.google.cloud.channel.v1.ListPurchasableSkusRequest.ChangeOfferPurchase change_offer_purchase = 3;

Returns
TypeDescription
ListPurchasableSkusRequest.ChangeOfferPurchaseOrBuilder

getCreateEntitlementPurchase()

public ListPurchasableSkusRequest.CreateEntitlementPurchase getCreateEntitlementPurchase()

List SKUs for CreateEntitlement purchase.

.google.cloud.channel.v1.ListPurchasableSkusRequest.CreateEntitlementPurchase create_entitlement_purchase = 2;

Returns
TypeDescription
ListPurchasableSkusRequest.CreateEntitlementPurchase

The createEntitlementPurchase.

getCreateEntitlementPurchaseOrBuilder()

public ListPurchasableSkusRequest.CreateEntitlementPurchaseOrBuilder getCreateEntitlementPurchaseOrBuilder()

List SKUs for CreateEntitlement purchase.

.google.cloud.channel.v1.ListPurchasableSkusRequest.CreateEntitlementPurchase create_entitlement_purchase = 2;

Returns
TypeDescription
ListPurchasableSkusRequest.CreateEntitlementPurchaseOrBuilder

getCustomer()

public String getCustomer()

Required. The resource name of the customer to list SKUs for. Format: accounts/{account_id}/customers/{customer_id}.

string customer = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The customer.

getCustomerBytes()

public ByteString getCustomerBytes()

Required. The resource name of the customer to list SKUs for. Format: accounts/{account_id}/customers/{customer_id}.

string customer = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for customer.

getDefaultInstance()

public static ListPurchasableSkusRequest getDefaultInstance()
Returns
TypeDescription
ListPurchasableSkusRequest

getDefaultInstanceForType()

public ListPurchasableSkusRequest getDefaultInstanceForType()
Returns
TypeDescription
ListPurchasableSkusRequest

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

getLanguageCode()

public String getLanguageCode()

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".

string language_code = 6 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
String

The languageCode.

getLanguageCodeBytes()

public ByteString getLanguageCodeBytes()

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".

string language_code = 6 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ByteString

The bytes for languageCode.

getPageSize()

public int getPageSize()

Optional. Requested page size. Server might return fewer results than requested. If unspecified, returns at most 100 SKUs. The maximum value is 1000; the server will coerce values above 1000.

int32 page_size = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
int

The pageSize.

getPageToken()

public String getPageToken()

Optional. A token for a page of results other than the first page.

string page_token = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
String

The pageToken.

getPageTokenBytes()

public ByteString getPageTokenBytes()

Optional. A token for a page of results other than the first page.

string page_token = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ByteString

The bytes for pageToken.

getParserForType()

public Parser<ListPurchasableSkusRequest> getParserForType()
Returns
TypeDescription
Parser<ListPurchasableSkusRequest>
Overrides

getPurchaseOptionCase()

public ListPurchasableSkusRequest.PurchaseOptionCase getPurchaseOptionCase()
Returns
TypeDescription
ListPurchasableSkusRequest.PurchaseOptionCase

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
Overrides

hasChangeOfferPurchase()

public boolean hasChangeOfferPurchase()

List SKUs for ChangeOffer purchase with a new SKU.

.google.cloud.channel.v1.ListPurchasableSkusRequest.ChangeOfferPurchase change_offer_purchase = 3;

Returns
TypeDescription
boolean

Whether the changeOfferPurchase field is set.

hasCreateEntitlementPurchase()

public boolean hasCreateEntitlementPurchase()

List SKUs for CreateEntitlement purchase.

.google.cloud.channel.v1.ListPurchasableSkusRequest.CreateEntitlementPurchase create_entitlement_purchase = 2;

Returns
TypeDescription
boolean

Whether the createEntitlementPurchase field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilder()

public static ListPurchasableSkusRequest.Builder newBuilder()
Returns
TypeDescription
ListPurchasableSkusRequest.Builder

newBuilder(ListPurchasableSkusRequest prototype)

public static ListPurchasableSkusRequest.Builder newBuilder(ListPurchasableSkusRequest prototype)
Parameter
NameDescription
prototypeListPurchasableSkusRequest
Returns
TypeDescription
ListPurchasableSkusRequest.Builder

newBuilderForType()

public ListPurchasableSkusRequest.Builder newBuilderForType()
Returns
TypeDescription
ListPurchasableSkusRequest.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected ListPurchasableSkusRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
ListPurchasableSkusRequest.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

parseDelimitedFrom(InputStream input)

public static ListPurchasableSkusRequest parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ListPurchasableSkusRequest
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ListPurchasableSkusRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListPurchasableSkusRequest
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static ListPurchasableSkusRequest parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
ListPurchasableSkusRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static ListPurchasableSkusRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListPurchasableSkusRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static ListPurchasableSkusRequest parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
ListPurchasableSkusRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static ListPurchasableSkusRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListPurchasableSkusRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static ListPurchasableSkusRequest parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
ListPurchasableSkusRequest
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static ListPurchasableSkusRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListPurchasableSkusRequest
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static ListPurchasableSkusRequest parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ListPurchasableSkusRequest
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ListPurchasableSkusRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListPurchasableSkusRequest
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static ListPurchasableSkusRequest parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
ListPurchasableSkusRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static ListPurchasableSkusRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListPurchasableSkusRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<ListPurchasableSkusRequest> parser()
Returns
TypeDescription
Parser<ListPurchasableSkusRequest>

toBuilder()

public ListPurchasableSkusRequest.Builder toBuilder()
Returns
TypeDescription
ListPurchasableSkusRequest.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides Exceptions
TypeDescription
IOException