| Package | Description |
|---|---|
| com.google.api.services.apigee.v1 | |
| com.google.api.services.apigee.v1.model |
| Modifier and Type | Method and Description |
|---|---|
Apigee.Organizations.Apiproducts.Rateplans.Create |
Apigee.Organizations.Apiproducts.Rateplans.create(String parent,
GoogleCloudApigeeV1RatePlan content)
Create a rate plan that is associated with an API product in an organization.
|
Apigee.Organizations.Apiproducts.Rateplans.Update |
Apigee.Organizations.Apiproducts.Rateplans.update(String name,
GoogleCloudApigeeV1RatePlan content)
Updates an existing rate plan.
|
| Constructor and Description |
|---|
Create(String parent,
GoogleCloudApigeeV1RatePlan content)
Create a rate plan that is associated with an API product in an organization.
|
Update(String name,
GoogleCloudApigeeV1RatePlan content)
Updates an existing rate plan.
|
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudApigeeV1RatePlan |
GoogleCloudApigeeV1RatePlan.clone() |
GoogleCloudApigeeV1RatePlan |
GoogleCloudApigeeV1RatePlan.set(String fieldName,
Object value) |
GoogleCloudApigeeV1RatePlan |
GoogleCloudApigeeV1RatePlan.setApiproduct(String apiproduct)
Name of the API product that the rate plan is associated with.
|
GoogleCloudApigeeV1RatePlan |
GoogleCloudApigeeV1RatePlan.setBillingPeriod(String billingPeriod)
Frequency at which the customer will be billed.
|
GoogleCloudApigeeV1RatePlan |
GoogleCloudApigeeV1RatePlan.setConsumptionPricingRates(List<GoogleCloudApigeeV1RateRange> consumptionPricingRates)
API call volume ranges and the fees charged when the total number of API calls is within a
given range.
|
GoogleCloudApigeeV1RatePlan |
GoogleCloudApigeeV1RatePlan.setConsumptionPricingType(String consumptionPricingType)
Pricing model used for consumption-based charges.
|
GoogleCloudApigeeV1RatePlan |
GoogleCloudApigeeV1RatePlan.setCreatedAt(Long createdAt)
Output only.
|
GoogleCloudApigeeV1RatePlan |
GoogleCloudApigeeV1RatePlan.setCurrencyCode(String currencyCode)
Currency to be used for billing.
|
GoogleCloudApigeeV1RatePlan |
GoogleCloudApigeeV1RatePlan.setDescription(String description)
Description of the rate plan.
|
GoogleCloudApigeeV1RatePlan |
GoogleCloudApigeeV1RatePlan.setDisplayName(String displayName)
Display name of the rate plan.
|
GoogleCloudApigeeV1RatePlan |
GoogleCloudApigeeV1RatePlan.setEndTime(Long endTime)
Time when the rate plan will expire in milliseconds since epoch.
|
GoogleCloudApigeeV1RatePlan |
GoogleCloudApigeeV1RatePlan.setFixedFeeFrequency(Integer fixedFeeFrequency)
Frequency at which the fixed fee is charged.
|
GoogleCloudApigeeV1RatePlan |
GoogleCloudApigeeV1RatePlan.setFixedRecurringFee(GoogleTypeMoney fixedRecurringFee)
Fixed amount that is charged at a defined interval and billed in advance of use of the API
product.
|
GoogleCloudApigeeV1RatePlan |
GoogleCloudApigeeV1RatePlan.setLastModifiedAt(Long lastModifiedAt)
Output only.
|
GoogleCloudApigeeV1RatePlan |
GoogleCloudApigeeV1RatePlan.setName(String name)
Output only.
|
GoogleCloudApigeeV1RatePlan |
GoogleCloudApigeeV1RatePlan.setPaymentFundingModel(String paymentFundingModel)
DEPRECATED: This field is no longer supported and will eventually be removed when Apigee Hybrid
1.5/1.6 is no longer supported.
|
GoogleCloudApigeeV1RatePlan |
GoogleCloudApigeeV1RatePlan.setRevenueShareRates(List<GoogleCloudApigeeV1RevenueShareRange> revenueShareRates)
Details of the revenue sharing model.
|
GoogleCloudApigeeV1RatePlan |
GoogleCloudApigeeV1RatePlan.setRevenueShareType(String revenueShareType)
Method used to calculate the revenue that is shared with developers.
|
GoogleCloudApigeeV1RatePlan |
GoogleCloudApigeeV1RatePlan.setSetupFee(GoogleTypeMoney setupFee)
Initial, one-time fee paid when purchasing the API product.
|
GoogleCloudApigeeV1RatePlan |
GoogleCloudApigeeV1RatePlan.setStartTime(Long startTime)
Time when the rate plan becomes active in milliseconds since epoch.
|
GoogleCloudApigeeV1RatePlan |
GoogleCloudApigeeV1RatePlan.setState(String state)
Current state of the rate plan (draft or published).
|
| Modifier and Type | Method and Description |
|---|---|
List<GoogleCloudApigeeV1RatePlan> |
GoogleCloudApigeeV1ListRatePlansResponse.getRatePlans()
List of rate plans in an organization.
|
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudApigeeV1ListRatePlansResponse |
GoogleCloudApigeeV1ListRatePlansResponse.setRatePlans(List<GoogleCloudApigeeV1RatePlan> ratePlans)
List of rate plans in an organization.
|
Copyright © 2011–2025 Google. All rights reserved.