ProjectsLocationsProcessesResource class
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