Class: Google::Cloud::Dataplex::V1::GetTaskRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::GetTaskRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/service.rb
Overview
Get task request.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The resource name of the task:
projects/{project_number}/locations/{location_id}/lakes/{lake_id}/tasks/{tasks_id}
.
541 542 543 544 |
# File 'proto_docs/google/cloud/dataplex/v1/service.rb', line 541 class GetTaskRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |