Class: Google::Cloud::Talent::V4beta1::GetProfileRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Talent::V4beta1::GetProfileRequest
- Defined in:
- lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile_service.rb
Overview
Get profile request.
Instance Attribute Summary collapse
-
#name ⇒ String
Required.
Instance Attribute Details
#name ⇒ String
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".
92 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile_service.rb', line 92 class GetProfileRequest; end |