Grafeas V1 Client - Class BaseImage (1.2.1)

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 \ V1

Methods

__construct

Constructor.

Parameters
Name Description
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.

Returns
Type Description
string

setName

The name of the base image.

Parameter
Name Description
var string
Returns
Type Description
$this

getRepository

The repository name in which the base image is from.

Returns
Type Description
string

setRepository

The repository name in which the base image is from.

Parameter
Name Description
var string
Returns
Type Description
$this

getLayerCount

The number of layers that the base image is composed of.

Returns
Type Description
int

setLayerCount

The number of layers that the base image is composed of.

Parameter
Name Description
var int
Returns
Type Description
$this