class OrganizationsApisKeyvaluemaps extends Resource (View source)

The "keyvaluemaps" collection of methods.

Typical usage is:

 $apigeeService = new Google\Service\Apigee(...);
 $keyvaluemaps = $apigeeService->organizations_apis_keyvaluemaps;

Methods

create(string $parent, GoogleCloudApigeeV1KeyValueMap $postBody, array $optParams = [])

Creates a key value map in an API proxy. (keyvaluemaps.create)

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

Deletes a key value map from an API proxy. (keyvaluemaps.delete)

Details

GoogleCloudApigeeV1KeyValueMap create(string $parent, GoogleCloudApigeeV1KeyValueMap $postBody, array $optParams = [])

Creates a key value map in an API proxy. (keyvaluemaps.create)

Parameters

string $parent

Required. Name of the environment in which to create the key value map. Use the following structure in your request: organizations/{org}/apis/{api}

GoogleCloudApigeeV1KeyValueMap $postBody
array $optParams

Optional parameters.

Return Value

GoogleCloudApigeeV1KeyValueMap

Exceptions

Exception

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

Deletes a key value map from an API proxy. (keyvaluemaps.delete)

Parameters

string $name

Required. Name of the key value map. Use the following structure in your request: organizations/{org}/apis/{api}/keyvaluemaps/{keyvaluemap}

array $optParams

Optional parameters.

Return Value

GoogleCloudApigeeV1KeyValueMap

Exceptions

Exception