Class: Google::Cloud::ConfidentialComputing::V1::CreateChallengeRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ConfidentialComputing::V1::CreateChallengeRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/confidentialcomputing/v1/service.rb
Overview
Message for creating a Challenge
Instance Attribute Summary collapse
-
#challenge ⇒ ::Google::Cloud::ConfidentialComputing::V1::Challenge
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#challenge ⇒ ::Google::Cloud::ConfidentialComputing::V1::Challenge
Returns Required. The Challenge to be created. Currently this field can be empty as all the Challenge fields are set by the server.
56 57 58 59 |
# File 'proto_docs/google/cloud/confidentialcomputing/v1/service.rb', line 56 class CreateChallengeRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The resource name of the location where the Challenge will be
used, in the format projects/*/locations/*
.
56 57 58 59 |
# File 'proto_docs/google/cloud/confidentialcomputing/v1/service.rb', line 56 class CreateChallengeRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |