Cloud Talent Solution V4 API - Class Google::Cloud::Talent::V4::BatchDeleteJobsRequest (v0.6.4)

Reference documentation and code samples for the Cloud Talent Solution V4 API class Google::Cloud::Talent::V4::BatchDeleteJobsRequest.

Request to delete a batch of jobs.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#names

def names() -> ::Array<::String>
Returns
  • (::Array<::String>) — The names of the jobs to delete.

    The format is "projects/{project_id}/tenants/{tenant_id}/jobs/{job_id}". For example, "projects/foo/tenants/bar/jobs/baz".

    A maximum of 200 jobs can be deleted in a batch.

#names=

def names=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — The names of the jobs to delete.

    The format is "projects/{project_id}/tenants/{tenant_id}/jobs/{job_id}". For example, "projects/foo/tenants/bar/jobs/baz".

    A maximum of 200 jobs can be deleted in a batch.

Returns
  • (::Array<::String>) — The names of the jobs to delete.

    The format is "projects/{project_id}/tenants/{tenant_id}/jobs/{job_id}". For example, "projects/foo/tenants/bar/jobs/baz".

    A maximum of 200 jobs can be deleted in a batch.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The resource name of the tenant under which the job is created.

    The format is "projects/{project_id}/tenants/{tenant_id}". For example, "projects/foo/tenants/bar".

    The parent of all of the jobs specified in names must match this field.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The resource name of the tenant under which the job is created.

    The format is "projects/{project_id}/tenants/{tenant_id}". For example, "projects/foo/tenants/bar".

    The parent of all of the jobs specified in names must match this field.

Returns
  • (::String) — Required. The resource name of the tenant under which the job is created.

    The format is "projects/{project_id}/tenants/{tenant_id}". For example, "projects/foo/tenants/bar".

    The parent of all of the jobs specified in names must match this field.