| Package | Description |
|---|---|
| com.google.api.services.apigee.v1 | |
| com.google.api.services.apigee.v1.model |
| Modifier and Type | Method and Description |
|---|---|
Apigee.Organizations.Developers.Apps.Keys.CreateRequest |
Apigee.Organizations.Developers.Apps.Keys.create(String parent,
GoogleCloudApigeeV1DeveloperAppKey content)
Creates a custom consumer key and secret for a developer app.
|
Apigee.Organizations.Developers.Apps.Keys.Create.CreateRequest |
Apigee.Organizations.Developers.Apps.Keys.Create.create(String parent,
GoogleCloudApigeeV1DeveloperAppKey content)
Creates a custom consumer key and secret for a developer app.
|
Apigee.Organizations.Developers.Apps.Keys.ReplaceDeveloperAppKey |
Apigee.Organizations.Developers.Apps.Keys.replaceDeveloperAppKey(String name,
GoogleCloudApigeeV1DeveloperAppKey content)
Updates the scope of an app.
|
Apigee.Organizations.Developers.Apps.Keys.UpdateDeveloperAppKey |
Apigee.Organizations.Developers.Apps.Keys.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.
|
| Constructor and Description |
|---|
CreateRequest(String parent,
GoogleCloudApigeeV1DeveloperAppKey content)
Creates a custom consumer key and secret for a developer app.
|
CreateRequest(String parent,
GoogleCloudApigeeV1DeveloperAppKey content)
Creates a custom consumer key and secret for a developer app.
|
ReplaceDeveloperAppKey(String name,
GoogleCloudApigeeV1DeveloperAppKey content)
Updates the scope of an app.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudApigeeV1DeveloperAppKey |
GoogleCloudApigeeV1DeveloperAppKey.clone() |
GoogleCloudApigeeV1DeveloperAppKey |
GoogleCloudApigeeV1DeveloperAppKey.set(String fieldName,
Object value) |
GoogleCloudApigeeV1DeveloperAppKey |
GoogleCloudApigeeV1DeveloperAppKey.setApiProducts(List<Object> apiProducts)
List of API products for which the credential can be used.
|
GoogleCloudApigeeV1DeveloperAppKey |
GoogleCloudApigeeV1DeveloperAppKey.setAttributes(List<GoogleCloudApigeeV1Attribute> attributes)
List of attributes associated with the credential.
|
GoogleCloudApigeeV1DeveloperAppKey |
GoogleCloudApigeeV1DeveloperAppKey.setConsumerKey(String consumerKey)
Consumer key.
|
GoogleCloudApigeeV1DeveloperAppKey |
GoogleCloudApigeeV1DeveloperAppKey.setConsumerSecret(String consumerSecret)
Secret key.
|
GoogleCloudApigeeV1DeveloperAppKey |
GoogleCloudApigeeV1DeveloperAppKey.setExpiresAt(Long expiresAt)
Time the developer app expires in milliseconds since epoch.
|
GoogleCloudApigeeV1DeveloperAppKey |
GoogleCloudApigeeV1DeveloperAppKey.setExpiresInSeconds(Long expiresInSeconds)
Input only.
|
GoogleCloudApigeeV1DeveloperAppKey |
GoogleCloudApigeeV1DeveloperAppKey.setIssuedAt(Long issuedAt)
Time the developer app was created in milliseconds since epoch.
|
GoogleCloudApigeeV1DeveloperAppKey |
GoogleCloudApigeeV1DeveloperAppKey.setScopes(List<String> scopes)
Scopes to apply to the app.
|
GoogleCloudApigeeV1DeveloperAppKey |
GoogleCloudApigeeV1DeveloperAppKey.setStatus(String status)
Status of the credential.
|
Copyright © 2011–2025 Google. All rights reserved.