public class Apigee.Organizations.Environments.Keyvaluemaps.Entries extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Apigee.Organizations.Environments.Keyvaluemaps.Entries.Create |
class |
Apigee.Organizations.Environments.Keyvaluemaps.Entries.Delete |
class |
Apigee.Organizations.Environments.Keyvaluemaps.Entries.Get |
class |
Apigee.Organizations.Environments.Keyvaluemaps.Entries.List |
class |
Apigee.Organizations.Environments.Keyvaluemaps.Entries.Update |
| Constructor and Description |
|---|
Entries() |
| Modifier and Type | Method and Description |
|---|---|
Apigee.Organizations.Environments.Keyvaluemaps.Entries.Create |
create(String parent,
GoogleCloudApigeeV1KeyValueEntry content)
Creates key value entries in a key value map scoped to an organization, environment, or API
proxy.
|
Apigee.Organizations.Environments.Keyvaluemaps.Entries.Delete |
delete(String name)
Deletes a key value entry from a key value map scoped to an organization, environment, or API
proxy.
|
Apigee.Organizations.Environments.Keyvaluemaps.Entries.Get |
get(String name)
Get the key value entry value for a key value map scoped to an organization, environment, or API
proxy.
|
Apigee.Organizations.Environments.Keyvaluemaps.Entries.List |
list(String parent)
Lists key value entries for key values maps scoped to an organization, environment, or API proxy.
|
Apigee.Organizations.Environments.Keyvaluemaps.Entries.Update |
update(String name,
GoogleCloudApigeeV1KeyValueEntry content)
Update key value entry scoped to an organization, environment, or API proxy for an existing key.
|
public Apigee.Organizations.Environments.Keyvaluemaps.Entries.Create create(String parent, GoogleCloudApigeeV1KeyValueEntry content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. Scope as indicated by the URI in which to create the key value map entry. Use **one** of
the following structures in your request: *
`organizations/{organization}/apis/{api}/keyvaluemaps/{keyvaluemap}`. *
`organizations/{organization}/environments/{environment}/keyvaluemaps/{keyvaluemap}` *
`organizations/{organization}/keyvaluemaps/{keyvaluemap}`. If the KeyValueMap is under an
API Proxy resource that has the `space` attribute set, IAM permissions are checked against
the Space resource path. To learn more, read the [Apigee Spaces
Overview](https://cloud.google.com/apigee/docs/api-platform/system-
administration/spaces/apigee-spaces-overview).content - the GoogleCloudApigeeV1KeyValueEntryIOExceptionpublic Apigee.Organizations.Environments.Keyvaluemaps.Entries.Delete delete(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Scope as indicated by the URI in which to delete the key value map entry. Use **one** of
the following structures in your request: *
`organizations/{organization}/apis/{api}/keyvaluemaps/{keyvaluemap}/entries/{entry}`. * `o
rganizations/{organization}/environments/{environment}/keyvaluemaps/{keyvaluemap}/entries/
{entry}` * `organizations/{organization}/keyvaluemaps/{keyvaluemap}/entries/{entry}`. If
the KeyValueMap is under an API Proxy resource that has the `space` attribute set, IAM
permissions are checked against the Space resource path. To learn more, read the [Apigee
Spaces Overview](https://cloud.google.com/apigee/docs/api-platform/system-
administration/spaces/apigee-spaces-overview).IOExceptionpublic Apigee.Organizations.Environments.Keyvaluemaps.Entries.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Scope as indicated by the URI in which to fetch the key value map entry/value. Use **one**
of the following structures in your request: *
`organizations/{organization}/apis/{api}/keyvaluemaps/{keyvaluemap}/entries/{entry}`. * `o
rganizations/{organization}/environments/{environment}/keyvaluemaps/{keyvaluemap}/entries/
{entry}` * `organizations/{organization}/keyvaluemaps/{keyvaluemap}/entries/{entry}`. If
the KeyValueMap is under an API Proxy resource that has the `space` attribute set, IAM
permissions are checked against the Space resource path. To learn more, read the [Apigee
Spaces Overview](https://cloud.google.com/apigee/docs/api-platform/system-
administration/spaces/apigee-spaces-overview).IOExceptionpublic Apigee.Organizations.Environments.Keyvaluemaps.Entries.List list(String parent) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. Scope as indicated by the URI in which to list key value maps. Use **one** of the
following structures in your request: *
`organizations/{organization}/apis/{api}/keyvaluemaps/{keyvaluemap}`. *
`organizations/{organization}/environments/{environment}/keyvaluemaps/{keyvaluemap}` *
`organizations/{organization}/keyvaluemaps/{keyvaluemap}`. If the KeyValueMap is under an
API Proxy resource that has the `space` attribute set, IAM permissions are checked against
the Space resource path. To learn more, read the [Apigee Spaces
Overview](https://cloud.google.com/apigee/docs/api-platform/system-
administration/spaces/apigee-spaces-overview).IOExceptionpublic Apigee.Organizations.Environments.Keyvaluemaps.Entries.Update update(String name, GoogleCloudApigeeV1KeyValueEntry content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Scope as indicated by the URI in which to create the key value map entry. Use **one** of
the following structures in your request: *
`organizations/{organization}/apis/{api}/keyvaluemaps/{keyvaluemap}`. *
`organizations/{organization}/environments/{environment}/keyvaluemaps/{keyvaluemap}` *
`organizations/{organization}/keyvaluemaps/{keyvaluemap}`. If the KeyValueMap is under an
API Proxy resource that has the `space` attribute set, IAM permissions are checked against
the Space resource path. To learn more, read the [Apigee Spaces
Overview](https://cloud.google.com/apigee/docs/api-platform/system-
administration/spaces/apigee-spaces-overview).content - the GoogleCloudApigeeV1KeyValueEntryIOExceptionCopyright © 2011–2025 Google. All rights reserved.