Reference documentation and code samples for the Google Cloud Confidential Computing V1 Client class ConfidentialSpaceInfo.
ConfidentialSpaceInfo contains information related to the Confidential Space TEE.
Generated from protobuf message google.cloud.confidentialcomputing.v1.ConfidentialSpaceInfo
Namespace
Google \ Cloud \ ConfidentialComputing \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ signed_entities |
array<SignedEntity>
Optional. A list of signed entities containing container image signatures that can be used for server-side signature verification. |
getSignedEntities
Optional. A list of signed entities containing container image signatures that can be used for server-side signature verification.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setSignedEntities
Optional. A list of signed entities containing container image signatures that can be used for server-side signature verification.
| Parameter | |
|---|---|
| Name | Description |
var |
array<SignedEntity>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|