class OrganizationsEnvironmentsKeyvaluemaps extends Resource (View source)

The "keyvaluemaps" collection of methods.

Typical usage is:

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

Methods

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

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

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

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

Details

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

Creates a key value map in an environment. (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}/environments/{env}

GoogleCloudApigeeV1KeyValueMap $postBody
array $optParams

Optional parameters.

Return Value

GoogleCloudApigeeV1KeyValueMap

Exceptions

Exception

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

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

Parameters

string $name

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

array $optParams

Optional parameters.

Return Value

GoogleCloudApigeeV1KeyValueMap

Exceptions

Exception