class OrganizationsKeyvaluemaps extends Resource (View source)

The "keyvaluemaps" collection of methods.

Typical usage is:

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

Methods

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

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

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

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

Details

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

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

Parameters

string $parent

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

GoogleCloudApigeeV1KeyValueMap $postBody
array $optParams

Optional parameters.

Return Value

GoogleCloudApigeeV1KeyValueMap

Exceptions

Exception

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

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

Parameters

string $name

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

array $optParams

Optional parameters.

Return Value

GoogleCloudApigeeV1KeyValueMap

Exceptions

Exception