Reference documentation and code samples for the Google Cloud Deploy V1 Client class TargetArtifact.
The artifacts produced by a target render operation.
Generated from protobuf message google.cloud.deploy.v1.TargetArtifact
Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ artifact_uri |
string
Output only. URI of a directory containing the artifacts. This contains deployment configuration used by Skaffold during a rollout, and all paths are relative to this location. |
↳ skaffold_config_path |
string
Output only. File path of the resolved Skaffold configuration relative to the URI. |
↳ manifest_path |
string
Output only. File path of the rendered manifest relative to the URI. |
getArtifactUri
Output only. URI of a directory containing the artifacts. This contains deployment configuration used by Skaffold during a rollout, and all paths are relative to this location.
| Returns | |
|---|---|
| Type | Description |
string |
|
hasArtifactUri
setArtifactUri
Output only. URI of a directory containing the artifacts. This contains deployment configuration used by Skaffold during a rollout, and all paths are relative to this location.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getSkaffoldConfigPath
Output only. File path of the resolved Skaffold configuration relative to the URI.
| Returns | |
|---|---|
| Type | Description |
string |
|
setSkaffoldConfigPath
Output only. File path of the resolved Skaffold configuration relative to the URI.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getManifestPath
Output only. File path of the rendered manifest relative to the URI.
| Returns | |
|---|---|
| Type | Description |
string |
|
setManifestPath
Output only. File path of the rendered manifest relative to the URI.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getUri
| Returns | |
|---|---|
| Type | Description |
string |
|