Class: Google::Rpc::QuotaFailure::Violation
- Inherits:
-
Object
- Object
- Google::Rpc::QuotaFailure::Violation
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/rpc/error_details.rb
Overview
A message type used to describe a single quota violation. For example, a daily quota or a custom quota that was exceeded.
Instance Attribute Summary collapse
-
#description ⇒ ::String
A description of how the quota check failed.
-
#subject ⇒ ::String
The subject on which the quota check failed.
Instance Attribute Details
#description ⇒ ::String
Returns A description of how the quota check failed. Clients can use this description to find more about the quota configuration in the service's public documentation, or find the relevant quota limit to adjust through developer console.
For example: "Service disabled" or "Daily Limit for read operations exceeded".
152 153 154 155 |
# File 'proto_docs/google/rpc/error_details.rb', line 152 class Violation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |