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

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/talent/v4beta1/profile_service.rb

Overview

Get profile request.

Instance Attribute Summary collapse

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".

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".



110
111
112
113
# File 'proto_docs/google/cloud/talent/v4beta1/profile_service.rb', line 110

class GetProfileRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end