ProjectsLocationsRepositoriesHooksResource 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(Hook request, String parent, {String? hookId, String? $fields})
→ Future<Operation>
-
Creates a new hook in a given repository.
-
delete(String name, {String? $fields})
→ Future<Operation>
-
Deletes a Hook.
-
get(String name, {String? $fields})
→ Future<Hook>
-
Gets metadata of a hook.
-
list(String parent, {int? pageSize, String? pageToken, String? $fields})
→ Future<ListHooksResponse>
-
Lists hooks in a given repository.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(Hook request, String name, {String? updateMask, String? $fields})
→ Future<Operation>
-
Updates the metadata of a hook.
-
toString()
→ String
-
A string representation of this object.
inherited