Class: Google::Cloud::Talent::V4beta1::UpdateCompanyRequest

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/company_service.rb

Overview

Request for updating a specified company.

Instance Attribute Summary collapse

Instance Attribute Details

#companyGoogle::Cloud::Talent::V4beta1::Company

Returns Required.

The company resource to replace the current resource in the system.

Returns:



70
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/company_service.rb', line 70

class UpdateCompanyRequest; end

#update_maskGoogle::Protobuf::FieldMask

Returns Optional but strongly recommended for the best service experience.

If update_mask is provided, only the specified fields in company are updated. Otherwise all the fields are updated.

A field mask to specify the company fields to be updated. Only top level fields of Company are supported.

Returns:

  • (Google::Protobuf::FieldMask)

    Optional but strongly recommended for the best service experience.

    If update_mask is provided, only the specified fields in company are updated. Otherwise all the fields are updated.

    A field mask to specify the company fields to be updated. Only top level fields of Company are supported.



70
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/company_service.rb', line 70

class UpdateCompanyRequest; end