Class: Google::Cloud::Talent::V4beta1::GetProfileRequest

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

Overview

Get profile request.

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

Returns Required.

Resource name of the profile to get.

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

Returns:

  • (String)

    Required.

    Resource name of the profile to get.

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



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

class GetProfileRequest; end