OrganizationsAppgroupsAppsResource class
Methods
-
create(GoogleCloudApigeeV1AppGroupApp request, String parent, {String? $fields})
→ Future<GoogleCloudApigeeV1AppGroupApp>
-
Creates an app and associates it with an AppGroup.
-
delete(String name, {String? $fields})
→ Future<GoogleCloudApigeeV1AppGroupApp>
-
Deletes an AppGroup app.
-
get(String name, {String? $fields})
→ Future<GoogleCloudApigeeV1AppGroupApp>
-
Returns the details for an AppGroup app.
-
list(String parent, {int? pageSize, String? pageToken, String? $fields})
→ Future<GoogleCloudApigeeV1ListAppGroupAppsResponse>
-
Lists all apps created by an AppGroup in an Apigee organization.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
-
update(GoogleCloudApigeeV1AppGroupApp request, String name, {String? action, String? $fields})
→ Future<GoogleCloudApigeeV1AppGroupApp>
-
Updates the details for an AppGroup app.