Class: Google::Cloud::Talent::V4beta1::UpdateCompanyRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Talent::V4beta1::UpdateCompanyRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/talent/v4beta1/company_service.rb
Overview
Request for updating a specified company.
Instance Attribute Summary collapse
-
#company ⇒ ::Google::Cloud::Talent::V4beta1::Company
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Strongly recommended for the best service experience.
Instance Attribute Details
#company ⇒ ::Google::Cloud::Talent::V4beta1::Company
74 75 76 77 |
# File 'proto_docs/google/cloud/talent/v4beta1/company_service.rb', line 74 class UpdateCompanyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
74 75 76 77 |
# File 'proto_docs/google/cloud/talent/v4beta1/company_service.rb', line 74 class UpdateCompanyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |