public sealed class CreateChallengeRequest : IMessage<CreateChallengeRequest>, IEquatable<CreateChallengeRequest>, IDeepCloneable<CreateChallengeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Confidential Computing v1 API class CreateChallengeRequest.
[[["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 document provides reference information for the `CreateChallengeRequest` class within the Google Cloud Confidential Computing v1 API, specifically detailing its structure, inheritance, and usage."],["The `CreateChallengeRequest` class is designed as a message for initiating the creation of a Challenge, with its implementation adhering to the `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class has two constructors, a default constructor, and one that accepts another `CreateChallengeRequest` object as a parameter."],["The `CreateChallengeRequest` class includes properties like `Challenge`, which represents the Challenge to be created, and `Parent`, which specifies the location where the Challenge will be used, and it also has `ParentAsLocationName` that is the typed view of the `Parent` property."],["This reference includes versioned documentation links, with version 1.8.0 being the most recent, and version 1.0.0 being the earliest."]]],[]]