description property

  1. @TagNumber(2)
String description

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

Implementation

@$pb.TagNumber(2)
$core.String get description => $_getSZ(1);
  1. @TagNumber(2)
void description=(String v)

Implementation

@$pb.TagNumber(2)
set description($core.String v) { $_setString(1, v); }