public sealed class CreateChallengeRequest : IMessage<CreateChallengeRequest>, IEquatable<CreateChallengeRequest>, IDeepCloneable<CreateChallengeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Confidential Computing v1alpha1 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 documentation details the `CreateChallengeRequest` class, which is part of the Google Cloud Confidential Computing v1alpha1 API, specifically in version 1.0.0-alpha04."],["`CreateChallengeRequest` is a message type used for creating a Challenge and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The class offers two constructors, a default one and one that accepts another `CreateChallengeRequest` instance as a parameter for creating a copy."],["It includes properties for `Challenge` and `Parent`, where `Challenge` is the challenge to be created and `Parent` indicates the resource name of the location where the challenge will be used."],["`ParentAsLocationName` property provides a `LocationName`-typed view over the `Parent` resource name property."]]],[]]