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
NameDescription
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
TypeDescription
string

setImage

The name of the image.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getResult

The result of the audit for this image.

Returns
TypeDescription
int

setResult

The result of the audit for this image.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getDescription

Description of the above result.

Returns
TypeDescription
string

setDescription

Description of the above result.

Parameter
NameDescription
var string
Returns
TypeDescription
$this