ProjectsLocationsLakesTasks
class ProjectsLocationsLakesTasks extends Resource (View source)
The "tasks" collection of methods.
Typical usage is:
$dataplexService = new Google\Service\CloudDataplex(...);
$tasks = $dataplexService->projects_locations_lakes_tasks;
Methods
Creates a task resource within a lake. (tasks.create)
Delete the task resource. (tasks.delete)
Get task resource. (tasks.get)
Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set. (tasks.getIamPolicy)
Lists tasks under the given lake. (tasks.listProjectsLocationsLakesTasks)
Update the task resource. (tasks.patch)
Run an on demand execution of a Task. (tasks.run)
Sets the access control policy on the specified resource. Replaces any existing policy.Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED errors. (tasks.setIamPolicy)
Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND error.Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking.
Details
GoogleLongrunningOperation
create(string $parent, GoogleCloudDataplexV1Task $postBody, array $optParams = [])
Creates a task resource within a lake. (tasks.create)
GoogleLongrunningOperation
delete(string $name, array $optParams = [])
Delete the task resource. (tasks.delete)
GoogleCloudDataplexV1Task
get(string $name, array $optParams = [])
Get task resource. (tasks.get)
GoogleIamV1Policy
getIamPolicy(string $resource, array $optParams = [])
Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set. (tasks.getIamPolicy)
GoogleCloudDataplexV1ListTasksResponse
listProjectsLocationsLakesTasks(string $parent, array $optParams = [])
Lists tasks under the given lake. (tasks.listProjectsLocationsLakesTasks)
GoogleLongrunningOperation
patch(string $name, GoogleCloudDataplexV1Task $postBody, array $optParams = [])
Update the task resource. (tasks.patch)
GoogleCloudDataplexV1RunTaskResponse
run(string $name, GoogleCloudDataplexV1RunTaskRequest $postBody, array $optParams = [])
Run an on demand execution of a Task. (tasks.run)
GoogleIamV1Policy
setIamPolicy(string $resource, GoogleIamV1SetIamPolicyRequest $postBody, array $optParams = [])
Sets the access control policy on the specified resource. Replaces any existing policy.Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED errors. (tasks.setIamPolicy)
GoogleIamV1TestIamPermissionsResponse
testIamPermissions(string $resource, GoogleIamV1TestIamPermissionsRequest $postBody, array $optParams = [])
Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND error.Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking.
This operation may "fail open" without warning. (tasks.testIamPermissions)