Class: Google::Cloud::Talent::V4beta1::BatchUpdateJobsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Talent::V4beta1::BatchUpdateJobsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/talent/v4beta1/job_service.rb
Overview
Request to update a batch of jobs.
Instance Attribute Summary collapse
-
#jobs ⇒ ::Array<::Google::Cloud::Talent::V4beta1::Job>
Required.
-
#parent ⇒ ::String
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Strongly recommended for the best service experience.
Instance Attribute Details
#jobs ⇒ ::Array<::Google::Cloud::Talent::V4beta1::Job>
832 833 834 835 |
# File 'proto_docs/google/cloud/talent/v4beta1/job_service.rb', line 832 class BatchUpdateJobsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
832 833 834 835 |
# File 'proto_docs/google/cloud/talent/v4beta1/job_service.rb', line 832 class BatchUpdateJobsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
832 833 834 835 |
# File 'proto_docs/google/cloud/talent/v4beta1/job_service.rb', line 832 class BatchUpdateJobsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |