public class Apigee.Organizations.Developers.Subscriptions extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Apigee.Organizations.Developers.Subscriptions.Create |
class |
Apigee.Organizations.Developers.Subscriptions.Expire |
class |
Apigee.Organizations.Developers.Subscriptions.Get |
class |
Apigee.Organizations.Developers.Subscriptions.List |
| Constructor and Description |
|---|
Subscriptions() |
| Modifier and Type | Method and Description |
|---|---|
Apigee.Organizations.Developers.Subscriptions.Create |
create(String parent,
GoogleCloudApigeeV1DeveloperSubscription content)
Creates a subscription to an API product.
|
Apigee.Organizations.Developers.Subscriptions.Expire |
expire(String name,
GoogleCloudApigeeV1ExpireDeveloperSubscriptionRequest content)
Expires an API product subscription immediately.
|
Apigee.Organizations.Developers.Subscriptions.Get |
get(String name)
Gets details for an API product subscription.
|
Apigee.Organizations.Developers.Subscriptions.List |
list(String parent)
Lists all API product subscriptions for a developer.
|
public Apigee.Organizations.Developers.Subscriptions.Create create(String parent, GoogleCloudApigeeV1DeveloperSubscription content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. Email address of the developer that is purchasing a subscription to the API product. Use
the following structure in your request:
`organizations/{org}/developers/{developer_email}`content - the GoogleCloudApigeeV1DeveloperSubscriptionIOExceptionpublic Apigee.Organizations.Developers.Subscriptions.Expire expire(String name, GoogleCloudApigeeV1ExpireDeveloperSubscriptionRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Name of the API product subscription. Use the following structure in your request:
`organizations/{org}/developers/{developer_email}/subscriptions/{subscription}`content - the GoogleCloudApigeeV1ExpireDeveloperSubscriptionRequestIOExceptionpublic Apigee.Organizations.Developers.Subscriptions.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Name of the API product subscription. Use the following structure in your request:
`organizations/{org}/developers/{developer_email}/subscriptions/{subscription}`IOExceptionpublic Apigee.Organizations.Developers.Subscriptions.List list(String parent) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. Email address of the developer. Use the following structure in your request:
`organizations/{org}/developers/{developer_email}`IOExceptionCopyright © 2011–2025 Google. All rights reserved.