public class Apigee.Organizations.Appgroups.Apps.Keys.Apiproducts extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Apigee.Organizations.Appgroups.Apps.Keys.Apiproducts.Delete |
class |
Apigee.Organizations.Appgroups.Apps.Keys.Apiproducts.UpdateAppGroupAppKeyApiProduct |
| Constructor and Description |
|---|
Apiproducts() |
| Modifier and Type | Method and Description |
|---|---|
Apigee.Organizations.Appgroups.Apps.Keys.Apiproducts.Delete |
delete(String name)
Removes an API product from an app's consumer key.
|
Apigee.Organizations.Appgroups.Apps.Keys.Apiproducts.UpdateAppGroupAppKeyApiProduct |
updateAppGroupAppKeyApiProduct(String name)
Approves or revokes the consumer key for an API product.
|
public Apigee.Organizations.Appgroups.Apps.Keys.Apiproducts.Delete delete(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Parent of the AppGroup app key. Use the following structure in your request:
`organizations/{org}/appgroups/{app_group_name}/apps/{app}/keys/{key}/apiproducts/{apiprod
uct}`IOExceptionpublic Apigee.Organizations.Appgroups.Apps.Keys.Apiproducts.UpdateAppGroupAppKeyApiProduct updateAppGroupAppKeyApiProduct(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote
operation.name - Required. Name of the API product in the developer app key in the following format:
`organizations/{org}/appgroups/{app_group_name}/apps/{app}/keys/{key}/apiproducts/{apiprod
uct}`IOExceptionCopyright © 2011–2025 Google. All rights reserved.