TagKeysResource class

Constructors

TagKeysResource(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(TagKey request, {bool? validateOnly, String? $fields}) Future<Operation>
Creates a new TagKey.
delete(String name, {String? etag, bool? validateOnly, String? $fields}) Future<Operation>
Deletes a TagKey.
get(String name, {String? $fields}) Future<TagKey>
Retrieves a TagKey.
getIamPolicy(GetIamPolicyRequest request, String resource, {String? $fields}) Future<Policy>
Gets the access control policy for a TagKey.
getNamespaced({String? name, String? $fields}) Future<TagKey>
Retrieves a TagKey by its namespaced name.
list({int? pageSize, String? pageToken, String? parent, String? $fields}) Future<ListTagKeysResponse>
Lists all TagKeys for a parent resource.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(TagKey request, String name, {String? updateMask, bool? validateOnly, String? $fields}) Future<Operation>
Updates the attributes of the TagKey resource.
setIamPolicy(SetIamPolicyRequest request, String resource, {String? $fields}) Future<Policy>
Sets the access control policy on a TagKey, replacing any existing policy.
testIamPermissions(TestIamPermissionsRequest request, String resource, {String? $fields}) Future<TestIamPermissionsResponse>
Returns permissions that a caller has on the specified TagKey.
toString() String
A string representation of this object.
inherited

Operators

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