Google Cloud Deploy V1 API - Class Google::Cloud::Deploy::V1::TimedPromoteReleaseRule (v1.5.0)

Reference documentation and code samples for the Google Cloud Deploy V1 API class Google::Cloud::Deploy::V1::TimedPromoteReleaseRule.

The TimedPromoteReleaseRule will automatically promote a release from the current target(s) to the specified target(s) on a configured schedule.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#condition

def condition() -> ::Google::Cloud::Deploy::V1::AutomationRuleCondition
Returns

#destination_phase

def destination_phase() -> ::String
Returns
  • (::String) — Optional. The starting phase of the rollout created by this rule. Default to the first phase.

#destination_phase=

def destination_phase=(value) -> ::String
Parameter
  • value (::String) — Optional. The starting phase of the rollout created by this rule. Default to the first phase.
Returns
  • (::String) — Optional. The starting phase of the rollout created by this rule. Default to the first phase.

#destination_target_id

def destination_target_id() -> ::String
Returns
  • (::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
    • "@next", the next target in the promotion sequence

#destination_target_id=

def destination_target_id=(value) -> ::String
Parameter
  • 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
    • "@next", the next target in the promotion sequence
Returns
  • (::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
    • "@next", the next target in the promotion sequence

#id

def id() -> ::String
Returns
  • (::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,61}[a-z0-9])?.

#id=

def id=(value) -> ::String
Parameter
  • 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,61}[a-z0-9])?.
Returns
  • (::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,61}[a-z0-9])?.

#schedule

def schedule() -> ::String
Returns
  • (::String) — Required. Schedule in crontab format. e.g. "0 9 * * 1" for every Monday at 9am.

#schedule=

def schedule=(value) -> ::String
Parameter
  • value (::String) — Required. Schedule in crontab format. e.g. "0 9 * * 1" for every Monday at 9am.
Returns
  • (::String) — Required. Schedule in crontab format. e.g. "0 9 * * 1" for every Monday at 9am.

#time_zone

def time_zone() -> ::String
Returns

#time_zone=

def time_zone=(value) -> ::String
Parameter
Returns