Class: Google::Analytics::Data::V1alpha::QuotaStatus

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#consumed::Integer

Returns Quota consumed by this request.

Returns:

  • (::Integer)

    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.

Returns:

  • (::Integer)

    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