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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]