public sealed class CreateProfileRequest : IMessage<CreateProfileRequest>, IEquatable<CreateProfileRequest>, IDeepCloneable<CreateProfileRequest>, IBufferMessage, IMessage
CreateProfileRequest describes a profile resource online creation request.
The deployment field must be populated. The profile_type specifies the list
of profile types supported by the agent. The creation call will hang until a
profile of one of these types needs to be collected.
[[["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-03-21 UTC."],[[["The latest version available is 2.6.0, with previous versions ranging down to 1.0.0 accessible via provided links."],["`CreateProfileRequest` is a class used for initiating online profile resource creation requests within the Google Cloud Profiler V2 namespace."],["The `CreateProfileRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling functionalities such as message handling, equality comparison, deep cloning, and buffer message support."],["This class includes properties like `Deployment`, `Parent`, and `ProfileType`, allowing for the specification of deployment details, the parent project, and the supported profile types, respectively."],["The `CreateProfileRequest` class has two constructors: a default one and another that accepts another `CreateProfileRequest` object for duplication."]]],[]]