Class: Google::Analytics::Data::V1beta::QuotaStatus
- Inherits:
-
Object
- Object
- Google::Analytics::Data::V1beta::QuotaStatus
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/data/v1beta/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.
952 953 954 955 |
# File 'proto_docs/google/analytics/data/v1beta/data.rb', line 952 class QuotaStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#remaining ⇒ ::Integer
Returns Quota remaining after this request.
952 953 954 955 |
# File 'proto_docs/google/analytics/data/v1beta/data.rb', line 952 class QuotaStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |