AllocateQuotaResponse class
Response message for the AllocateQuota method.
Constructors
-
AllocateQuotaResponse({List<
QuotaError> ? allocateErrors, AllocateInfo? allocateInfo, String? operationId, List<MetricValueSet> ? quotaMetrics, String? serviceConfigId}) - AllocateQuotaResponse.fromJson(Map json_)
Properties
-
allocateErrors
↔ List<
QuotaError> ? -
Indicates the decision of the allocate.
getter/setter pair
- allocateInfo ↔ AllocateInfo?
-
WARNING: DO NOT use this field until this warning message is removed.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- operationId ↔ String?
-
The same operation_id value used in the AllocateQuotaRequest.
getter/setter pair
-
quotaMetrics
↔ List<
MetricValueSet> ? -
Quota metrics to indicate the result of allocation.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serviceConfigId ↔ String?
-
ID of the actual config used to process the request.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited