Reference documentation and code samples for the Google Cloud Deploy V1 Client class Stage.
Stage specifies a location to which to deploy.
Generated from protobuf message google.cloud.deploy.v1.Stage
Namespace
Google \ Cloud \ Deploy \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ target_id
string
The target_id to which this stage points. This field refers exclusively to the last segment of a target name. For example, this field would just be my-target
(rather than projects/project/locations/location/targets/my-target
). The location of the Target
is inferred to be the same as the location of the DeliveryPipeline
that contains this Stage
.
↳ profiles
array
Skaffold profiles to use when rendering the manifest for this stage's Target
.
↳ strategy
↳ deploy_parameters
array< Google\Cloud\Deploy\V1\DeployParameters
>
Optional. The deploy parameters to use for the target in this stage.
getTargetId
The target_id to which this stage points. This field refers exclusively to
the last segment of a target name. For example, this field would just be my-target
(rather than projects/project/locations/location/targets/my-target
). The location of
the Target
is inferred to be the same as the location of the DeliveryPipeline
that contains this Stage
.
string
setTargetId
The target_id to which this stage points. This field refers exclusively to
the last segment of a target name. For example, this field would just be my-target
(rather than projects/project/locations/location/targets/my-target
). The location of
the Target
is inferred to be the same as the location of the DeliveryPipeline
that contains this Stage
.
var
string
$this
getProfiles
Skaffold profiles to use when rendering the manifest for this stage's Target
.
setProfiles
Skaffold profiles to use when rendering the manifest for this stage's Target
.
var
string[]
$this
getStrategy
Optional. The strategy to use for a Rollout
to this stage.
hasStrategy
clearStrategy
setStrategy
Optional. The strategy to use for a Rollout
to this stage.
$this
getDeployParameters
Optional. The deploy parameters to use for the target in this stage.
setDeployParameters
Optional. The deploy parameters to use for the target in this stage.
$this