Google Cloud Deploy V1 Client - Class BuildArtifact (0.9.0)

Reference documentation and code samples for the Google Cloud Deploy V1 Client class BuildArtifact.

Description of an a image to use during Skaffold rendering.

Generated from protobuf message google.cloud.deploy.v1.BuildArtifact

Namespace

Google \ Cloud \ Deploy \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ image string

Image name in Skaffold configuration.

↳ tag string

Image tag to use. This will generally be the full path to an image, such as "gcr.io/my-project/busybox:1.2.3" or "gcr.io/my-project/busybox@sha256:abc123".

getImage

Image name in Skaffold configuration.

Returns
TypeDescription
string

setImage

Image name in Skaffold configuration.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getTag

Image tag to use. This will generally be the full path to an image, such as "gcr.io/my-project/busybox:1.2.3" or "gcr.io/my-project/busybox@sha256:abc123".

Returns
TypeDescription
string

setTag

Image tag to use. This will generally be the full path to an image, such as "gcr.io/my-project/busybox:1.2.3" or "gcr.io/my-project/busybox@sha256:abc123".

Parameter
NameDescription
var string
Returns
TypeDescription
$this