Google Cloud Confidential Computing V1 Client - Class SignedEntity (0.5.1)

Reference documentation and code samples for the Google Cloud Confidential Computing V1 Client class SignedEntity.

SignedEntity represents an OCI image object containing everything necessary to verify container image signatures.

Generated from protobuf message google.cloud.confidentialcomputing.v1.SignedEntity

Namespace

Google \ Cloud \ ConfidentialComputing \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ container_image_signatures array<Google\Cloud\ConfidentialComputing\V1\ContainerImageSignature>

Optional. A list of container image signatures attached to an OCI image object.

getContainerImageSignatures

Optional. A list of container image signatures attached to an OCI image object.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setContainerImageSignatures

Optional. A list of container image signatures attached to an OCI image object.

Parameter
NameDescription
var array<Google\Cloud\ConfidentialComputing\V1\ContainerImageSignature>
Returns
TypeDescription
$this