Cloud Talent Solution V4beta1 API - Class Google::Cloud::Talent::V4beta1::CreateProfileRequest (v0.4.6)

Reference documentation and code samples for the Cloud Talent Solution V4beta1 API class Google::Cloud::Talent::V4beta1::CreateProfileRequest.

Create profile request.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#parent

def parent() -> ::String
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".

#parent=

def parent=(value) -> ::String
Parameter
  • value (::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".

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

#profile

def profile() -> ::Google::Cloud::Talent::V4beta1::Profile
Returns

#profile=

def profile=(value) -> ::Google::Cloud::Talent::V4beta1::Profile
Parameter
Returns