Class: Google::Cloud::Talent::V4beta1::CreateProfileRequest

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

Overview

Create profile request.

Instance Attribute Summary collapse

Instance Attribute Details

#parentString

Returns Required.

The name of the tenant this profile belongs to.

The format is "projects/project_id/tenants/tenant_id", for example, "projects/api-test-project/tenants/foo".

Returns:

  • (String)

    Required.

    The name of the tenant this profile belongs to.

    The format is "projects/project_id/tenants/tenant_id", for example, "projects/api-test-project/tenants/foo".



80
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile_service.rb', line 80

class CreateProfileRequest; end

#profileGoogle::Cloud::Talent::V4beta1::Profile

Returns Required.

The profile to be created.

Returns:



80
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile_service.rb', line 80

class CreateProfileRequest; end