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
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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.
Returns | |
---|---|
Type | Description |
string |
setDirective
Required. The recovered Dockerfile directive used to construct this layer.
See https://docs.docker.com/engine/reference/builder/ for more information.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getArguments
The recovered arguments to the Dockerfile directive.
Returns | |
---|---|
Type | Description |
string |
setArguments
The recovered arguments to the Dockerfile directive.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |