ProjectsLocationsKeyHandlesResource class
Constructors
- ProjectsLocationsKeyHandlesResource(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(
KeyHandle request, String parent, {String? keyHandleId, String? $fields}) → Future< Operation> - Creates a new KeyHandle, triggering the provisioning of a new CryptoKey for CMEK use with the given resource type in the configured key project and the same location.
-
get(
String name, {String? $fields}) → Future< KeyHandle> - Returns the KeyHandle.
-
list(
String parent, {String? filter, String? $fields}) → Future< ListKeyHandlesResponse> - Lists KeyHandles.
-
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