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 version 1.7.0, with links to other versions ranging from 1.0.0 to 1.8.0 (latest)."],["The `CreateChallengeRequest` class is designed to send a message for creating a Challenge, inheriting from the object class and implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes two constructors: a default constructor `CreateChallengeRequest()` and an overload `CreateChallengeRequest(CreateChallengeRequest other)` for creating a new request based on an existing one."],["The class features properties like `Challenge` (the Challenge to be created) and `Parent` (the location where the Challenge will be used), along with a `ParentAsLocationName` property for a `LocationName`-typed view of the parent resource."],["The document provides details on the namespace (`Google.Cloud.ConfidentialComputing.V1`) and the assembly (`Google.Cloud.ConfidentialComputing.V1.dll`) where the class is located, as well as links to inherited members and version history."]]],[]]