Class: Google::Analytics::Data::V1alpha::QuotaStatus
- Inherits:
-
Object
- Object
- Google::Analytics::Data::V1alpha::QuotaStatus
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/data/v1alpha/data.rb
Overview
Current state for a particular quota group.
Instance Attribute Summary collapse
-
#consumed ⇒ ::Integer
Quota consumed by this request.
-
#remaining ⇒ ::Integer
Quota remaining after this request.
Instance Attribute Details
#consumed ⇒ ::Integer
Returns Quota consumed by this request.
760 761 762 763 |
# File 'proto_docs/google/analytics/data/v1alpha/data.rb', line 760 class QuotaStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#remaining ⇒ ::Integer
Returns Quota remaining after this request.
760 761 762 763 |
# File 'proto_docs/google/analytics/data/v1alpha/data.rb', line 760 class QuotaStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |