public sealed class CreateProfileRequest : IMessage<CreateProfileRequest>, IEquatable<CreateProfileRequest>, IDeepCloneable<CreateProfileRequest>, IBufferMessage, IMessage
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["The `CreateProfileRequest` class is used to create a profile within the Google Cloud Talent API's `V4Beta1` version."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering methods for message handling, equality checks, cloning, and buffer manipulation."],["`CreateProfileRequest` requires specification of the tenant to which the profile will belong, via the `Parent` property, formatted as \"projects/{project_id}/tenants/{tenant_id}\"."],["The `Profile` property is also required, and is used to define the `Profile` object to be created."],["The `CreateProfileRequest` class can be instantiated using a default constructor, or using a second constructor which takes another instance of `CreateProfileRequest` as a parameter."]]],[]]