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
-
#rollout_restriction ⇒ ::Google::Cloud::Deploy::V1::RolloutRestriction
Rollout restrictions.
Instance Attribute Details
#rollout_restriction ⇒ ::Google::Cloud::Deploy::V1::RolloutRestriction
Returns Rollout restrictions.
1661 1662 1663 1664 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1661 class PolicyRule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |