Class: Google::Rpc::QuotaFailure::Violation

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

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".

Returns:

  • (::String)

    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

#subject::String

Returns The subject on which the quota check failed. For example, "clientip:" or "project:".

Returns:

  • (::String)

    The subject on which the quota check failed. For example, "clientip:" or "project:".



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