Class: Google::Cloud::Talent::V4::BatchDeleteJobsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Talent::V4::BatchDeleteJobsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/talent/v4/job_service.rb
Overview
Request to delete a batch of jobs.
Instance Attribute Summary collapse
-
#names ⇒ ::Array<::String>
The names of the jobs to delete.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#names ⇒ ::Array<::String>
Returns 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.
796 797 798 799 |
# File 'proto_docs/google/cloud/talent/v4/job_service.rb', line 796 class BatchDeleteJobsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns 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.
796 797 798 799 |
# File 'proto_docs/google/cloud/talent/v4/job_service.rb', line 796 class BatchDeleteJobsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |