setQuota method
Sets quota configuration properties Creates a new quota if it doesn't exist for the specified unit
Implementation
$grpc.ResponseFuture<$0.SetQuotaResponse> setQuota(
$0.SetQuotaRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$setQuota, request, options: options);
}