ProjectsLocationsRepositoriesWorkflowInvocationsResource 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

cancel(CancelWorkflowInvocationRequest request, String name, {String? $fields}) Future<CancelWorkflowInvocationResponse>
Requests cancellation of a running WorkflowInvocation.
create(WorkflowInvocation request, String parent, {String? $fields}) Future<WorkflowInvocation>
Creates a new WorkflowInvocation in a given Repository.
delete(String name, {String? $fields}) Future<Empty>
Deletes a single WorkflowInvocation.
get(String name, {String? $fields}) Future<WorkflowInvocation>
Fetches a single WorkflowInvocation.
list(String parent, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? $fields}) Future<ListWorkflowInvocationsResponse>
Lists WorkflowInvocations in a given Repository.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
query(String name, {int? pageSize, String? pageToken, String? $fields}) Future<QueryWorkflowInvocationActionsResponse>
Returns WorkflowInvocationActions in a given WorkflowInvocation.
toString() String
A string representation of this object.
inherited

Operators

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