Reference documentation and code samples for the Grafeas V1 Client class Layer.
Layer holds metadata specific to a layer of a Docker image.
Generated from protobuf message grafeas.v1.Layer
Namespace
Grafeas \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ directive
string
Required. The recovered Dockerfile directive used to construct this layer. See https://docs.docker.com/engine/reference/builder/ for more information.
↳ arguments
string
The recovered arguments to the Dockerfile directive.
getDirective
Required. The recovered Dockerfile directive used to construct this layer.
See https://docs.docker.com/engine/reference/builder/ for more information.
string
setDirective
Required. The recovered Dockerfile directive used to construct this layer.
See https://docs.docker.com/engine/reference/builder/ for more information.
var
string
$this
getArguments
The recovered arguments to the Dockerfile directive.
string
setArguments
The recovered arguments to the Dockerfile directive.
var
string
$this