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