- 3.57.0 (latest)
- 3.56.0
- 3.55.0
- 3.53.0
- 3.52.0
- 3.51.0
- 3.50.0
- 3.49.0
- 3.48.0
- 3.47.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.41.0
- 3.40.0
- 3.39.0
- 3.38.0
- 3.37.0
- 3.36.0
- 3.35.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.28.0
- 3.27.0
- 3.26.0
- 3.25.0
- 3.24.0
- 3.23.0
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.6
- 3.6.1
- 3.5.1
- 3.3.1
public static final class Plan.Builder extends GeneratedMessageV3.Builder<Plan.Builder> implements PlanOrBuilder
The payment plan for the Offer. Describes how to make a payment.
Protobuf type google.cloud.channel.v1.Plan
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Plan.BuilderImplements
PlanOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Plan.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
Plan.Builder |
build()
public Plan build()
Type | Description |
Plan |
buildPartial()
public Plan buildPartial()
Type | Description |
Plan |
clear()
public Plan.Builder clear()
Type | Description |
Plan.Builder |
clearBillingAccount()
public Plan.Builder clearBillingAccount()
Reseller Billing account to charge after an offer transaction. Only present for Google Cloud Platform offers.
string billing_account = 5;
Type | Description |
Plan.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public Plan.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
Plan.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public Plan.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
Plan.Builder |
clearPaymentCycle()
public Plan.Builder clearPaymentCycle()
Describes how frequently the reseller will be billed, such as once per month.
.google.cloud.channel.v1.Period payment_cycle = 3;
Type | Description |
Plan.Builder |
clearPaymentPlan()
public Plan.Builder clearPaymentPlan()
Describes how a reseller will be billed.
.google.cloud.channel.v1.PaymentPlan payment_plan = 1;
Type | Description |
Plan.Builder | This builder for chaining. |
clearPaymentType()
public Plan.Builder clearPaymentType()
Specifies when the payment needs to happen.
.google.cloud.channel.v1.PaymentType payment_type = 2;
Type | Description |
Plan.Builder | This builder for chaining. |
clearTrialPeriod()
public Plan.Builder clearTrialPeriod()
Present for Offers with a trial period. For trial-only Offers, a paid service needs to start before the trial period ends for continued service. For Regular Offers with a trial period, the regular pricing goes into effect when trial period ends, or if paid service is started before the end of the trial period.
.google.cloud.channel.v1.Period trial_period = 4;
Type | Description |
Plan.Builder |
clone()
public Plan.Builder clone()
Type | Description |
Plan.Builder |
getBillingAccount()
public String getBillingAccount()
Reseller Billing account to charge after an offer transaction. Only present for Google Cloud Platform offers.
string billing_account = 5;
Type | Description |
String | The billingAccount. |
getBillingAccountBytes()
public ByteString getBillingAccountBytes()
Reseller Billing account to charge after an offer transaction. Only present for Google Cloud Platform offers.
string billing_account = 5;
Type | Description |
ByteString | The bytes for billingAccount. |
getDefaultInstanceForType()
public Plan getDefaultInstanceForType()
Type | Description |
Plan |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getPaymentCycle()
public Period getPaymentCycle()
Describes how frequently the reseller will be billed, such as once per month.
.google.cloud.channel.v1.Period payment_cycle = 3;
Type | Description |
Period | The paymentCycle. |
getPaymentCycleBuilder()
public Period.Builder getPaymentCycleBuilder()
Describes how frequently the reseller will be billed, such as once per month.
.google.cloud.channel.v1.Period payment_cycle = 3;
Type | Description |
Period.Builder |
getPaymentCycleOrBuilder()
public PeriodOrBuilder getPaymentCycleOrBuilder()
Describes how frequently the reseller will be billed, such as once per month.
.google.cloud.channel.v1.Period payment_cycle = 3;
Type | Description |
PeriodOrBuilder |
getPaymentPlan()
public PaymentPlan getPaymentPlan()
Describes how a reseller will be billed.
.google.cloud.channel.v1.PaymentPlan payment_plan = 1;
Type | Description |
PaymentPlan | The paymentPlan. |
getPaymentPlanValue()
public int getPaymentPlanValue()
Describes how a reseller will be billed.
.google.cloud.channel.v1.PaymentPlan payment_plan = 1;
Type | Description |
int | The enum numeric value on the wire for paymentPlan. |
getPaymentType()
public PaymentType getPaymentType()
Specifies when the payment needs to happen.
.google.cloud.channel.v1.PaymentType payment_type = 2;
Type | Description |
PaymentType | The paymentType. |
getPaymentTypeValue()
public int getPaymentTypeValue()
Specifies when the payment needs to happen.
.google.cloud.channel.v1.PaymentType payment_type = 2;
Type | Description |
int | The enum numeric value on the wire for paymentType. |
getTrialPeriod()
public Period getTrialPeriod()
Present for Offers with a trial period. For trial-only Offers, a paid service needs to start before the trial period ends for continued service. For Regular Offers with a trial period, the regular pricing goes into effect when trial period ends, or if paid service is started before the end of the trial period.
.google.cloud.channel.v1.Period trial_period = 4;
Type | Description |
Period | The trialPeriod. |
getTrialPeriodBuilder()
public Period.Builder getTrialPeriodBuilder()
Present for Offers with a trial period. For trial-only Offers, a paid service needs to start before the trial period ends for continued service. For Regular Offers with a trial period, the regular pricing goes into effect when trial period ends, or if paid service is started before the end of the trial period.
.google.cloud.channel.v1.Period trial_period = 4;
Type | Description |
Period.Builder |
getTrialPeriodOrBuilder()
public PeriodOrBuilder getTrialPeriodOrBuilder()
Present for Offers with a trial period. For trial-only Offers, a paid service needs to start before the trial period ends for continued service. For Regular Offers with a trial period, the regular pricing goes into effect when trial period ends, or if paid service is started before the end of the trial period.
.google.cloud.channel.v1.Period trial_period = 4;
Type | Description |
PeriodOrBuilder |
hasPaymentCycle()
public boolean hasPaymentCycle()
Describes how frequently the reseller will be billed, such as once per month.
.google.cloud.channel.v1.Period payment_cycle = 3;
Type | Description |
boolean | Whether the paymentCycle field is set. |
hasTrialPeriod()
public boolean hasTrialPeriod()
Present for Offers with a trial period. For trial-only Offers, a paid service needs to start before the trial period ends for continued service. For Regular Offers with a trial period, the regular pricing goes into effect when trial period ends, or if paid service is started before the end of the trial period.
.google.cloud.channel.v1.Period trial_period = 4;
Type | Description |
boolean | Whether the trialPeriod field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(Plan other)
public Plan.Builder mergeFrom(Plan other)
Name | Description |
other | Plan |
Type | Description |
Plan.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Plan.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Plan.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public Plan.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
Plan.Builder |
mergePaymentCycle(Period value)
public Plan.Builder mergePaymentCycle(Period value)
Describes how frequently the reseller will be billed, such as once per month.
.google.cloud.channel.v1.Period payment_cycle = 3;
Name | Description |
value | Period |
Type | Description |
Plan.Builder |
mergeTrialPeriod(Period value)
public Plan.Builder mergeTrialPeriod(Period value)
Present for Offers with a trial period. For trial-only Offers, a paid service needs to start before the trial period ends for continued service. For Regular Offers with a trial period, the regular pricing goes into effect when trial period ends, or if paid service is started before the end of the trial period.
.google.cloud.channel.v1.Period trial_period = 4;
Name | Description |
value | Period |
Type | Description |
Plan.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Plan.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
Plan.Builder |
setBillingAccount(String value)
public Plan.Builder setBillingAccount(String value)
Reseller Billing account to charge after an offer transaction. Only present for Google Cloud Platform offers.
string billing_account = 5;
Name | Description |
value | String The billingAccount to set. |
Type | Description |
Plan.Builder | This builder for chaining. |
setBillingAccountBytes(ByteString value)
public Plan.Builder setBillingAccountBytes(ByteString value)
Reseller Billing account to charge after an offer transaction. Only present for Google Cloud Platform offers.
string billing_account = 5;
Name | Description |
value | ByteString The bytes for billingAccount to set. |
Type | Description |
Plan.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public Plan.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
Plan.Builder |
setPaymentCycle(Period value)
public Plan.Builder setPaymentCycle(Period value)
Describes how frequently the reseller will be billed, such as once per month.
.google.cloud.channel.v1.Period payment_cycle = 3;
Name | Description |
value | Period |
Type | Description |
Plan.Builder |
setPaymentCycle(Period.Builder builderForValue)
public Plan.Builder setPaymentCycle(Period.Builder builderForValue)
Describes how frequently the reseller will be billed, such as once per month.
.google.cloud.channel.v1.Period payment_cycle = 3;
Name | Description |
builderForValue | Period.Builder |
Type | Description |
Plan.Builder |
setPaymentPlan(PaymentPlan value)
public Plan.Builder setPaymentPlan(PaymentPlan value)
Describes how a reseller will be billed.
.google.cloud.channel.v1.PaymentPlan payment_plan = 1;
Name | Description |
value | PaymentPlan The paymentPlan to set. |
Type | Description |
Plan.Builder | This builder for chaining. |
setPaymentPlanValue(int value)
public Plan.Builder setPaymentPlanValue(int value)
Describes how a reseller will be billed.
.google.cloud.channel.v1.PaymentPlan payment_plan = 1;
Name | Description |
value | int The enum numeric value on the wire for paymentPlan to set. |
Type | Description |
Plan.Builder | This builder for chaining. |
setPaymentType(PaymentType value)
public Plan.Builder setPaymentType(PaymentType value)
Specifies when the payment needs to happen.
.google.cloud.channel.v1.PaymentType payment_type = 2;
Name | Description |
value | PaymentType The paymentType to set. |
Type | Description |
Plan.Builder | This builder for chaining. |
setPaymentTypeValue(int value)
public Plan.Builder setPaymentTypeValue(int value)
Specifies when the payment needs to happen.
.google.cloud.channel.v1.PaymentType payment_type = 2;
Name | Description |
value | int The enum numeric value on the wire for paymentType to set. |
Type | Description |
Plan.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Plan.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
Plan.Builder |
setTrialPeriod(Period value)
public Plan.Builder setTrialPeriod(Period value)
Present for Offers with a trial period. For trial-only Offers, a paid service needs to start before the trial period ends for continued service. For Regular Offers with a trial period, the regular pricing goes into effect when trial period ends, or if paid service is started before the end of the trial period.
.google.cloud.channel.v1.Period trial_period = 4;
Name | Description |
value | Period |
Type | Description |
Plan.Builder |
setTrialPeriod(Period.Builder builderForValue)
public Plan.Builder setTrialPeriod(Period.Builder builderForValue)
Present for Offers with a trial period. For trial-only Offers, a paid service needs to start before the trial period ends for continued service. For Regular Offers with a trial period, the regular pricing goes into effect when trial period ends, or if paid service is started before the end of the trial period.
.google.cloud.channel.v1.Period trial_period = 4;
Name | Description |
builderForValue | Period.Builder |
Type | Description |
Plan.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final Plan.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
Plan.Builder |