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/foo/tenants/bar".

Returns:

  • (String)

    Required. The name of the tenant this profile belongs to.

    The format is "projects/project_id/tenants/tenant_id". For example, "projects/foo/tenants/bar".



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

class CreateProfileRequest; end

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

Returns Required. The profile to be created.

Returns:



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

class CreateProfileRequest; end