class OrganizationsDevelopersAppsKeysApiproducts extends Resource (View source)

The "apiproducts" collection of methods.

Typical usage is:

 $apigeeService = new Google\Service\Apigee(...);
 $apiproducts = $apigeeService->organizations_developers_apps_keys_apiproducts;

Methods

delete(string $name, array $optParams = [])

Removes an API product from an app's consumer key. After the API product is removed, the app cannot access the API resources defined in that API product.

updateDeveloperAppKeyApiProduct(string $name, array $optParams = [])

Approves or revokes the consumer key for an API product. After a consumer key is approved, the app can use it to access APIs. A consumer key that is revoked or pending cannot be used to access an API. Any access tokens associated with a revoked consumer key will remain active. However, Apigee checks the status of the consumer key and if set to revoked will not allow access to the API. (apiproducts.updateDeveloperAppKeyApiProduct)

Details

GoogleCloudApigeeV1DeveloperAppKey delete(string $name, array $optParams = [])

Removes an API product from an app's consumer key. After the API product is removed, the app cannot access the API resources defined in that API product.

Note: The consumer key is not removed, only its association with the API product. (apiproducts.delete)

Parameters

string $name

Name of the API product in the developer app key in the following format: organizations/{org}/developers/{developer_email}/apps/{app }/keys/{key}/apiproducts/{apiproduct}

array $optParams

Optional parameters.

Return Value

GoogleCloudApigeeV1DeveloperAppKey

Exceptions

Exception

GoogleProtobufEmpty updateDeveloperAppKeyApiProduct(string $name, array $optParams = [])

Approves or revokes the consumer key for an API product. After a consumer key is approved, the app can use it to access APIs. A consumer key that is revoked or pending cannot be used to access an API. Any access tokens associated with a revoked consumer key will remain active. However, Apigee checks the status of the consumer key and if set to revoked will not allow access to the API. (apiproducts.updateDeveloperAppKeyApiProduct)

Parameters

string $name

Name of the API product in the developer app key in the following format: organizations/{org}/developers/{developer_email}/apps/{app }/keys/{key}/apiproducts/{apiproduct}

array $optParams

Optional parameters.

Return Value

GoogleProtobufEmpty

Exceptions

Exception