OrganizationsDevelopersAppsKeysResource class

Constructors

OrganizationsDevelopersAppsKeysResource(ApiRequester client)

Properties

apiproducts OrganizationsDevelopersAppsKeysApiproductsResource
no setter
create_1 OrganizationsDevelopersAppsKeysCreateResource
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(GoogleCloudApigeeV1DeveloperAppKey request, String parent, {String? $fields}) Future<GoogleCloudApigeeV1DeveloperAppKey>
Creates a custom consumer key and secret for a developer app.
delete(String name, {String? $fields}) Future<GoogleCloudApigeeV1DeveloperAppKey>
Deletes an app's consumer key and removes all API products associated with the app.
get(String name, {String? $fields}) Future<GoogleCloudApigeeV1DeveloperAppKey>
Gets details for a consumer key for a developer 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
replaceDeveloperAppKey(GoogleCloudApigeeV1DeveloperAppKey request, String name, {String? $fields}) Future<GoogleCloudApigeeV1DeveloperAppKey>
Updates the scope of an app.
toString() String
A string representation of this object.
inherited
updateDeveloperAppKey(GoogleCloudApigeeV1DeveloperAppKey request, String name, {String? action, String? $fields}) Future<GoogleCloudApigeeV1DeveloperAppKey>
Adds an API product to a developer app key, 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