Reference documentation and code samples for the Google Cloud Deploy V1 Client class TimedPromoteReleaseOperation.
Contains the information of an automated timed promote-release operation.
Generated from protobuf message google.cloud.deploy.v1.TimedPromoteReleaseOperation
Namespace
Google \ Cloud \ Deploy \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ target_id |
string
Output only. The ID of the target that represents the promotion stage to which the release will be promoted. The value of this field is the last segment of a target name. |
↳ release |
string
Output only. The name of the release to be promoted. |
↳ phase |
string
Output only. The starting phase of the rollout created by this operation. |
getTargetId
Output only. The ID of the target that represents the promotion stage to which the release will be promoted. The value of this field is the last segment of a target name.
| Returns | |
|---|---|
| Type | Description |
string |
|
setTargetId
Output only. The ID of the target that represents the promotion stage to which the release will be promoted. The value of this field is the last segment of a target name.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getRelease
Output only. The name of the release to be promoted.
| Returns | |
|---|---|
| Type | Description |
string |
|
setRelease
Output only. The name of the release to be promoted.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getPhase
Output only. The starting phase of the rollout created by this operation.
| Returns | |
|---|---|
| Type | Description |
string |
|
setPhase
Output only. The starting phase of the rollout created by this operation.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|