public class Apigee.Organizations.Apiproducts.Rateplans extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Apigee.Organizations.Apiproducts.Rateplans.Create |
class |
Apigee.Organizations.Apiproducts.Rateplans.Delete |
class |
Apigee.Organizations.Apiproducts.Rateplans.Get |
class |
Apigee.Organizations.Apiproducts.Rateplans.List |
class |
Apigee.Organizations.Apiproducts.Rateplans.Update |
| Constructor and Description |
|---|
Rateplans() |
| Modifier and Type | Method and Description |
|---|---|
Apigee.Organizations.Apiproducts.Rateplans.Create |
create(String parent,
GoogleCloudApigeeV1RatePlan content)
Create a rate plan that is associated with an API product in an organization.
|
Apigee.Organizations.Apiproducts.Rateplans.Delete |
delete(String name)
Deletes a rate plan.
|
Apigee.Organizations.Apiproducts.Rateplans.Get |
get(String name)
Gets the details of a rate plan.
|
Apigee.Organizations.Apiproducts.Rateplans.List |
list(String parent)
Lists all the rate plans for an API product.
|
Apigee.Organizations.Apiproducts.Rateplans.Update |
update(String name,
GoogleCloudApigeeV1RatePlan content)
Updates an existing rate plan.
|
public Apigee.Organizations.Apiproducts.Rateplans.Create create(String parent, GoogleCloudApigeeV1RatePlan content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. Name of the API product that is associated with the rate plan. Use the following structure
in your request: `organizations/{org}/apiproducts/{apiproduct}` If the API Product
resource has the `space` attribute set, IAM permissions are checked against the Space
resource path. To learn more, read the [Apigee Spaces
Overview](https://cloud.google.com/apigee/docs/api-platform/system-
administration/spaces/apigee-spaces-overview).content - the GoogleCloudApigeeV1RatePlanIOExceptionpublic Apigee.Organizations.Apiproducts.Rateplans.Delete delete(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. ID of the rate plan. Use the following structure in your request:
`organizations/{org}/apiproducts/{apiproduct}/rateplans/{rateplan}` If the API Product
resource has the `space` attribute set, IAM permissions are checked against the Space
resource path. To learn more, read the [Apigee Spaces
Overview](https://cloud.google.com/apigee/docs/api-platform/system-
administration/spaces/apigee-spaces-overview).IOExceptionpublic Apigee.Organizations.Apiproducts.Rateplans.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Name of the rate plan. Use the following structure in your request:
`organizations/{org}/apiproducts/{apiproduct}/rateplans/{rateplan}` If the API Product
resource has the `space` attribute set, IAM permissions are checked against the Space
resource path. To learn more, read the [Apigee Spaces
Overview](https://cloud.google.com/apigee/docs/api-platform/system-
administration/spaces/apigee-spaces-overview).IOExceptionpublic Apigee.Organizations.Apiproducts.Rateplans.List list(String parent) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. Name of the API product. Use the following structure in your request:
`organizations/{org}/apiproducts/{apiproduct}` Use `organizations/{org}/apiproducts/-` to
return rate plans for all API products within the organization. If the API Product
resource has the `space` attribute set, IAM permissions are checked against the Space
resource path. To learn more, read the [Apigee Spaces
Overview](https://cloud.google.com/apigee/docs/api-platform/system-
administration/spaces/apigee-spaces-overview).IOExceptionpublic Apigee.Organizations.Apiproducts.Rateplans.Update update(String name, GoogleCloudApigeeV1RatePlan content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Name of the rate plan. Use the following structure in your request:
`organizations/{org}/apiproducts/{apiproduct}/rateplans/{rateplan}` If the API Product
resource has the `space` attribute set, IAM permissions are checked against the Space
resource path. To learn more, read the [Apigee Spaces
Overview](https://cloud.google.com/apigee/docs/api-platform/system-
administration/spaces/apigee-spaces-overview).content - the GoogleCloudApigeeV1RatePlanIOExceptionCopyright © 2011–2025 Google. All rights reserved.