public static final class ListPurchasableOffersRequest.ChangeOfferPurchase.Builder extends GeneratedMessage.Builder<ListPurchasableOffersRequest.ChangeOfferPurchase.Builder> implements ListPurchasableOffersRequest.ChangeOfferPurchaseOrBuilderList Offers for ChangeOffer purchase.
Protobuf type
google.cloud.channel.v1.ListPurchasableOffersRequest.ChangeOfferPurchase
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ListPurchasableOffersRequest.ChangeOfferPurchase.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public ListPurchasableOffersRequest.ChangeOfferPurchase build()| Returns | |
|---|---|
| Type | Description |
ListPurchasableOffersRequest.ChangeOfferPurchase |
|
buildPartial()
public ListPurchasableOffersRequest.ChangeOfferPurchase buildPartial()| Returns | |
|---|---|
| Type | Description |
ListPurchasableOffersRequest.ChangeOfferPurchase |
|
clear()
public ListPurchasableOffersRequest.ChangeOfferPurchase.Builder clear()| Returns | |
|---|---|
| Type | Description |
ListPurchasableOffersRequest.ChangeOfferPurchase.Builder |
|
clearBillingAccount()
public ListPurchasableOffersRequest.ChangeOfferPurchase.Builder clearBillingAccount()Optional. Resource name of the new target Billing Account. Provide this Billing Account when setting up billing for a trial subscription. Format: accounts/{account_id}/billingAccounts/{billing_account_id}.
This field is only relevant for multi-currency accounts. It should be left empty for single currency accounts.
string billing_account = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ListPurchasableOffersRequest.ChangeOfferPurchase.Builder |
This builder for chaining. |
clearEntitlement()
public ListPurchasableOffersRequest.ChangeOfferPurchase.Builder clearEntitlement()Required. Resource name of the entitlement. Format: accounts/{account_id}/customers/{customer_id}/entitlements/{entitlement_id}
string entitlement = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ListPurchasableOffersRequest.ChangeOfferPurchase.Builder |
This builder for chaining. |
clearNewSku()
public ListPurchasableOffersRequest.ChangeOfferPurchase.Builder clearNewSku()Optional. Resource name of the new target SKU. Provide this SKU when upgrading or downgrading an entitlement. Format: products/{product_id}/skus/{sku_id}
string new_sku = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ListPurchasableOffersRequest.ChangeOfferPurchase.Builder |
This builder for chaining. |
getBillingAccount()
public String getBillingAccount()Optional. Resource name of the new target Billing Account. Provide this Billing Account when setting up billing for a trial subscription. Format: accounts/{account_id}/billingAccounts/{billing_account_id}.
This field is only relevant for multi-currency accounts. It should be left empty for single currency accounts.
string billing_account = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The billingAccount. |
getBillingAccountBytes()
public ByteString getBillingAccountBytes()Optional. Resource name of the new target Billing Account. Provide this Billing Account when setting up billing for a trial subscription. Format: accounts/{account_id}/billingAccounts/{billing_account_id}.
This field is only relevant for multi-currency accounts. It should be left empty for single currency accounts.
string billing_account = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for billingAccount. |
getDefaultInstanceForType()
public ListPurchasableOffersRequest.ChangeOfferPurchase getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListPurchasableOffersRequest.ChangeOfferPurchase |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getEntitlement()
public String getEntitlement()Required. Resource name of the entitlement. Format: accounts/{account_id}/customers/{customer_id}/entitlements/{entitlement_id}
string entitlement = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The entitlement. |
getEntitlementBytes()
public ByteString getEntitlementBytes()Required. Resource name of the entitlement. Format: accounts/{account_id}/customers/{customer_id}/entitlements/{entitlement_id}
string entitlement = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for entitlement. |
getNewSku()
public String getNewSku()Optional. Resource name of the new target SKU. Provide this SKU when upgrading or downgrading an entitlement. Format: products/{product_id}/skus/{sku_id}
string new_sku = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The newSku. |
getNewSkuBytes()
public ByteString getNewSkuBytes()Optional. Resource name of the new target SKU. Provide this SKU when upgrading or downgrading an entitlement. Format: products/{product_id}/skus/{sku_id}
string new_sku = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for newSku. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ListPurchasableOffersRequest.ChangeOfferPurchase other)
public ListPurchasableOffersRequest.ChangeOfferPurchase.Builder mergeFrom(ListPurchasableOffersRequest.ChangeOfferPurchase other)| Parameter | |
|---|---|
| Name | Description |
other |
ListPurchasableOffersRequest.ChangeOfferPurchase |
| Returns | |
|---|---|
| Type | Description |
ListPurchasableOffersRequest.ChangeOfferPurchase.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListPurchasableOffersRequest.ChangeOfferPurchase.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListPurchasableOffersRequest.ChangeOfferPurchase.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListPurchasableOffersRequest.ChangeOfferPurchase.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListPurchasableOffersRequest.ChangeOfferPurchase.Builder |
|
setBillingAccount(String value)
public ListPurchasableOffersRequest.ChangeOfferPurchase.Builder setBillingAccount(String value)Optional. Resource name of the new target Billing Account. Provide this Billing Account when setting up billing for a trial subscription. Format: accounts/{account_id}/billingAccounts/{billing_account_id}.
This field is only relevant for multi-currency accounts. It should be left empty for single currency accounts.
string billing_account = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe billingAccount to set. |
| Returns | |
|---|---|
| Type | Description |
ListPurchasableOffersRequest.ChangeOfferPurchase.Builder |
This builder for chaining. |
setBillingAccountBytes(ByteString value)
public ListPurchasableOffersRequest.ChangeOfferPurchase.Builder setBillingAccountBytes(ByteString value)Optional. Resource name of the new target Billing Account. Provide this Billing Account when setting up billing for a trial subscription. Format: accounts/{account_id}/billingAccounts/{billing_account_id}.
This field is only relevant for multi-currency accounts. It should be left empty for single currency accounts.
string billing_account = 3 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for billingAccount to set. |
| Returns | |
|---|---|
| Type | Description |
ListPurchasableOffersRequest.ChangeOfferPurchase.Builder |
This builder for chaining. |
setEntitlement(String value)
public ListPurchasableOffersRequest.ChangeOfferPurchase.Builder setEntitlement(String value)Required. Resource name of the entitlement. Format: accounts/{account_id}/customers/{customer_id}/entitlements/{entitlement_id}
string entitlement = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe entitlement to set. |
| Returns | |
|---|---|
| Type | Description |
ListPurchasableOffersRequest.ChangeOfferPurchase.Builder |
This builder for chaining. |
setEntitlementBytes(ByteString value)
public ListPurchasableOffersRequest.ChangeOfferPurchase.Builder setEntitlementBytes(ByteString value)Required. Resource name of the entitlement. Format: accounts/{account_id}/customers/{customer_id}/entitlements/{entitlement_id}
string entitlement = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for entitlement to set. |
| Returns | |
|---|---|
| Type | Description |
ListPurchasableOffersRequest.ChangeOfferPurchase.Builder |
This builder for chaining. |
setNewSku(String value)
public ListPurchasableOffersRequest.ChangeOfferPurchase.Builder setNewSku(String value)Optional. Resource name of the new target SKU. Provide this SKU when upgrading or downgrading an entitlement. Format: products/{product_id}/skus/{sku_id}
string new_sku = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe newSku to set. |
| Returns | |
|---|---|
| Type | Description |
ListPurchasableOffersRequest.ChangeOfferPurchase.Builder |
This builder for chaining. |
setNewSkuBytes(ByteString value)
public ListPurchasableOffersRequest.ChangeOfferPurchase.Builder setNewSkuBytes(ByteString value)Optional. Resource name of the new target SKU. Provide this SKU when upgrading or downgrading an entitlement. Format: products/{product_id}/skus/{sku_id}
string new_sku = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for newSku to set. |
| Returns | |
|---|---|
| Type | Description |
ListPurchasableOffersRequest.ChangeOfferPurchase.Builder |
This builder for chaining. |