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

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



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

class GetProfileRequest; end