Class: Google::Cloud::Talent::V4beta1::CreateProfileRequest

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

Create profile request.

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

Returns Required. The name of the tenant this profile belongs to.

The format is "projects/{project_id}/tenants/{tenant_id}". For example, "projects/foo/tenants/bar".

Returns:

  • (::String)

    Required. The name of the tenant this profile belongs to.

    The format is "projects/{project_id}/tenants/{tenant_id}". For example, "projects/foo/tenants/bar".



97
98
99
100
# File 'proto_docs/google/cloud/talent/v4beta1/profile_service.rb', line 97

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

#profile::Google::Cloud::Talent::V4beta1::Profile

Returns Required. The profile to be created.

Returns:



97
98
99
100
# File 'proto_docs/google/cloud/talent/v4beta1/profile_service.rb', line 97

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