| 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.Create |
Apigee.Organizations.Developers.Apps.create(String parent,
GoogleCloudApigeeV1DeveloperApp content)
Creates an app associated with a developer.
|
Apigee.Organizations.Developers.Apps.GenerateKeyPairOrUpdateDeveloperAppStatus |
Apigee.Organizations.Developers.Apps.generateKeyPairOrUpdateDeveloperAppStatus(String name,
GoogleCloudApigeeV1DeveloperApp content)
Manages access to a developer app by enabling you to: * Approve or revoke a developer app *
Generate a new consumer key and secret for a developer app To approve or revoke a developer app,
set the `action` query parameter to `approve` or `revoke`, respectively, and the `Content-Type`
header to `application/octet-stream`.
|
Apigee.Organizations.Developers.Apps.Update |
Apigee.Organizations.Developers.Apps.update(String name,
GoogleCloudApigeeV1DeveloperApp content)
Updates the details for a developer app.
|
| Constructor and Description |
|---|
Create(String parent,
GoogleCloudApigeeV1DeveloperApp content)
Creates an app associated with a developer.
|
GenerateKeyPairOrUpdateDeveloperAppStatus(String name,
GoogleCloudApigeeV1DeveloperApp content)
Manages access to a developer app by enabling you to: * Approve or revoke a developer app *
Generate a new consumer key and secret for a developer app To approve or revoke a developer
app, set the `action` query parameter to `approve` or `revoke`, respectively, and the `Content-
Type` header to `application/octet-stream`.
|
Update(String name,
GoogleCloudApigeeV1DeveloperApp content)
Updates the details for a developer app.
|
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudApigeeV1DeveloperApp |
GoogleCloudApigeeV1DeveloperApp.clone() |
GoogleCloudApigeeV1DeveloperApp |
GoogleCloudApigeeV1DeveloperApp.set(String fieldName,
Object value) |
GoogleCloudApigeeV1DeveloperApp |
GoogleCloudApigeeV1DeveloperApp.setApiProducts(List<String> apiProducts)
List of API products associated with the developer app.
|
GoogleCloudApigeeV1DeveloperApp |
GoogleCloudApigeeV1DeveloperApp.setAppFamily(String appFamily)
Developer app family.
|
GoogleCloudApigeeV1DeveloperApp |
GoogleCloudApigeeV1DeveloperApp.setAppId(String appId)
ID of the developer app.
|
GoogleCloudApigeeV1DeveloperApp |
GoogleCloudApigeeV1DeveloperApp.setAttributes(List<GoogleCloudApigeeV1Attribute> attributes)
List of attributes for the developer app.
|
GoogleCloudApigeeV1DeveloperApp |
GoogleCloudApigeeV1DeveloperApp.setCallbackUrl(String callbackUrl)
Callback URL used by OAuth 2.0 authorization servers to communicate authorization codes back to
developer apps.
|
GoogleCloudApigeeV1DeveloperApp |
GoogleCloudApigeeV1DeveloperApp.setCreatedAt(Long createdAt)
Output only.
|
GoogleCloudApigeeV1DeveloperApp |
GoogleCloudApigeeV1DeveloperApp.setCredentials(List<GoogleCloudApigeeV1Credential> credentials)
Output only.
|
GoogleCloudApigeeV1DeveloperApp |
GoogleCloudApigeeV1DeveloperApp.setDeveloperId(String developerId)
ID of the developer.
|
GoogleCloudApigeeV1DeveloperApp |
GoogleCloudApigeeV1DeveloperApp.setKeyExpiresIn(Long keyExpiresIn)
Expiration time, in milliseconds, for the consumer key that is generated for the developer app.
|
GoogleCloudApigeeV1DeveloperApp |
GoogleCloudApigeeV1DeveloperApp.setLastModifiedAt(Long lastModifiedAt)
Output only.
|
GoogleCloudApigeeV1DeveloperApp |
GoogleCloudApigeeV1DeveloperApp.setName(String name)
Name of the developer app.
|
GoogleCloudApigeeV1DeveloperApp |
GoogleCloudApigeeV1DeveloperApp.setScopes(List<String> scopes)
Scopes to apply to the developer app.
|
GoogleCloudApigeeV1DeveloperApp |
GoogleCloudApigeeV1DeveloperApp.setStatus(String status)
Status of the credential.
|
| Modifier and Type | Method and Description |
|---|---|
List<GoogleCloudApigeeV1DeveloperApp> |
GoogleCloudApigeeV1ListDeveloperAppsResponse.getApp()
List of developer apps and their credentials.
|
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudApigeeV1ListDeveloperAppsResponse |
GoogleCloudApigeeV1ListDeveloperAppsResponse.setApp(List<GoogleCloudApigeeV1DeveloperApp> app)
List of developer apps and their credentials.
|
Copyright © 2011–2025 Google. All rights reserved.