ProjectsLocationsPipelinesResource class

Constructors

ProjectsLocationsPipelinesResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
jobs ProjectsLocationsPipelinesJobsResource
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

create(GoogleCloudDatapipelinesV1Pipeline request, String parent, {String? $fields}) Future<GoogleCloudDatapipelinesV1Pipeline>
Creates a pipeline.
delete(String name, {String? $fields}) Future<GoogleProtobufEmpty>
Deletes a pipeline.
get(String name, {String? $fields}) Future<GoogleCloudDatapipelinesV1Pipeline>
Looks up a single pipeline.
list(String parent, {String? filter, int? pageSize, String? pageToken, String? $fields}) Future<GoogleCloudDatapipelinesV1ListPipelinesResponse>
Lists pipelines.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(GoogleCloudDatapipelinesV1Pipeline request, String name, {String? updateMask, String? $fields}) Future<GoogleCloudDatapipelinesV1Pipeline>
Updates a pipeline.
run(GoogleCloudDatapipelinesV1RunPipelineRequest request, String name, {String? $fields}) Future<GoogleCloudDatapipelinesV1RunPipelineResponse>
Creates a job for the specified pipeline directly.
stop(GoogleCloudDatapipelinesV1StopPipelineRequest request, String name, {String? $fields}) Future<GoogleCloudDatapipelinesV1Pipeline>
Freezes pipeline execution permanently.
toString() String
A string representation of this object.
inherited

Operators

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