public class Apigee.Organizations.Appgroups.Apps.Keys extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Apigee.Organizations.Appgroups.Apps.Keys.Apiproducts
The "apiproducts" collection of methods.
|
class |
Apigee.Organizations.Appgroups.Apps.Keys.Create |
class |
Apigee.Organizations.Appgroups.Apps.Keys.Delete |
class |
Apigee.Organizations.Appgroups.Apps.Keys.Get |
class |
Apigee.Organizations.Appgroups.Apps.Keys.UpdateAppGroupAppKey |
| Constructor and Description |
|---|
Keys() |
| Modifier and Type | Method and Description |
|---|---|
Apigee.Organizations.Appgroups.Apps.Keys.Apiproducts |
apiproducts()
An accessor for creating requests from the Apiproducts collection.
|
Apigee.Organizations.Appgroups.Apps.Keys.Create |
create(String parent,
GoogleCloudApigeeV1AppGroupAppKey content)
Creates a custom consumer key and secret for a AppGroup app.
|
Apigee.Organizations.Appgroups.Apps.Keys.Delete |
delete(String name)
Deletes an app's consumer key and removes all API products associated with the app.
|
Apigee.Organizations.Appgroups.Apps.Keys.Get |
get(String name)
Gets details for a consumer key for a AppGroup app, including the key and secret value,
associated API products, and other information.
|
Apigee.Organizations.Appgroups.Apps.Keys.UpdateAppGroupAppKey |
updateAppGroupAppKey(String name,
GoogleCloudApigeeV1UpdateAppGroupAppKeyRequest content)
Adds an API product to an AppGroupAppKey, enabling the app that holds the key to access the API
resources bundled in the API product.
|
public Apigee.Organizations.Appgroups.Apps.Keys.Create create(String parent, GoogleCloudApigeeV1AppGroupAppKey content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. Parent of the AppGroup app key. Use the following structure in your request:
`organizations/{org}/appgroups/{app_group_name}/apps/{app}/keys`content - the GoogleCloudApigeeV1AppGroupAppKeyIOExceptionpublic Apigee.Organizations.Appgroups.Apps.Keys.Delete delete(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Name of the AppGroup app key. Use the following structure in your request:
`organizations/{org}/appgroups/{app_group_name}/apps/{app}/keys/{key}`IOExceptionpublic Apigee.Organizations.Appgroups.Apps.Keys.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Name of the AppGroup app key. Use the following structure in your request:
`organizations/{org}/appgroups/{app_group_name}/apps/{app}/keys/{key}`IOExceptionpublic Apigee.Organizations.Appgroups.Apps.Keys.UpdateAppGroupAppKey updateAppGroupAppKey(String name, GoogleCloudApigeeV1UpdateAppGroupAppKeyRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote
operation.name - Required. Name of the AppGroup app key. Use the following structure in your request:
`organizations/{org}/appgroups/{app_group_name}/apps/{app}/keys/{key}`content - the GoogleCloudApigeeV1UpdateAppGroupAppKeyRequestIOExceptionpublic Apigee.Organizations.Appgroups.Apps.Keys.Apiproducts apiproducts()
The typical use is:
Apigee apigee = new Apigee(...);Apigee.Apiproducts.List request = apigee.apiproducts().list(parameters ...)
Copyright © 2011–2025 Google. All rights reserved.