ProjectsLocationsLakesTasksResource class
Methods
-
create(GoogleCloudDataplexV1Task request, String parent, {String? taskId, bool? validateOnly, String? $fields})
→ Future<GoogleLongrunningOperation>
-
Creates a task resource within a lake.
-
delete(String name, {String? $fields})
→ Future<GoogleLongrunningOperation>
-
Delete the task resource.
-
get(String name, {String? $fields})
→ Future<GoogleCloudDataplexV1Task>
-
Get task resource.
-
getIamPolicy(String resource, {int? options_requestedPolicyVersion, String? $fields})
→ Future<GoogleIamV1Policy>
-
Gets the access control policy for a resource.
-
list(String parent, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? $fields})
→ Future<GoogleCloudDataplexV1ListTasksResponse>
-
Lists tasks under the given lake.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(GoogleCloudDataplexV1Task request, String name, {String? updateMask, bool? validateOnly, String? $fields})
→ Future<GoogleLongrunningOperation>
-
Update the task resource.
-
run(GoogleCloudDataplexV1RunTaskRequest request, String name, {String? $fields})
→ Future<GoogleCloudDataplexV1RunTaskResponse>
-
Run an on demand execution of a Task.
-
setIamPolicy(GoogleIamV1SetIamPolicyRequest request, String resource, {String? $fields})
→ Future<GoogleIamV1Policy>
-
Sets the access control policy on the specified resource.
-
testIamPermissions(GoogleIamV1TestIamPermissionsRequest request, String resource, {String? $fields})
→ Future<GoogleIamV1TestIamPermissionsResponse>
-
Returns permissions that a caller has on the specified resource.
-
toString()
→ String
-
A string representation of this object.
inherited