Class: Google::Cloud::Deploy::V1::PolicyRule
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::PolicyRule
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/deploy/v1/cloud_deploy.rb
Overview
Deploy Policy rule.
Instance Attribute Summary collapse
Instance Attribute Details
#rollout_restriction ⇒ ::Google::Cloud::Deploy::V1::RolloutRestriction
Returns Optional. Rollout restrictions.
1761 1762 1763 1764 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1761 class PolicyRule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |