| Package | Description |
|---|---|
| com.google.api.services.apigee.v1 | |
| com.google.api.services.apigee.v1.model |
| Modifier and Type | Method and Description |
|---|---|
Apigee.Organizations.Appgroups.Apps.Create |
Apigee.Organizations.Appgroups.Apps.create(String parent,
GoogleCloudApigeeV1AppGroupApp content)
Creates an app and associates it with an AppGroup.
|
Apigee.Organizations.Appgroups.Apps.Update |
Apigee.Organizations.Appgroups.Apps.update(String name,
GoogleCloudApigeeV1AppGroupApp content)
Updates the details for an AppGroup app.
|
| Constructor and Description |
|---|
Create(String parent,
GoogleCloudApigeeV1AppGroupApp content)
Creates an app and associates it with an AppGroup.
|
Update(String name,
GoogleCloudApigeeV1AppGroupApp content)
Updates the details for an AppGroup app.
|
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudApigeeV1AppGroupApp |
GoogleCloudApigeeV1AppGroupApp.clone() |
GoogleCloudApigeeV1AppGroupApp |
GoogleCloudApigeeV1AppGroupApp.set(String fieldName,
Object value) |
GoogleCloudApigeeV1AppGroupApp |
GoogleCloudApigeeV1AppGroupApp.setApiProducts(List<String> apiProducts)
List of API products associated with the AppGroup app.
|
GoogleCloudApigeeV1AppGroupApp |
GoogleCloudApigeeV1AppGroupApp.setAppGroup(String appGroup)
Immutable.
|
GoogleCloudApigeeV1AppGroupApp |
GoogleCloudApigeeV1AppGroupApp.setAppId(String appId)
Immutable.
|
GoogleCloudApigeeV1AppGroupApp |
GoogleCloudApigeeV1AppGroupApp.setAttributes(List<GoogleCloudApigeeV1Attribute> attributes)
List of attributes for the AppGroup app.
|
GoogleCloudApigeeV1AppGroupApp |
GoogleCloudApigeeV1AppGroupApp.setCallbackUrl(String callbackUrl)
Callback URL used by OAuth 2.0 authorization servers to communicate authorization codes back to
AppGroup apps.
|
GoogleCloudApigeeV1AppGroupApp |
GoogleCloudApigeeV1AppGroupApp.setCreatedAt(Long createdAt)
Output only.
|
GoogleCloudApigeeV1AppGroupApp |
GoogleCloudApigeeV1AppGroupApp.setCredentials(List<GoogleCloudApigeeV1Credential> credentials)
Output only.
|
GoogleCloudApigeeV1AppGroupApp |
GoogleCloudApigeeV1AppGroupApp.setKeyExpiresIn(Long keyExpiresIn)
Immutable.
|
GoogleCloudApigeeV1AppGroupApp |
GoogleCloudApigeeV1AppGroupApp.setLastModifiedAt(Long lastModifiedAt)
Output only.
|
GoogleCloudApigeeV1AppGroupApp |
GoogleCloudApigeeV1AppGroupApp.setName(String name)
Immutable.
|
GoogleCloudApigeeV1AppGroupApp |
GoogleCloudApigeeV1AppGroupApp.setScopes(List<String> scopes)
Scopes to apply to the AppGroup app.
|
GoogleCloudApigeeV1AppGroupApp |
GoogleCloudApigeeV1AppGroupApp.setStatus(String status)
Status of the App.
|
| Modifier and Type | Method and Description |
|---|---|
List<GoogleCloudApigeeV1AppGroupApp> |
GoogleCloudApigeeV1ListAppGroupAppsResponse.getAppGroupApps()
List of AppGroup apps and their credentials.
|
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudApigeeV1ListAppGroupAppsResponse |
GoogleCloudApigeeV1ListAppGroupAppsResponse.setAppGroupApps(List<GoogleCloudApigeeV1AppGroupApp> appGroupApps)
List of AppGroup apps and their credentials.
|
Copyright © 2011–2025 Google. All rights reserved.