Class: Google::Cloud::CloudQuotas::V1beta::QuotaDetails

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

Overview

The quota details for a map of dimensions.

Instance Attribute Summary collapse

Instance Attribute Details

#rollout_info::Google::Cloud::CloudQuotas::V1beta::RolloutInfo

Returns Rollout information of this quota. This field is present only if the effective limit will change due to the ongoing rollout of the service config.

Returns:



318
319
320
321
# File 'proto_docs/google/api/cloudquotas/v1beta/resources.rb', line 318

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

#value::Integer

Returns The value currently in effect and being enforced.

Returns:

  • (::Integer)

    The value currently in effect and being enforced.



318
319
320
321
# File 'proto_docs/google/api/cloudquotas/v1beta/resources.rb', line 318

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