Class: Google::Cloud::Dataplex::V1::GetJobRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dataplex/v1/service.rb

Overview

Get job request.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The resource name of the job: projects/{project_number}/locations/{location_id}/lakes/{lake_id}/tasks/{task_id}/jobs/{job_id}.

Returns:

  • (::String)

    Required. The resource name of the job: projects/{project_number}/locations/{location_id}/lakes/{lake_id}/tasks/{task_id}/jobs/{job_id}.



551
552
553
554
# File 'proto_docs/google/cloud/dataplex/v1/service.rb', line 551

class GetJobRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end