OrganizationsEnvironmentsKeyvaluemapsEntries
class OrganizationsEnvironmentsKeyvaluemapsEntries extends Resource (View source)
The "entries" collection of methods.
Typical usage is:
$apigeeService = new Google\Service\Apigee(...);
$entries = $apigeeService->organizations_environments_keyvaluemaps_entries;
Methods
Creates key value entries in a key value map scoped to an organization, environment, or API proxy. Note: Supported for Apigee hybrid 1.8.x and higher. (entries.create)
Deletes a key value entry from a key value map scoped to an organization, environment, or API proxy. Notes: After you delete the key value entry, the policy consuming the entry will continue to function with its cached values for a few minutes. This is expected behavior. Supported for Apigee hybrid 1.8.x and higher. (entries.delete)
Get the key value entry value for a key value map scoped to an organization, environment, or API proxy. Note: Supported for Apigee hybrid 1.8.x and higher. (entries.get)
Lists key value entries for key values maps scoped to an organization, environment, or API proxy. Note: Supported for Apigee hybrid 1.8.x and higher. (entries.listOrganizationsEnvironmentsKeyvaluemapsEntries)
Update key value entry scoped to an organization, environment, or API proxy for an existing key. (entries.update)
Details
GoogleCloudApigeeV1KeyValueEntry
create(string $parent, GoogleCloudApigeeV1KeyValueEntry $postBody, array $optParams = [])
Creates key value entries in a key value map scoped to an organization, environment, or API proxy. Note: Supported for Apigee hybrid 1.8.x and higher. (entries.create)
GoogleCloudApigeeV1KeyValueEntry
delete(string $name, array $optParams = [])
Deletes a key value entry from a key value map scoped to an organization, environment, or API proxy. Notes: After you delete the key value entry, the policy consuming the entry will continue to function with its cached values for a few minutes. This is expected behavior. Supported for Apigee hybrid 1.8.x and higher. (entries.delete)
GoogleCloudApigeeV1KeyValueEntry
get(string $name, array $optParams = [])
Get the key value entry value for a key value map scoped to an organization, environment, or API proxy. Note: Supported for Apigee hybrid 1.8.x and higher. (entries.get)
GoogleCloudApigeeV1ListKeyValueEntriesResponse
listOrganizationsEnvironmentsKeyvaluemapsEntries(string $parent, array $optParams = [])
Lists key value entries for key values maps scoped to an organization, environment, or API proxy. Note: Supported for Apigee hybrid 1.8.x and higher. (entries.listOrganizationsEnvironmentsKeyvaluemapsEntries)
GoogleCloudApigeeV1KeyValueEntry
update(string $name, GoogleCloudApigeeV1KeyValueEntry $postBody, array $optParams = [])
Update key value entry scoped to an organization, environment, or API proxy for an existing key. (entries.update)