Class: Google::Analytics::Data::V1beta::QuotaStatus

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

Instance Attribute Details

#consumed::Integer

Returns Quota consumed by this request.

Returns:

  • (::Integer)

    Quota consumed by this request.



933
934
935
936
# File 'proto_docs/google/analytics/data/v1beta/data.rb', line 933

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.



933
934
935
936
# File 'proto_docs/google/analytics/data/v1beta/data.rb', line 933

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