Class: Google::Cloud::CloudQuotas::V1::RolloutInfo

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/api/cloudquotas/v1/resources.rb

Overview

[Output only] Rollout information of a quota.

Instance Attribute Summary collapse

Instance Attribute Details

#ongoing_rollout::Boolean

Returns Whether there is an ongoing rollout for a quota or not.

Returns:

  • (::Boolean)

    Whether there is an ongoing rollout for a quota or not.



321
322
323
324
# File 'proto_docs/google/api/cloudquotas/v1/resources.rb', line 321

class RolloutInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end