Reference documentation and code samples for the Cloud Quotas V1 API class Google::Cloud::CloudQuotas::V1::QuotaDetails.
The quota details for a map of dimensions.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#rollout_info
def rollout_info() -> ::Google::Cloud::CloudQuotas::V1::RolloutInfo
Returns
- (::Google::Cloud::CloudQuotas::V1::RolloutInfo) — 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.
#rollout_info=
def rollout_info=(value) -> ::Google::Cloud::CloudQuotas::V1::RolloutInfo
Parameter
- value (::Google::Cloud::CloudQuotas::V1::RolloutInfo) — 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
- (::Google::Cloud::CloudQuotas::V1::RolloutInfo) — 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.
#value
def value() -> ::Integer
Returns
- (::Integer) — The value currently in effect and being enforced.
#value=
def value=(value) -> ::Integer
Parameter
- value (::Integer) — The value currently in effect and being enforced.
Returns
- (::Integer) — The value currently in effect and being enforced.