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>
-
(::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>
-
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.
-
(::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
-
(::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
-
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.
-
(::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.