Class: Google::Cloud::Talent::V4::Tenant
- Inherits:
-
Object
- Object
- Google::Cloud::Talent::V4::Tenant
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/talent/v4/tenant.rb
Overview
A Tenant resource represents a tenant in the service. A tenant is a group or entity that shares common access with specific privileges for resources like jobs. Customer may create multiple tenants to provide data isolation for different groups.
Instance Attribute Summary collapse
-
#external_id ⇒ ::String
Required.
-
#name ⇒ ::String
Required during tenant update.
Instance Attribute Details
#external_id ⇒ ::String
Returns Required. Client side tenant identifier, used to uniquely identify the tenant.
The maximum number of allowed characters is 255.
43 44 45 46 |
# File 'proto_docs/google/cloud/talent/v4/tenant.rb', line 43 class Tenant include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required during tenant update.
The resource name for a tenant. This is generated by the service when a tenant is created.
The format is "projects/{project_id}/tenants/{tenant_id}", for example, "projects/foo/tenants/bar".
43 44 45 46 |
# File 'proto_docs/google/cloud/talent/v4/tenant.rb', line 43 class Tenant include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |