Google Cloud Dataplex V1 Client - Class CreateTaskRequest (0.3.0) Stay organized with collections Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Dataplex V1 Client class CreateTaskRequest.
Create task request.
Generated from protobuf messagegoogle.cloud.dataplex.v1.CreateTaskRequest
Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data | arrayOptional. Data for populating the Message object. |
↳ parent | stringRequired. The resource name of the parent lake: |
↳ task_id | stringRequired. Task identifier. |
↳ task | Google\Cloud\Dataplex\V1\TaskRequired. Task resource. |
↳ validate_only | boolOptional. Only validate the request, but do not perform mutations. The default is false. |
getParent
Required. The resource name of the parent lake:projects/{project_number}/locations/{location_id}/lakes/{lake_id}.
| Returns | |
|---|---|
| Type | Description |
string | |
setParent
Required. The resource name of the parent lake:projects/{project_number}/locations/{location_id}/lakes/{lake_id}.
| Parameter | |
|---|---|
| Name | Description |
var | string |
| Returns | |
|---|---|
| Type | Description |
$this | |
getTaskId
Required. Task identifier.
| Returns | |
|---|---|
| Type | Description |
string | |
setTaskId
Required. Task identifier.
| Parameter | |
|---|---|
| Name | Description |
var | string |
| Returns | |
|---|---|
| Type | Description |
$this | |
getTask
Required. Task resource.
| Returns | |
|---|---|
| Type | Description |
Google\Cloud\Dataplex\V1\Task|null | |
hasTask
clearTask
setTask
Required. Task resource.
| Parameter | |
|---|---|
| Name | Description |
var | Google\Cloud\Dataplex\V1\Task |
| Returns | |
|---|---|
| Type | Description |
$this | |
getValidateOnly
Optional. Only validate the request, but do not perform mutations.
The default is false.
| Returns | |
|---|---|
| Type | Description |
bool | |
setValidateOnly
Optional. Only validate the request, but do not perform mutations.
The default is false.
| Parameter | |
|---|---|
| Name | Description |
var | bool |
| Returns | |
|---|---|
| Type | Description |
$this | |
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-11-08 UTC.