OrganizationsEnvironmentsKeystoresResource class

Constructors

OrganizationsEnvironmentsKeystoresResource(ApiRequester client)

Properties

aliases OrganizationsEnvironmentsKeystoresAliasesResource
no setter
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(GoogleCloudApigeeV1Keystore request, String parent, {String? name, String? $fields}) Future<GoogleCloudApigeeV1Keystore>
Creates a keystore or truststore.
delete(String name, {String? $fields}) Future<GoogleCloudApigeeV1Keystore>
Deletes a keystore or truststore.
get(String name, {String? $fields}) Future<GoogleCloudApigeeV1Keystore>
Gets a keystore or truststore.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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