public static final class ListPurchasableOffersRequest.CreateEntitlementPurchase.Builder extends GeneratedMessageV3.Builder<ListPurchasableOffersRequest.CreateEntitlementPurchase.Builder> implements ListPurchasableOffersRequest.CreateEntitlementPurchaseOrBuilder
List Offers for CreateEntitlement purchase.
Protobuf type
google.cloud.channel.v1.ListPurchasableOffersRequest.CreateEntitlementPurchase
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListPurchasableOffersRequest.CreateEntitlementPurchase.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public ListPurchasableOffersRequest.CreateEntitlementPurchase build()
buildPartial()
public ListPurchasableOffersRequest.CreateEntitlementPurchase buildPartial()
clear()
public ListPurchasableOffersRequest.CreateEntitlementPurchase.Builder clear()
Overrides
clearBillingAccount()
public ListPurchasableOffersRequest.CreateEntitlementPurchase.Builder clearBillingAccount()
Optional. Billing account that the result should be restricted to.
Format: accounts/{account_id}/billingAccounts/{billing_account_id}.
string billing_account = 2 [(.google.api.field_behavior) = OPTIONAL];
clearField(Descriptors.FieldDescriptor field)
public ListPurchasableOffersRequest.CreateEntitlementPurchase.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public ListPurchasableOffersRequest.CreateEntitlementPurchase.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearSku()
public ListPurchasableOffersRequest.CreateEntitlementPurchase.Builder clearSku()
Required. SKU that the result should be restricted to.
Format: products/{product_id}/skus/{sku_id}.
string sku = 1 [(.google.api.field_behavior) = REQUIRED];
clone()
public ListPurchasableOffersRequest.CreateEntitlementPurchase.Builder clone()
Overrides
getBillingAccount()
public String getBillingAccount()
Optional. Billing account that the result should be restricted to.
Format: accounts/{account_id}/billingAccounts/{billing_account_id}.
string billing_account = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns |
---|
Type | Description |
String | The billingAccount.
|
getBillingAccountBytes()
public ByteString getBillingAccountBytes()
Optional. Billing account that the result should be restricted to.
Format: accounts/{account_id}/billingAccounts/{billing_account_id}.
string billing_account = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns |
---|
Type | Description |
ByteString | The bytes for billingAccount.
|
getDefaultInstanceForType()
public ListPurchasableOffersRequest.CreateEntitlementPurchase getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getSku()
Required. SKU that the result should be restricted to.
Format: products/{product_id}/skus/{sku_id}.
string sku = 1 [(.google.api.field_behavior) = REQUIRED];
Returns |
---|
Type | Description |
String | The sku.
|
getSkuBytes()
public ByteString getSkuBytes()
Required. SKU that the result should be restricted to.
Format: products/{product_id}/skus/{sku_id}.
string sku = 1 [(.google.api.field_behavior) = REQUIRED];
Returns |
---|
Type | Description |
ByteString | The bytes for sku.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(ListPurchasableOffersRequest.CreateEntitlementPurchase other)
public ListPurchasableOffersRequest.CreateEntitlementPurchase.Builder mergeFrom(ListPurchasableOffersRequest.CreateEntitlementPurchase other)
public ListPurchasableOffersRequest.CreateEntitlementPurchase.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public ListPurchasableOffersRequest.CreateEntitlementPurchase.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListPurchasableOffersRequest.CreateEntitlementPurchase.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setBillingAccount(String value)
public ListPurchasableOffersRequest.CreateEntitlementPurchase.Builder setBillingAccount(String value)
Optional. Billing account that the result should be restricted to.
Format: accounts/{account_id}/billingAccounts/{billing_account_id}.
string billing_account = 2 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
---|
Name | Description |
value | String
The billingAccount to set.
|
setBillingAccountBytes(ByteString value)
public ListPurchasableOffersRequest.CreateEntitlementPurchase.Builder setBillingAccountBytes(ByteString value)
Optional. Billing account that the result should be restricted to.
Format: accounts/{account_id}/billingAccounts/{billing_account_id}.
string billing_account = 2 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
---|
Name | Description |
value | ByteString
The bytes for billingAccount to set.
|
setField(Descriptors.FieldDescriptor field, Object value)
public ListPurchasableOffersRequest.CreateEntitlementPurchase.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListPurchasableOffersRequest.CreateEntitlementPurchase.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setSku(String value)
public ListPurchasableOffersRequest.CreateEntitlementPurchase.Builder setSku(String value)
Required. SKU that the result should be restricted to.
Format: products/{product_id}/skus/{sku_id}.
string sku = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter |
---|
Name | Description |
value | String
The sku to set.
|
setSkuBytes(ByteString value)
public ListPurchasableOffersRequest.CreateEntitlementPurchase.Builder setSkuBytes(ByteString value)
Required. SKU that the result should be restricted to.
Format: products/{product_id}/skus/{sku_id}.
string sku = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter |
---|
Name | Description |
value | ByteString
The bytes for sku to set.
|
setUnknownFields(UnknownFieldSet unknownFields)
public final ListPurchasableOffersRequest.CreateEntitlementPurchase.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides