ProjectsHmacKeysResource class
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(String projectId, String serviceAccountEmail, {String? userProject, String? $fields})
→ Future<HmacKey>
-
Creates a new HMAC key for the specified service account.
-
delete(String projectId, String accessId, {String? userProject, String? $fields})
→ Future<void>
-
Deletes an HMAC key.
-
get(String projectId, String accessId, {String? userProject, String? $fields})
→ Future<HmacKeyMetadata>
-
Retrieves an HMAC key's metadata
-
list(String projectId, {int? maxResults, String? pageToken, String? serviceAccountEmail, bool? showDeletedKeys, String? userProject, String? $fields})
→ Future<HmacKeysMetadata>
-
Retrieves a list of HMAC keys matching the criteria.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
-
update(HmacKeyMetadata request, String projectId, String accessId, {String? userProject, String? $fields})
→ Future<HmacKeyMetadata>
-
Updates the state of an HMAC key.