Google Cloud Deploy V1 API - Class Google::Cloud::Deploy::V1::RestrictRollout (v1.1.0)

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

Rollout restrictions.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#actions

def actions() -> ::Array<::Google::Cloud::Deploy::V1::RestrictRollout::Actions>
Returns

#actions=

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

#id

def id() -> ::String
Returns
  • (::String) — Optional. 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) — Optional. 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) — Optional. 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_window

def time_window() -> ::Google::Cloud::Deploy::V1::TimeWindow
Returns

#time_window=

def time_window=(value) -> ::Google::Cloud::Deploy::V1::TimeWindow
Parameter
Returns