Reference documentation and code samples for the Confidential Computing V1 API class Google::Cloud::ConfidentialComputing::V1::CreateChallengeRequest.
Message for creating a Challenge
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#challenge
def challenge() -> ::Google::Cloud::ConfidentialComputing::V1::Challenge
Returns
- (::Google::Cloud::ConfidentialComputing::V1::Challenge) — Required. The Challenge to be created. Currently this field can be empty as all the Challenge fields are set by the server.
#challenge=
def challenge=(value) -> ::Google::Cloud::ConfidentialComputing::V1::Challenge
Parameter
- value (::Google::Cloud::ConfidentialComputing::V1::Challenge) — Required. The Challenge to be created. Currently this field can be empty as all the Challenge fields are set by the server.
Returns
- (::Google::Cloud::ConfidentialComputing::V1::Challenge) — Required. The Challenge to be created. Currently this field can be empty as all the Challenge fields are set by the server.
#parent
def parent() -> ::String
Returns
-
(::String) — Required. The resource name of the location where the Challenge will be
used, in the format
projects/*/locations/*
.
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. The resource name of the location where the Challenge will be
used, in the format
projects/*/locations/*
.
Returns
-
(::String) — Required. The resource name of the location where the Challenge will be
used, in the format
projects/*/locations/*
.