public sealed class CreateProfileRequest : IMessage<CreateProfileRequest>, IEquatable<CreateProfileRequest>, IDeepCloneable<CreateProfileRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Profiler v2 API class CreateProfileRequest.
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."],[[["This document provides reference information for the `CreateProfileRequest` class within the Google Cloud Profiler v2 API, specifically detailing its structure, purpose, and implementation in .NET."],["`CreateProfileRequest` is utilized to initiate an online profile resource creation, requiring the `deployment` field to be populated and allowing specification of supported `profile_type` values."],["The `CreateProfileRequest` class inherits from `Object` and implements `IMessage\u003cCreateProfileRequest\u003e`, `IEquatable\u003cCreateProfileRequest\u003e`, `IDeepCloneable\u003cCreateProfileRequest\u003e`, `IBufferMessage`, and `IMessage`."],["The class includes properties such as `Deployment`, `Parent`, and `ProfileType` which allow configuration for creating a profile, setting the parent project, and listing the types of profiles supported, respectively."],["The latest version of this api is 2.6.0, and several other versions of this library are also available, down to version 1.0.0."]]],[]]