public sealed class CreateOfflineProfileRequest : IMessage<CreateOfflineProfileRequest>, IEquatable<CreateOfflineProfileRequest>, IDeepCloneable<CreateOfflineProfileRequest>, IBufferMessage, IMessage
CreateOfflineProfileRequest describes a profile resource offline creation
request. Profile field must be set.
[[["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 page documents the `CreateOfflineProfileRequest` class, which is used to describe requests for creating offline profile resources within Google Cloud Profiler."],["The `CreateOfflineProfileRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, deep cloning, and buffer management."],["The class includes two constructors: a default constructor `CreateOfflineProfileRequest()` and a copy constructor `CreateOfflineProfileRequest(CreateOfflineProfileRequest other)`."],["It has two key properties: `Parent` (a string representing the parent project) and `Profile` (the content of the profile to create of type `Profile`)."],["The documented versions for this request range from version 1.0.0 to the latest 2.6.0, with links to each for reference."]]],[]]