OrganizationsDevelopersAppsResource class

Constructors

OrganizationsDevelopersAppsResource(ApiRequester client)

Properties

attributes_1 OrganizationsDevelopersAppsAttributesResource
no setter
hashCode int
The hash code for this object.
no setterinherited
keys OrganizationsDevelopersAppsKeysResource
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

attributes(GoogleCloudApigeeV1Attributes request, String name, {String? $fields}) Future<GoogleCloudApigeeV1Attributes>
Updates attributes for a developer app.
create(GoogleCloudApigeeV1DeveloperApp request, String parent, {String? $fields}) Future<GoogleCloudApigeeV1DeveloperApp>
Creates an app associated with a developer.
delete(String name, {String? $fields}) Future<GoogleCloudApigeeV1DeveloperApp>
Deletes a developer app.
generateKeyPairOrUpdateDeveloperAppStatus(GoogleCloudApigeeV1DeveloperApp request, String name, {String? action, String? $fields}) Future<GoogleCloudApigeeV1DeveloperApp>
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.
get(String name, {String? entity, String? query, String? $fields}) Future<GoogleCloudApigeeV1DeveloperApp>
Returns the details for a developer app.
list(String parent, {String? count, bool? expand, bool? shallowExpand, String? startKey, String? $fields}) Future<GoogleCloudApigeeV1ListDeveloperAppsResponse>
Lists all apps created by a developer 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(GoogleCloudApigeeV1DeveloperApp request, String name, {String? $fields}) Future<GoogleCloudApigeeV1DeveloperApp>
Updates the details for a developer app.

Operators

operator ==(Object other) bool
The equality operator.
inherited