OrganizationsEnvironmentsKeyvaluemapsResource class
Methods
-
create(GoogleCloudApigeeV1KeyValueMap request, String parent, {String? $fields})
→ Future<GoogleCloudApigeeV1KeyValueMap>
-
Creates a key value map in an environment.
-
delete(String name, {String? $fields})
→ Future<GoogleCloudApigeeV1KeyValueMap>
-
Deletes a key value map from an environment.
-
get(String name, {String? $fields})
→ Future<GoogleCloudApigeeV1KeyValueMap>
-
Get the key value map scoped to an organization, environment, or API
proxy.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
-
update(GoogleCloudApigeeV1KeyValueMap request, String name, {String? $fields})
→ Future<GoogleCloudApigeeV1KeyValueMap>
-
Update the key value map scoped to an organization, environment, or API
proxy.