OrganizationsApisKeyvaluemapsEntriesResource class

Constructors

OrganizationsApisKeyvaluemapsEntriesResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

create(GoogleCloudApigeeV1KeyValueEntry request, String parent, {String? $fields}) Future<GoogleCloudApigeeV1KeyValueEntry>
Creates key value entries in a key value map scoped to an organization, environment, or API proxy.
delete(String name, {String? $fields}) Future<GoogleCloudApigeeV1KeyValueEntry>
Deletes a key value entry from a key value map scoped to an organization, environment, or API proxy.
get(String name, {String? $fields}) Future<GoogleCloudApigeeV1KeyValueEntry>
Get the key value entry value for a key value map scoped to an organization, environment, or API proxy.
list(String parent, {int? pageSize, String? pageToken, String? $fields}) Future<GoogleCloudApigeeV1ListKeyValueEntriesResponse>
Lists key value entries for key values maps 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(GoogleCloudApigeeV1KeyValueEntry request, String name, {String? $fields}) Future<GoogleCloudApigeeV1KeyValueEntry>
Update key value entry scoped to an organization, environment, or API proxy for an existing key.

Operators

operator ==(Object other) bool
The equality operator.
inherited