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 messagegoogle.cloud.deploy.v1.Stage
Namespace
Google \ Cloud \ Deploy \ V1
Methods
__construct
Constructor.
Parameters
Name
Description
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 bemy-target(rather thanprojects/project/locations/location/targets/my-target). The location of theTargetis inferred to be the same as the location of theDeliveryPipelinethat contains thisStage.
↳ profiles
array
Skaffold profiles to use when rendering the manifest for this stage'sTarget.
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 bemy-target(rather thanprojects/project/locations/location/targets/my-target). The location of
theTargetis inferred to be the same as the location of theDeliveryPipelinethat contains thisStage.
Returns
Type
Description
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 bemy-target(rather thanprojects/project/locations/location/targets/my-target). The location of
theTargetis inferred to be the same as the location of theDeliveryPipelinethat contains thisStage.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getProfiles
Skaffold profiles to use when rendering the manifest for this stage'sTarget.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Cloud Deploy V1 Client - Class Stage (2.0.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.0 (latest)](/php/docs/reference/cloud-deploy/latest/V1.Stage)\n- [1.5.7](/php/docs/reference/cloud-deploy/1.5.7/V1.Stage)\n- [1.4.0](/php/docs/reference/cloud-deploy/1.4.0/V1.Stage)\n- [1.3.0](/php/docs/reference/cloud-deploy/1.3.0/V1.Stage)\n- [1.2.0](/php/docs/reference/cloud-deploy/1.2.0/V1.Stage)\n- [1.1.1](/php/docs/reference/cloud-deploy/1.1.1/V1.Stage)\n- [1.0.0](/php/docs/reference/cloud-deploy/1.0.0/V1.Stage)\n- [0.19.1](/php/docs/reference/cloud-deploy/0.19.1/V1.Stage)\n- [0.18.1](/php/docs/reference/cloud-deploy/0.18.1/V1.Stage)\n- [0.17.0](/php/docs/reference/cloud-deploy/0.17.0/V1.Stage)\n- [0.16.0](/php/docs/reference/cloud-deploy/0.16.0/V1.Stage)\n- [0.15.0](/php/docs/reference/cloud-deploy/0.15.0/V1.Stage)\n- [0.14.0](/php/docs/reference/cloud-deploy/0.14.0/V1.Stage)\n- [0.13.1](/php/docs/reference/cloud-deploy/0.13.1/V1.Stage)\n- [0.12.1](/php/docs/reference/cloud-deploy/0.12.1/V1.Stage)\n- [0.11.1](/php/docs/reference/cloud-deploy/0.11.1/V1.Stage)\n- [0.10.0](/php/docs/reference/cloud-deploy/0.10.0/V1.Stage)\n- [0.9.0](/php/docs/reference/cloud-deploy/0.9.0/V1.Stage)\n- [0.8.0](/php/docs/reference/cloud-deploy/0.8.0/V1.Stage)\n- [0.7.0](/php/docs/reference/cloud-deploy/0.7.0/V1.Stage)\n- [0.6.0](/php/docs/reference/cloud-deploy/0.6.0/V1.Stage)\n- [0.5.0](/php/docs/reference/cloud-deploy/0.5.0/V1.Stage)\n- [0.4.1](/php/docs/reference/cloud-deploy/0.4.1/V1.Stage)\n- [0.3.4](/php/docs/reference/cloud-deploy/0.3.4/V1.Stage) \nReference documentation and code samples for the Google Cloud Deploy V1 Client class Stage.\n\nStage specifies a location to which to deploy.\n\nGenerated from protobuf message `google.cloud.deploy.v1.Stage`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Deploy \\\\ V1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getTargetId\n\nThe target_id to which this stage points. This field refers exclusively to\nthe last segment of a target name. For example, this field would just be\n`my-target` (rather than\n`projects/project/locations/location/targets/my-target`). The location of\nthe `Target` is inferred to be the same as the location of the\n`DeliveryPipeline` that contains this `Stage`.\n\n### setTargetId\n\nThe target_id to which this stage points. This field refers exclusively to\nthe last segment of a target name. For example, this field would just be\n`my-target` (rather than\n`projects/project/locations/location/targets/my-target`). The location of\nthe `Target` is inferred to be the same as the location of the\n`DeliveryPipeline` that contains this `Stage`.\n\n### getProfiles\n\nSkaffold profiles to use when rendering the manifest for this stage's\n`Target`.\n\n### setProfiles\n\nSkaffold profiles to use when rendering the manifest for this stage's\n`Target`.\n\n### getStrategy\n\nOptional. The strategy to use for a `Rollout` to this stage.\n\n### hasStrategy\n\n### clearStrategy\n\n### setStrategy\n\nOptional. The strategy to use for a `Rollout` to this stage.\n\n### getDeployParameters\n\nOptional. The deploy parameters to use for the target in this stage.\n\n### setDeployParameters\n\nOptional. The deploy parameters to use for the target in this stage."]]