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 `CreateOfflineProfileRequest` class in the Google Cloud Profiler v2 API allows for the creation of offline profile resources."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality and compatibility."],["The class includes constructors for creating a new instance or copying an existing `CreateOfflineProfileRequest` object."],["Key properties of the class are `Parent`, which specifies the project for profile creation, `ParentAsProjectName`, a typed view over the parent, and `Profile`, which holds the profile content to be created."],["The latest version of this is 2.6.0 and this current page documents version 2.3.0, within which there is a list of other versions as well."]]],[]]