Class: Google::Cloud::Talent::V4beta1::UpdateTenantRequest

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

Overview

Request for updating a specified tenant.

Instance Attribute Summary collapse

Instance Attribute Details

#tenantGoogle::Cloud::Talent::V4beta1::Tenant

Returns Required. The tenant resource to replace the current resource in the system.

Returns:



59
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/tenant_service.rb', line 59

class UpdateTenantRequest; end

#update_maskGoogle::Protobuf::FieldMask

Returns Strongly recommended for the best service experience.

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

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

Returns:

  • (Google::Protobuf::FieldMask)

    Strongly recommended for the best service experience.

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

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



59
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/tenant_service.rb', line 59

class UpdateTenantRequest; end