Reference documentation and code samples for the Google Cloud Security Command Center V1 Client class Container.
Container associated with the finding.
Generated from protobuf message google.cloud.securitycenter.v1.Container
Namespace
Google \ Cloud \ SecurityCenter \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Name of the container.
↳ uri
string
Container image URI provided when configuring a pod or container. This string can identify a container image version using mutable tags.
↳ image_id
string
Optional container image ID, if provided by the container runtime. Uniquely identifies the container image launched using a container image digest.
↳ labels
↳ create_time
getName
Name of the container.
string
setName
Name of the container.
var
string
$this
getUri
Container image URI provided when configuring a pod or container. This string can identify a container image version using mutable tags.
string
setUri
Container image URI provided when configuring a pod or container. This string can identify a container image version using mutable tags.
var
string
$this
getImageId
Optional container image ID, if provided by the container runtime. Uniquely identifies the container image launched using a container image digest.
string
setImageId
Optional container image ID, if provided by the container runtime. Uniquely identifies the container image launched using a container image digest.
var
string
$this
getLabels
Container labels, as provided by the container runtime.
setLabels
Container labels, as provided by the container runtime.
$this
getCreateTime
The time that the container was created.
hasCreateTime
clearCreateTime
setCreateTime
The time that the container was created.
$this