Class: Google::Cloud::Talent::V4beta1::DeleteJobRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/job_service.rb

Overview

Input only.

Delete job request.

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

Returns Required.

The resource name of the job to be deleted.

The format is "projects/project_id/tenants/tenant_id/jobs/job_id", for example, "projects/api-test-project/tenants/foo/jobs/1234".

Tenant id is optional and the default tenant is used if unspecified, for example, "projects/api-test-project/jobs/1234".

Returns:

  • (String)

    Required.

    The resource name of the job to be deleted.

    The format is "projects/project_id/tenants/tenant_id/jobs/job_id", for example, "projects/api-test-project/tenants/foo/jobs/1234".

    Tenant id is optional and the default tenant is used if unspecified, for example, "projects/api-test-project/jobs/1234".



93
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/job_service.rb', line 93

class DeleteJobRequest; end