OrganizationsAppgroupsAppsKeysResource class

Constructors

OrganizationsAppgroupsAppsKeysResource(ApiRequester client)

Properties

apiproducts OrganizationsAppgroupsAppsKeysApiproductsResource
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

create(GoogleCloudApigeeV1AppGroupAppKey request, String parent, {String? $fields}) Future<GoogleCloudApigeeV1AppGroupAppKey>
Creates a custom consumer key and secret for a AppGroup app.
delete(String name, {String? $fields}) Future<GoogleCloudApigeeV1AppGroupAppKey>
Deletes an app's consumer key and removes all API products associated with the app.
get(String name, {String? $fields}) Future<GoogleCloudApigeeV1AppGroupAppKey>
Gets details for a consumer key for a AppGroup app, including the key and secret value, associated API products, and other information.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateAppGroupAppKey(GoogleCloudApigeeV1UpdateAppGroupAppKeyRequest request, String name, {String? $fields}) Future<GoogleCloudApigeeV1AppGroupAppKey>
Adds an API product to an AppGroupAppKey, enabling the app that holds the key to access the API resources bundled in the API product.

Operators

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