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
Rule to apply.
Instance Attribute Summary collapse
-
#restrict_rollouts ⇒ ::Google::Cloud::Deploy::V1::RestrictRollout
Rollout restrictions.
Instance Attribute Details
#restrict_rollouts ⇒ ::Google::Cloud::Deploy::V1::RestrictRollout
Returns Rollout restrictions.
1654 1655 1656 1657 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 1654 class PolicyRule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |