Google Cloud Deploy V1 API - Class Google::Cloud::Deploy::V1::RolloutRestriction (v1.3.0)

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

Rollout restrictions.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#actions

def actions() -> ::Array<::Google::Cloud::Deploy::V1::RolloutRestriction::RolloutActions>
Returns

#actions=

def actions=(value) -> ::Array<::Google::Cloud::Deploy::V1::RolloutRestriction::RolloutActions>
Parameter
Returns

#id

def id() -> ::String
Returns
  • (::String) — Required. Restriction rule ID. Required and must be unique within a DeployPolicy. The format is [a-z]([a-z0-9-]{0,61}[a-z0-9])?.

#id=

def id=(value) -> ::String
Parameter
  • value (::String) — Required. Restriction rule ID. Required and must be unique within a DeployPolicy. The format is [a-z]([a-z0-9-]{0,61}[a-z0-9])?.
Returns
  • (::String) — Required. Restriction rule ID. Required and must be unique within a DeployPolicy. The format is [a-z]([a-z0-9-]{0,61}[a-z0-9])?.

#invokers

def invokers() -> ::Array<::Google::Cloud::Deploy::V1::DeployPolicy::Invoker>
Returns

#invokers=

def invokers=(value) -> ::Array<::Google::Cloud::Deploy::V1::DeployPolicy::Invoker>
Parameter
Returns

#time_windows

def time_windows() -> ::Google::Cloud::Deploy::V1::TimeWindows
Returns

#time_windows=

def time_windows=(value) -> ::Google::Cloud::Deploy::V1::TimeWindows
Parameter
Returns