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. 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."],[[["The `CreateOfflineProfileRequest` class in the Cloud Profiler v2 API facilitates the creation of profile resources offline."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling a variety of functionalities within the .NET environment."],["It includes properties like `Parent` (the project for profile creation) and `Profile` (the profile contents)."],["This documentation provides reference information for the `CreateOfflineProfileRequest` class, spanning versions from 1.0.0 up to the latest 2.6.0, which can be found on the left-hand side."],["The class is found in the namespace `Google.Cloud.Profiler.V2`, within the `Google.Cloud.Profiler.V2.dll` assembly."]]],[]]