public class Apigee.Organizations.Developers.Apps.Keys.Apiproducts extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Apigee.Organizations.Developers.Apps.Keys.Apiproducts.Delete |
class |
Apigee.Organizations.Developers.Apps.Keys.Apiproducts.UpdateDeveloperAppKeyApiProduct |
| Constructor and Description |
|---|
Apiproducts() |
| Modifier and Type | Method and Description |
|---|---|
Apigee.Organizations.Developers.Apps.Keys.Apiproducts.Delete |
delete(String name)
Removes an API product from an app's consumer key.
|
Apigee.Organizations.Developers.Apps.Keys.Apiproducts.UpdateDeveloperAppKeyApiProduct |
updateDeveloperAppKeyApiProduct(String name)
Approves or revokes the consumer key for an API product.
|
public Apigee.Organizations.Developers.Apps.Keys.Apiproducts.Delete delete(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Name of the API product in the developer app key in the following format:
`organizations/{org}/developers/{developer_email}/apps/{app}/keys/{key}/apiproducts/{apipr
oduct}`IOExceptionpublic Apigee.Organizations.Developers.Apps.Keys.Apiproducts.UpdateDeveloperAppKeyApiProduct updateDeveloperAppKeyApiProduct(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the
remote operation.name - Name of the API product in the developer app key in the following format:
`organizations/{org}/developers/{developer_email}/apps/{app}/keys/{key}/apiproducts/{apipr
oduct}`IOExceptionCopyright © 2011–2025 Google. All rights reserved.