public class Apigee.Organizations.Appgroups.Apps extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Apigee.Organizations.Appgroups.Apps.Create |
class |
Apigee.Organizations.Appgroups.Apps.Delete |
class |
Apigee.Organizations.Appgroups.Apps.Get |
class |
Apigee.Organizations.Appgroups.Apps.Keys
The "keys" collection of methods.
|
class |
Apigee.Organizations.Appgroups.Apps.List |
class |
Apigee.Organizations.Appgroups.Apps.Update |
| Constructor and Description |
|---|
Apps() |
| Modifier and Type | Method and Description |
|---|---|
Apigee.Organizations.Appgroups.Apps.Create |
create(String parent,
GoogleCloudApigeeV1AppGroupApp content)
Creates an app and associates it with an AppGroup.
|
Apigee.Organizations.Appgroups.Apps.Delete |
delete(String name)
Deletes an AppGroup app.
|
Apigee.Organizations.Appgroups.Apps.Get |
get(String name)
Returns the details for an AppGroup app.
|
Apigee.Organizations.Appgroups.Apps.Keys |
keys()
An accessor for creating requests from the Keys collection.
|
Apigee.Organizations.Appgroups.Apps.List |
list(String parent)
Lists all apps created by an AppGroup in an Apigee organization.
|
Apigee.Organizations.Appgroups.Apps.Update |
update(String name,
GoogleCloudApigeeV1AppGroupApp content)
Updates the details for an AppGroup app.
|
public Apigee.Organizations.Appgroups.Apps.Create create(String parent, GoogleCloudApigeeV1AppGroupApp content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. Name of the AppGroup. Use the following structure in your request:
`organizations/{org}/appgroups/{app_group_name}`content - the GoogleCloudApigeeV1AppGroupAppIOExceptionpublic Apigee.Organizations.Appgroups.Apps.Delete delete(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Name of the AppGroup app. Use the following structure in your request:
`organizations/{org}/appgroups/{app_group_name}/apps/{app}`IOExceptionpublic Apigee.Organizations.Appgroups.Apps.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Name of the AppGroup app. Use the following structure in your request:
`organizations/{org}/appgroups/{app_group_name}/apps/{app}`IOExceptionpublic Apigee.Organizations.Appgroups.Apps.List list(String parent) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. Name of the AppGroup. Use the following structure in your request:
`organizations/{org}/appgroups/{app_group_name}`IOExceptionpublic Apigee.Organizations.Appgroups.Apps.Update update(String name, GoogleCloudApigeeV1AppGroupApp content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Name of the AppGroup app. Use the following structure in your request:
`organizations/{org}/appgroups/{app_group_name}/apps/{app}`content - the GoogleCloudApigeeV1AppGroupAppIOExceptionpublic Apigee.Organizations.Appgroups.Apps.Keys keys()
The typical use is:
Apigee apigee = new Apigee(...);Apigee.Keys.List request = apigee.keys().list(parameters ...)
Copyright © 2011–2025 Google. All rights reserved.