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
-
(::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
-
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".
-
(::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
- (::Google::Cloud::Talent::V4beta1::Profile) — Required. The profile to be created.
#profile=
def profile=(value) -> ::Google::Cloud::Talent::V4beta1::Profile
- value (::Google::Cloud::Talent::V4beta1::Profile) — Required. The profile to be created.
- (::Google::Cloud::Talent::V4beta1::Profile) — Required. The profile to be created.