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 facilitates the creation of profile resources offline."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling various functionalities."],["The `CreateOfflineProfileRequest` class has a constructor that can take in another instance of the `CreateOfflineProfileRequest` class."],["The `CreateOfflineProfileRequest` class contains properties to define the parent project and the contents of the profile through its `Parent` and `Profile` properties."],["The documentation provides access to various versions of the API, ranging from version 1.0.0 up to the latest version 2.6.0."]]],[]]