Google Cloud Confidential Computing V1 Client - Class Challenge (1.7.1)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Confidential Computing V1 Client class Challenge.
A Challenge from the server used to guarantee freshness of attestations
Generated from protobuf message google.cloud.confidentialcomputing.v1.Challenge
Namespace
Google \ Cloud \ ConfidentialComputing \ V1
Methods
__construct
Constructor.
Parameter
Name
Description
data
mixed
getName
Output only. The resource name for this Challenge in the format
projects/*/locations/*/challenges/*
Returns
Type
Description
string
setName
Output only. The resource name for this Challenge in the format
projects/*/locations/*/challenges/*
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getCreateTime
Output only. The time at which this Challenge was created
Returns
Type
Description
Google\Protobuf\Timestamp|null
hasCreateTime
clearCreateTime
setCreateTime
Output only. The time at which this Challenge was created
Parameter
Name
Description
var
Google\Protobuf\Timestamp
Returns
Type
Description
$this
getExpireTime
Output only. The time at which this Challenge will no longer be usable. It
is also the expiration time for any tokens generated from this Challenge.
Returns
Type
Description
Google\Protobuf\Timestamp|null
hasExpireTime
clearExpireTime
setExpireTime
Output only. The time at which this Challenge will no longer be usable. It
is also the expiration time for any tokens generated from this Challenge.
Parameter
Name
Description
var
Google\Protobuf\Timestamp
Returns
Type
Description
$this
getUsed
Output only. Indicates if this challenge has been used to generate a token.
Returns
Type
Description
bool
setUsed
Output only. Indicates if this challenge has been used to generate a token.