Google Cloud Deploy V1 Client - Class Stage (0.9.0)

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 \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
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 Google\Cloud\Deploy\V1\Strategy

Optional. The strategy to use for a Rollout to this stage.

↳ 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.

Returns
TypeDescription
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.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getProfiles

Skaffold profiles to use when rendering the manifest for this stage's Target.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setProfiles

Skaffold profiles to use when rendering the manifest for this stage's Target.

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this

getStrategy

Optional. The strategy to use for a Rollout to this stage.

Returns
TypeDescription
Google\Cloud\Deploy\V1\Strategy|null

hasStrategy

clearStrategy

setStrategy

Optional. The strategy to use for a Rollout to this stage.

Parameter
NameDescription
var Google\Cloud\Deploy\V1\Strategy
Returns
TypeDescription
$this

getDeployParameters

Optional. The deploy parameters to use for the target in this stage.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setDeployParameters

Optional. The deploy parameters to use for the target in this stage.

Parameter
NameDescription
var array<Google\Cloud\Deploy\V1\DeployParameters>
Returns
TypeDescription
$this