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