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 documentation for the `CreateChallengeRequest` class within the Google Cloud Confidential Computing v1 API, specifically version 1.4.0."],["The `CreateChallengeRequest` class is a message used for creating a challenge and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest available version of the API is 1.8.0, and versions ranging from 1.0.0 to 1.7.0 are also accessible and linked."],["The `CreateChallengeRequest` class includes properties such as `Challenge`, `Parent`, and `ParentAsLocationName`, with `Challenge` representing the challenge to be created and `Parent` indicating the location where the challenge will be used."],["The document details the constructors for the `CreateChallengeRequest` class, which include a default constructor and a constructor that takes another `CreateChallengeRequest` object as a parameter."]]],[]]