Class: Google::Cloud::Talent::V4beta1::UpdateTenantRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Talent::V4beta1::UpdateTenantRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/talent/v4beta1/tenant_service.rb
Overview
Request for updating a specified tenant.
Instance Attribute Summary collapse
-
#tenant ⇒ ::Google::Cloud::Talent::V4beta1::Tenant
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Strongly recommended for the best service experience.
Instance Attribute Details
#tenant ⇒ ::Google::Cloud::Talent::V4beta1::Tenant
Returns Required. The tenant resource to replace the current resource in the system.
69 70 71 72 |
# File 'proto_docs/google/cloud/talent/v4beta1/tenant_service.rb', line 69 class UpdateTenantRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::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.
69 70 71 72 |
# File 'proto_docs/google/cloud/talent/v4beta1/tenant_service.rb', line 69 class UpdateTenantRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |