Class: Google::Cloud::CloudQuotas::V1::QuotaDetails

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

Overview

The quota details for a map of dimensions.

Instance Attribute Summary collapse

Instance Attribute Details

#rollout_info::Google::Cloud::CloudQuotas::V1::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:



312
313
314
315
# File 'proto_docs/google/api/cloudquotas/v1/resources.rb', line 312

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.



312
313
314
315
# File 'proto_docs/google/api/cloudquotas/v1/resources.rb', line 312

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