Class: Google::Cloud::Talent::V4::CreateTenantRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Talent::V4::CreateTenantRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/talent/v4/tenant_service.rb
Overview
The Request of the CreateTenant method.
Instance Attribute Summary collapse
-
#parent ⇒ ::String
Required.
-
#tenant ⇒ ::Google::Cloud::Talent::V4::Tenant
Required.
Instance Attribute Details
#parent ⇒ ::String
Returns Required. Resource name of the project under which the tenant is created.
The format is "projects/{project_id}", for example, "projects/foo".
34 35 36 37 |
# File 'proto_docs/google/cloud/talent/v4/tenant_service.rb', line 34 class CreateTenantRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#tenant ⇒ ::Google::Cloud::Talent::V4::Tenant
Returns Required. The tenant to be created.
34 35 36 37 |
# File 'proto_docs/google/cloud/talent/v4/tenant_service.rb', line 34 class CreateTenantRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |