Class: Google::Cloud::Talent::V4beta1::CreateTenantRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/talent/v4beta1/tenant_service.rb

Overview

The Request of the CreateTenant method.

Instance Attribute Summary collapse

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".

Returns:

  • (::String)

    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/v4beta1/tenant_service.rb', line 34

class CreateTenantRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#tenant::Google::Cloud::Talent::V4beta1::Tenant

Returns Required. The tenant to be created.

Returns:



34
35
36
37
# File 'proto_docs/google/cloud/talent/v4beta1/tenant_service.rb', line 34

class CreateTenantRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end