Google Cloud Deploy V1 API - Class Google::Cloud::Deploy::V1::AdvanceRolloutRule (v0.19.0)

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

The AdvanceRollout automation rule will automatically advance a successful Rollout to the next phase.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#condition

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

#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,62}.

#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,62}.
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,62}.

#source_phases

def source_phases() -> ::Array<::String>
Returns
  • (::Array<::String>) — Optional. Proceeds only after phase name matched any one in the list. This value must consist of lower-case letters, numbers, and hyphens, start with a letter and end with a letter or a number, and have a max length of 63 characters. In other words, it must match the following regex: ^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$.

#source_phases=

def source_phases=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — Optional. Proceeds only after phase name matched any one in the list. This value must consist of lower-case letters, numbers, and hyphens, start with a letter and end with a letter or a number, and have a max length of 63 characters. In other words, it must match the following regex: ^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$.
Returns
  • (::Array<::String>) — Optional. Proceeds only after phase name matched any one in the list. This value must consist of lower-case letters, numbers, and hyphens, start with a letter and end with a letter or a number, and have a max length of 63 characters. In other words, it must match the following regex: ^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$.

#wait

def wait() -> ::Google::Protobuf::Duration
Returns

#wait=

def wait=(value) -> ::Google::Protobuf::Duration
Parameter
Returns