Class: Google::Cloud::ConfidentialComputing::V1::CreateChallengeRequest

Inherits:
Object
  • Object
show all
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

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.

Returns:



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/*.

Returns:

  • (::String)

    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