Class: Google::Cloud::CloudQuotas::V1beta::RolloutInfo
- Inherits:
-
Object
- Object
- Google::Cloud::CloudQuotas::V1beta::RolloutInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/api/cloudquotas/v1beta/resources.rb
Overview
[Output only] Rollout information of a quota.
Instance Attribute Summary collapse
-
#ongoing_rollout ⇒ ::Boolean
Whether there is an ongoing rollout for a quota or not.
Instance Attribute Details
#ongoing_rollout ⇒ ::Boolean
Returns Whether there is an ongoing rollout for a quota or not.
327 328 329 330 |
# File 'proto_docs/google/api/cloudquotas/v1beta/resources.rb', line 327 class RolloutInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |