QuotaFailure_Violation
class QuotaFailure_Violation extends Message
A message type used to describe a single quota violation. For example, a daily quota or a custom quota that was exceeded.
Protobuf type Google\Rpc\QuotaFailure\Violation
Methods
No description
The subject on which the quota check failed.
The subject on which the quota check failed.
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.
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.
Details
at line 39
__construct()
at line 52
string
getSubject()
The subject on which the quota check failed.
For example, "clientip:
Generated from protobuf field string subject = 1;
at line 65
setSubject(string $var)
The subject on which the quota check failed.
For example, "clientip:
Generated from protobuf field string subject = 1;
at line 82
string
getDescription()
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".
Generated from protobuf field string description = 2;
at line 98
setDescription(string $var)
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".
Generated from protobuf field string description = 2;