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

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.

↳ result int

The result of the audit for this image.

↳ description string

Description of the above result.

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

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