Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::CreateTaskRequest.
Create task request.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#parent
def parent() -> ::String
Returns
-
(::String) — Required. The resource name of the parent lake:
projects/{project_number}/locations/{location_id}/lakes/{lake_id}
.
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. The resource name of the parent lake:
projects/{project_number}/locations/{location_id}/lakes/{lake_id}
.
Returns
-
(::String) — Required. The resource name of the parent lake:
projects/{project_number}/locations/{location_id}/lakes/{lake_id}
.
#task
def task() -> ::Google::Cloud::Dataplex::V1::Task
Returns
- (::Google::Cloud::Dataplex::V1::Task) — Required. Task resource.
#task=
def task=(value) -> ::Google::Cloud::Dataplex::V1::Task
Parameter
- value (::Google::Cloud::Dataplex::V1::Task) — Required. Task resource.
Returns
- (::Google::Cloud::Dataplex::V1::Task) — Required. Task resource.
#task_id
def task_id() -> ::String
Returns
- (::String) — Required. Task identifier.
#task_id=
def task_id=(value) -> ::String
Parameter
- value (::String) — Required. Task identifier.
Returns
- (::String) — Required. Task identifier.
#validate_only
def validate_only() -> ::Boolean
Returns
- (::Boolean) — Optional. Only validate the request, but do not perform mutations. The default is false.
#validate_only=
def validate_only=(value) -> ::Boolean
Parameter
- value (::Boolean) — Optional. Only validate the request, but do not perform mutations. The default is false.
Returns
- (::Boolean) — Optional. Only validate the request, but do not perform mutations. The default is false.