TagValuesResource class

Constructors

TagValuesResource(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
tagHolds TagValuesTagHoldsResource
no setter

Methods

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

Operators

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