Google Cloud Binary Authorization V1beta1 Client - Class ImageDetails (0.8.7)

Reference documentation and code samples for the Google Cloud Binary Authorization V1beta1 Client class ImageDetails.

Container image with auditing details.

Generated from protobuf message google.cloud.binaryauthorization.v1beta1.ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails

Namespace

Google \ Cloud \ BinaryAuthorization \ V1beta1 \ ContinuousValidationEvent \ ContinuousValidationPodEvent

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ image string

The name of the image.

↳ container_name string

The name of the container.

↳ container_type int

The container type that this image belongs to.

↳ result int

The result of the audit for this image.

↳ description string

Description of the above result.

↳ check_results array<Google\Cloud\BinaryAuthorization\V1beta1\ContinuousValidationEvent\ContinuousValidationPodEvent\ImageDetails\CheckResult>

List of check results.

getImage

The name of the image.

Returns
Type Description
string

setImage

The name of the image.

Parameter
Name Description
var string
Returns
Type Description
$this

getContainerName

The name of the container.

Returns
Type Description
string

setContainerName

The name of the container.

Parameter
Name Description
var string
Returns
Type Description
$this

getContainerType

The container type that this image belongs to.

Returns
Type Description
int

setContainerType

The container type that this image belongs to.

Parameter
Name Description
var int
Returns
Type Description
$this

getResult

The result of the audit for this image.

Returns
Type Description
int

setResult

The result of the audit for this image.

Parameter
Name Description
var int
Returns
Type Description
$this

getDescription

Description of the above result.

Returns
Type Description
string

setDescription

Description of the above result.

Parameter
Name Description
var string
Returns
Type Description
$this

getCheckResults

List of check results.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setCheckResults

List of check results.

Parameter
Name Description
var array<Google\Cloud\BinaryAuthorization\V1beta1\ContinuousValidationEvent\ContinuousValidationPodEvent\ImageDetails\CheckResult>
Returns
Type Description
$this