ProjectsLocationsWorkflowsResource 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(Workflow request, String parent, {String? workflowId, String? $fields})
→ Future<Operation>
-
Creates a new workflow.
-
delete(String name, {String? $fields})
→ Future<Operation>
-
Deletes a workflow with the specified name.
-
get(String name, {String? revisionId, String? $fields})
→ Future<Workflow>
-
Gets details of a single workflow.
-
list(String parent, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? $fields})
→ Future<ListWorkflowsResponse>
-
Lists workflows in a given project and location.
-
listRevisions(String name, {int? pageSize, String? pageToken, String? $fields})
→ Future<ListWorkflowRevisionsResponse>
-
Lists revisions for a given workflow.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(Workflow request, String name, {String? updateMask, String? $fields})
→ Future<Operation>
-
Updates an existing workflow.
-
toString()
→ String
-
A string representation of this object.
inherited