Reference documentation and code samples for the Grafeas V1 Client class BaseImage.
BaseImage describes a base image of a container image.
Generated from protobuf message grafeas.v1.BaseImage
Namespace
Grafeas \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
The name of the base image.
↳ repository
string
The repository name in which the base image is from.
↳ layer_count
int
The number of layers that the base image is composed of.
getName
The name of the base image.
string
setName
The name of the base image.
var
string
$this
getRepository
The repository name in which the base image is from.
string
setRepository
The repository name in which the base image is from.
var
string
$this
getLayerCount
The number of layers that the base image is composed of.
int
setLayerCount
The number of layers that the base image is composed of.
var
int
$this