ProjectsLocationsTriggersResource 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(BuildTrigger request, String parent, {String? projectId, String? $fields})
→ Future<BuildTrigger>
-
Creates a new
BuildTrigger
.
-
delete(String name, {String? projectId, String? triggerId, String? $fields})
→ Future<Empty>
-
Deletes a
BuildTrigger
by its project ID and trigger ID.
-
get(String name, {String? projectId, String? triggerId, String? $fields})
→ Future<BuildTrigger>
-
Returns information about a
BuildTrigger
.
-
list(String parent, {int? pageSize, String? pageToken, String? projectId, String? $fields})
→ Future<ListBuildTriggersResponse>
-
Lists existing
BuildTrigger
s.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(BuildTrigger request, String resourceName, {String? projectId, String? triggerId, String? updateMask, String? $fields})
→ Future<BuildTrigger>
-
Updates a
BuildTrigger
by its project ID and trigger ID.
-
run(RunBuildTriggerRequest request, String name, {String? $fields})
→ Future<Operation>
-
Runs a
BuildTrigger
at a particular source revision.
-
toString()
→ String
-
A string representation of this object.
inherited
-
webhook(HttpBody request, String name, {String? projectId, String? secret, String? trigger, String? $fields})
→ Future<ReceiveTriggerWebhookResponse>
-
ReceiveTriggerWebhook [Experimental] is called when the API receives a
webhook request targeted at a specific trigger.