OrganizationsApisKeyvaluemaps
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)
GoogleCloudApigeeV1KeyValueMap
delete(string $name, array $optParams = [])
Deletes a key value map from an API proxy. (keyvaluemaps.delete)