public sealed class CreateOfflineProfileRequest : IMessage<CreateOfflineProfileRequest>, IEquatable<CreateOfflineProfileRequest>, IDeepCloneable<CreateOfflineProfileRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Profiler v2 API class CreateOfflineProfileRequest.
CreateOfflineProfileRequest describes a profile resource offline creation
request.
[[["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 of the `CreateOfflineProfileRequest` class is 2.6.0, part of the Google Cloud Profiler V2 API."],["This class is used to describe a request for the offline creation of a profile resource within the Cloud Profiler service."],["`CreateOfflineProfileRequest` inherits from the `object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties for `Parent` (the project to create the profile in), `ParentAsProjectName` (a typed view of the parent resource name), and `Profile` (the contents of the profile to be created)."],["Multiple versions of this class are available, ranging from version 1.0.0 to the latest 2.6.0."]]],[]]