Reference documentation and code samples for the Google Cloud Deploy V1 API class Google::Cloud::Deploy::V1::PromoteReleaseRule.
PromoteRelease
rule will automatically promote a release from the current
target to a specified target.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#condition
def condition() -> ::Google::Cloud::Deploy::V1::AutomationRuleCondition
- (::Google::Cloud::Deploy::V1::AutomationRuleCondition) — Output only. Information around the state of the Automation rule.
#destination_phase
def destination_phase() -> ::String
- (::String) — Optional. The starting phase of the rollout created by this operation. Default to the first phase.
#destination_phase=
def destination_phase=(value) -> ::String
- value (::String) — Optional. The starting phase of the rollout created by this operation. Default to the first phase.
- (::String) — Optional. The starting phase of the rollout created by this operation. Default to the first phase.
#destination_target_id
def destination_target_id() -> ::String
-
(::String) —
Optional. The ID of the stage in the pipeline to which this
Release
is deploying. If unspecified, default it to the next stage in the promotion flow. The value of this field could be one of the following:- The last segment of a target name. It only needs the ID to determine if the target is one of the stages in the promotion sequence defined in the pipeline.
- "@next", the next target in the promotion sequence.
#destination_target_id=
def destination_target_id=(value) -> ::String
-
value (::String) —
Optional. The ID of the stage in the pipeline to which this
Release
is deploying. If unspecified, default it to the next stage in the promotion flow. The value of this field could be one of the following:- The last segment of a target name. It only needs the ID to determine if the target is one of the stages in the promotion sequence defined in the pipeline.
- "@next", the next target in the promotion sequence.
-
(::String) —
Optional. The ID of the stage in the pipeline to which this
Release
is deploying. If unspecified, default it to the next stage in the promotion flow. The value of this field could be one of the following:- The last segment of a target name. It only needs the ID to determine if the target is one of the stages in the promotion sequence defined in the pipeline.
- "@next", the next target in the promotion sequence.
#id
def id() -> ::String
-
(::String) — Required. ID of the rule. This id must be unique in the
Automation
resource to which this rule belongs. The format is[a-z][a-z0-9\-]{0,62}
.
#id=
def id=(value) -> ::String
-
value (::String) — Required. ID of the rule. This id must be unique in the
Automation
resource to which this rule belongs. The format is[a-z][a-z0-9\-]{0,62}
.
-
(::String) — Required. ID of the rule. This id must be unique in the
Automation
resource to which this rule belongs. The format is[a-z][a-z0-9\-]{0,62}
.
#wait
def wait() -> ::Google::Protobuf::Duration
- (::Google::Protobuf::Duration) — Optional. How long the release need to be paused until being promoted to the next target.
#wait=
def wait=(value) -> ::Google::Protobuf::Duration
- value (::Google::Protobuf::Duration) — Optional. How long the release need to be paused until being promoted to the next target.
- (::Google::Protobuf::Duration) — Optional. How long the release need to be paused until being promoted to the next target.