public class Apigee.Organizations.Keyvaluemaps extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Apigee.Organizations.Keyvaluemaps.Create |
class |
Apigee.Organizations.Keyvaluemaps.Delete |
class |
Apigee.Organizations.Keyvaluemaps.Entries
The "entries" collection of methods.
|
class |
Apigee.Organizations.Keyvaluemaps.Get |
class |
Apigee.Organizations.Keyvaluemaps.Update |
| Constructor and Description |
|---|
Keyvaluemaps() |
| Modifier and Type | Method and Description |
|---|---|
Apigee.Organizations.Keyvaluemaps.Create |
create(String parent,
GoogleCloudApigeeV1KeyValueMap content)
Creates a key value map in an organization.
|
Apigee.Organizations.Keyvaluemaps.Delete |
delete(String name)
Deletes a key value map from an organization.
|
Apigee.Organizations.Keyvaluemaps.Entries |
entries()
An accessor for creating requests from the Entries collection.
|
Apigee.Organizations.Keyvaluemaps.Get |
get(String name)
Get the key value map scoped to an organization, environment, or API proxy.
|
Apigee.Organizations.Keyvaluemaps.Update |
update(String name,
GoogleCloudApigeeV1KeyValueMap content)
Update the key value map scoped to an organization, environment, or API proxy.
|
public Apigee.Organizations.Keyvaluemaps.Create create(String parent, GoogleCloudApigeeV1KeyValueMap content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. Name of the organization in which to create the key value map file. Use the following
structure in your request: `organizations/{org}`content - the GoogleCloudApigeeV1KeyValueMapIOExceptionpublic Apigee.Organizations.Keyvaluemaps.Delete delete(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Name of the key value map. Use the following structure in your request:
`organizations/{org}/keyvaluemaps/{keyvaluemap}`IOExceptionpublic Apigee.Organizations.Keyvaluemaps.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. 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.Keyvaluemaps.Update update(String name, GoogleCloudApigeeV1KeyValueMap content) 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. 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 GoogleCloudApigeeV1KeyValueMapIOExceptionpublic Apigee.Organizations.Keyvaluemaps.Entries entries()
The typical use is:
Apigee apigee = new Apigee(...);Apigee.Entries.List request = apigee.entries().list(parameters ...)
Copyright © 2011–2025 Google. All rights reserved.