ProjectsLocationsProcessesResource class

Constructors

ProjectsLocationsProcessesResource(ApiRequester client)

Properties

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

Methods

create(GoogleCloudDatacatalogLineageV1Process request, String parent, {String? requestId, String? $fields}) Future<GoogleCloudDatacatalogLineageV1Process>
Creates a new process.
delete(String name, {bool? allowMissing, String? $fields}) Future<GoogleLongrunningOperation>
Deletes the process with the specified name.
get(String name, {String? $fields}) Future<GoogleCloudDatacatalogLineageV1Process>
Gets the details of the specified process.
list(String parent, {int? pageSize, String? pageToken, String? $fields}) Future<GoogleCloudDatacatalogLineageV1ListProcessesResponse>
List processes in the given project and location.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(GoogleCloudDatacatalogLineageV1Process request, String name, {bool? allowMissing, String? updateMask, String? $fields}) Future<GoogleCloudDatacatalogLineageV1Process>
Updates a process.
toString() String
A string representation of this object.
inherited

Operators

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