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

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.

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

setImage

The name of the image.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getContainerName

The name of the container.

Returns
TypeDescription
string

setContainerName

The name of the container.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getContainerType

The container type that this image belongs to.

Returns
TypeDescription
int

setContainerType

The container type that this image belongs to.

Parameter
NameDescription
var int
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

getCheckResults

List of check results.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setCheckResults

List of check results.

Parameter
NameDescription
var array<Google\Cloud\BinaryAuthorization\V1beta1\ContinuousValidationEvent\ContinuousValidationPodEvent\ImageDetails\CheckResult>
Returns
TypeDescription
$this