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/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 |